Skip to content

Releases: sttp/pyapi

v0.6.4

16 Oct 06:11
925825d
Compare
Choose a tag to compare

This version of the Python STTP API has an operational subscriber API that uses standard (compact) and TSSC (compressed) measurement encoding.

Release Available from PyPi:

https://pypi.org/project/sttpapi/


Updates and fixes since version 0.6.0

  • Updated to ANTLR 4.13.1
  • Bug fixes and updates to accommodate newer Python / NumPy versions and conversion of np.uint32 to int for proper IntFlag interpretation:
    See changes since last version

This update implements ANTLR-based Filter Expression Parsing using STTP grammar

This update also includes the Time-Series Special Compression (TSSC) algorithm- applied when Config.compress_payloaddata = True, the default setting.

This update also includes metadata exposed as a pre-parsed STTP DataSet and auto populates measurement metadata records with received information.

Not working yet:

STTP Python API v0.6.3

30 Jul 19:17
214a893
Compare
Choose a tag to compare

This version of the Python STTP API has an operational subscriber API that uses standard (compact) and TSSC (compressed) measurement encoding.

Release Available from PyPi:

https://pypi.org/project/sttpapi/


Updates and fixes since version 0.6.0


This update implements ANTLR-based Filter Expression Parsing using STTP grammar

This update also includes the Time-Series Special Compression (TSSC) algorithm- applied when Config.compress_payloaddata = True, the default setting.

This update also includes metadata exposed as a pre-parsed STTP DataSet and auto populates measurement metadata records with received information.

Not working yet:

STTP Python API v0.6.2

30 Jul 15:05
291fb7b
Compare
Choose a tag to compare

This version of the Python STTP API has an operational subscriber API that uses standard (compact) and TSSC (compressed) measurement encoding.

Release Available from PyPi:

https://pypi.org/project/sttpapi/


Updates and fixes since version 0.6.0


This update implements ANTLR-based Filter Expression Parsing using STTP grammar

This update also includes the Time-Series Special Compression (TSSC) algorithm- applied when Config.compress_payloaddata = True, the default setting.

This update also includes metadata exposed as a pre-parsed STTP DataSet and auto populates measurement metadata records with received information.

Not working yet:

STTP Python API v0.6.0

12 Sep 00:21
1035969
Compare
Choose a tag to compare

This version of the Python STTP API has an operational subscriber API that uses standard (compact) and TSSC (compressed) measurement encoding.

Release Available from PyPi:

https://pypi.org/project/sttpapi/


Updates and fixes since version 0.5.0

  • Completed filter expression parsing
  • Improved datetime and numeric conversions

This update implements ANTLR-based Filter Expression Parsing using STTP grammar

This update also includes the Time-Series Special Compression (TSSC) algorithm- applied when Config.compress_payloaddata = True, the default setting.

This update also includes metadata exposed as a pre-parsed STTP DataSet and auto populates measurement metadata records with received information.

Not working yet:

STTP Python API v0.5.0

04 Sep 22:34
04f65fb
Compare
Choose a tag to compare

This version of the Python STTP API has an operational subscriber API that uses standard (compact) and TSSC (compressed) measurement encoding.

Release Available from PyPi:

https://pypi.org/project/sttpapi/


Updates since version 0.4.0

  • Improved performance of TSSC decoder for large datasets
  • Updated socket shutdown operations to prevent exit lock
  • Updated PyPi deployment to include dependency requirements
  • Improved code documentation comments

This update implements the Time-Series Special Compression (TSSC) algorithm- applied when Config.compress_payloaddata = True, now the default setting.

This update also includes metadata exposed as a pre-parsed STTP DataSet and auto populates measurement metadata records with received information.

Not working yet:

STTP Python API v0.4.0

03 Sep 00:13
9f605b6
Compare
Choose a tag to compare

This version of the Python STTP API has an operational subscriber API that uses standard (compact) and TSSC (compressed) measurement encoding.

Release Available from PyPi:

https://pypi.org/project/sttpapi/


This update implements the Time-Series Special Compression (TSSC) algorithm- applied when Config.compress_payloaddata = True, now the default setting.

This update also includes metadata exposed as a pre-parsed STTP DataSet and auto populates measurement metadata records with received information.

Not working yet:

STTP Python API v0.3.0

29 Aug 22:51
aa5ddc6
Compare
Choose a tag to compare
Pre-release

This initial API has an operational subscriber API that uses standard measurement encoding.

Not working yet:

What's Changed

New Contributors

Full Changelog: https://github.com/sttp/pyapi/commits/v0.3.0