Skip to content

Releases: oresat/eds-utils

v0.3.1

22 Apr 17:25
Compare
Choose a tag to compare

Hotfix

  • Fix EDS.indexes and Array.subindexes to return a list not dict_keys
  • Fixed EDS.copy_object() to use deepcopy
  • Fixed the override strategy for the eds-merge util

v0.3.0

16 Apr 16:32
Compare
Choose a tag to compare

Enhancements

  • Add eds-merge util for merge an EDS / DCF into another
  • Denotation is now hidden in eds-editor when editing EDS files as it's only for DCFs
  • Object's DefaultValue is fully optional now
  • On inserting a new index , the indexes get sorted
  • On inserting a new subindex, the subindexes get sorted

Fixes

  • The missing LastEDS field is now include in DCFs
  • Fix output file path errors with eds2md and eds2rst
  • Fix the issue with an the DataType dropdown being insensitive (grayed out)

v0.2.5

11 Apr 03:16
Compare
Choose a tag to compare

Hotfix

  • Fix an issue when after opening an tmp, the eds was still being saved as a tmp
  • Fixed the switches in the GUI to actually work

v0.2.4

11 Apr 03:08
Compare
Choose a tag to compare

Hotfix

  • Fixed dropdown with GUI
  • Made PyGObject an optional dependencies
  • Fixed a couple of issue with unit tests

v0.2.3

22 Feb 04:48
Compare
Choose a tag to compare

Hotfix

  • Fix a bunch of things with octet, visible, and Unicode strings
  • Fix CANopenNode output for octet string, visible string, Unicode string, and domain data types
  • Fix adding and moving objects in OD
  • Fix storage location not being set on objects inserts to records and arrays

v0.2.2

20 Feb 04:38
Compare
Choose a tag to compare

Hotfix

  • Fixed object move and copy in OD page
  • Better OD page refreshing (the treeview no longer gets rebuilt on refreshes)
  • Better eds change detection for temp saving

v0.2.1

19 Feb 20:50
Compare
Choose a tag to compare

Hotfix

  • Added missing eds-autofix command
  • Fixed incorrect indexes displayed in PDO pages
  • OD treeview names update as parameter names are changed
  • Fixed storage location not being set when adding new subindexes

v0.2.0

11 Feb 04:32
Compare
Choose a tag to compare

Enchantments

  • Add RPDO and TPDO pages for changing the PDO settings and mappings
  • Add eds-autofix utils
  • read_eds() will validate PDO objects

Fix

  • Fixed eds2c CANopenNode outputs
  • Fixed all utils default file paths

v0.1.1

27 Nov 23:36
Compare
Choose a tag to compare

Fix eds-editor command

v0.1.0

27 Nov 23:25
Compare
Choose a tag to compare

Initial Release! Yay!