Skip to content

Releases: msbentley/mustlink

v0.3.2

12 Apr 07:30

Choose a tag to compare

Minor fix to (silently) drop columns in tables which expand to multiple parameters - e.g. telecommand parameters in a table of telecommands.

v0.3.1

21 Oct 14:23

Choose a tag to compare

  • Better exception handling
  • Updated packaging for first release on pypi

v0.3

27 Jul 06:23

Choose a tag to compare

No changes since v0.3 beta; any issues, please report them!

v0.3 beta 2

24 Jun 09:48

Choose a tag to compare

v0.3 beta 2 Pre-release
Pre-release

Additional API functions wrapped:

  • get_aggregations()
  • tree_search()

Additionally added mode & fmt keywords to get_table_data() in order to retrieve expanded table data (e.g. TCH with parameters)

v0.3 beta 1

17 Jun 14:41

Choose a tag to compare

v0.3 beta 1 Pre-release
Pre-release

This release includes a non-backward compatible change in the API:

Must.search_description() is now Must.search_parameter()

which takes a new parameter search_by= which can be name or the default description.