Skip to content

Releases: Hugovdberg/PIconnect

0.10.1 (2022-12-15)

15 Dec 15:48
a025fd1
Compare
Choose a tag to compare
  • Don't load specific .NET Framework
  • Cleanup and update of dependencies

0.10.0 (2022-12-14)

14 Dec 21:47
59a290b
Compare
Choose a tag to compare
  • Fixes compatibility with pythonnet v3.*
  • Removes Python 2 support
  • Should make more clear errors when SDK is not found instead of silently loading the testing framework

0.9.1 (2021-08-11)

11 Aug 15:02
95fa0b8
Compare
Choose a tag to compare
  • Fixes the Exception type to swallow (related to #580)
  • Fixes missing dependency in wheel (#595)

0.9.0 (2021-08-10)

10 Aug 08:33
478e723
Compare
Choose a tag to compare

Warning: This is the final version to support python 2.7

  • Added support to write values to the databases (#573)
  • Added support for extracting Event frames from PI-AF (#587)
  • Added methods to extract a single historic value from both PIPoint and PIAFAttribute objects. (#523)
  • Added options to login to the PI Server using provided credentials (#522)
  • Added option to set the connection timeout for data extraction (#572)
  • Better loading of the configured servers (#580)
  • All data extracting functions now support both extraction using strings and datetime objects. (#574)

v0.8.0

03 Mar 11:09
7930744
Compare
Choose a tag to compare
  • Added option to configure the timezone for the returned index. Changed default from Europe/Amsterdam to UTC! Adds pytz as new dependency(#499)
  • More robust detection of the default PI AF server (#496, #501)
  • Removed pytest-runner dependency unless explicitly requested (#503)
  • Exiting the context manager for a PIAFDatabase no longer explicitly disconnects from the server, but leaves it up to SDK. (#487)
  • Various updates of the package dependencies

v0.7.1

16 Aug 13:32
ec65edd
Compare
Choose a tag to compare
Merge pull request #475 from Hugovdberg/release/v0.7.1

Release v0.7.1

PIconnect 0.7.0

15 Nov 19:43
20879d2
Compare
Choose a tag to compare

Introduces:

  • Summary functions for both PIPoint and PIAFAttribute classes, performed through the SDK directly on the server (#227)
  • Warning for unknown hosts (#75)
  • New fake SDK that is automatically loaded when the SDK is not found (#224). Therefore Travis CI and Read the Docs are finally working. Documentation is still a big TODO!