Skip to content

Releases: yamcs/pymdb

v1.0.12

29 Jan 18:48
d497796
Compare
Choose a tag to compare
v1.0.12 Pre-release
Pre-release
  • Fix XTCE generation when commands use array arguments (thanks @mat83697)

v1.0.11

14 Jan 20:07
1918467
Compare
Choose a tag to compare
v1.0.11 Pre-release
Pre-release
  • Fix generation of relative references on Windows

v1.0.9

02 Sep 09:13
6f4e79c
Compare
Choose a tag to compare
v1.0.9 Pre-release
Pre-release
  • Add contextual alarms
  • Add STRING scheme to int/float encodings (not strictly XTCE, but accepted by Yamcs 5.10.1+)

v1.0.7

10 May 09:52
ef3e9b5
Compare
Choose a tag to compare
v1.0.7 Pre-release
Pre-release
  • Fix member descriptions missing in XTCE export
  • Fix wrong container rate in XTCE export (requires conversion)
  • Add constraint option to commands for defining transmission constraints

v1.0.6

16 Apr 08:02
546fd70
Compare
Choose a tag to compare
v1.0.6 Pre-release
Pre-release
  • Rename parent to base
  • Allow hexstring (in addition to bytes) for FixedValueEntry
  • Change entry positioning:
    • absolute and location_in_bits removed
    • bitpos and offset added

v1.0.5

07 Apr 22:24
9fc5fbe
Compare
Choose a tag to compare
v1.0.5 Pre-release
Pre-release
  • Added algorithms
  • Make parameters persistent by default
  • Fix syntax of generated float ValidRange
  • Rename *DataEncoding to *Encoding
  • Rename restriction_criteria to condition
  • Replace byte_order enumeration with a simpler little_endian boolean

v1.0.4

25 Mar 09:56
8df8ea7
Compare
Choose a tag to compare
v1.0.4 Pre-release
Pre-release
  • Container:
    • Add rate option
    • Rename include_condition to condition
    • For entries, add an absolute boolean property (removing need for ReferenceLocation).
  • Parameter: add DynamicInteger option to array length
  • Improve support for external references (removing need for YamcsSystem.
  • Add more common epochs, and allow specifying a custom datetime.

v1.0.3

18 Mar 16:03
1ef9e02
Compare
Choose a tag to compare
v1.0.3 Pre-release
Pre-release
  • Add capability to specify threshold alarms
  • For arguments, rename initial_value to default (the name initial_value is preserved for parameters and members)
  • Add option to specify a parameter as persistent (note: not currently supported by Yamcs)

v1.0.2

05 Mar 12:01
357aca3
Compare
Choose a tag to compare
v1.0.2 Pre-release
Pre-release
  • Write out namespaced items in A-Z order
  • Add capability to set container size
  • Add method to automatically calculate explicit container size from the entries

v1.0.1

23 Feb 16:06
14b00a8
Compare
Choose a tag to compare
v1.0.1 Pre-release
Pre-release
  • Fix root lookup of a System
  • Allow specifying engineering bits of IntegerParameter/IntegerArgument
  • Remove option to set units for arrays/aggregates (set on the nested type instead)
  • Allow specifying Polynomial or Interpolate calibrator on IntegerParameter/FloatParameter