Skip to content

Releases: sttp/pyapi

v0.7.4

28 Jan 18:35
dc0a8bd

Choose a tag to compare

This version of the Python STTP API has an operational subscriber and publisher 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.4

  • Added data publisher API
  • Fixed linting issues
  • Improved metadata API
  • Added user command/response API
  • Added XML schema files to package data

See changes since last version


This update includes an operational Data Publisher API

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:

v0.7.3

27 Jan 06:51
42a5a44

Choose a tag to compare

This version of the Python STTP API has an operational subscriber and publisher 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.4

  • Added data publisher API
  • Fixed linting issues
  • Improved metadata API
  • Added user command/response API

See changes since last version


This update includes an operational Data Publisher API

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:

v0.7.2

12 Jan 02:32
a34894f

Choose a tag to compare

This version of the Python STTP API has an operational subscriber and publisher 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.4

  • Added data publisher API
  • Fixed linting issues
  • Improved metadata API

See changes since last version


This update includes an operational Data Publisher API

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:

v0.7.1

11 Jan 06:52
993991c

Choose a tag to compare

This version of the Python STTP API has an operational subscriber and publisher 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.4


This update includes an operational Data Publisher API

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:

v0.7.0

07 Jan 20:50
9569c78

Choose a tag to compare

This version of the Python STTP API has an operational subscriber and publisher 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.4


This update includes an operational data publisher API Publisher API

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:

v0.6.4

16 Oct 06:11
925825d

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

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

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

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

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: