Releases: Laerdal/python-objdictgen
Releases · Laerdal/python-objdictgen
v3.5.4
What's Changed
- Move functions to separate concerns by @sveinse in #53
- Feature move print functions by @sveinse in #54
- Enable using OD files with validation error by @sveinse in #55
- Fix the ogd diff function by @sveinse in #56
- Feature minor fixes by @sveinse in #57
- Feature add minus by @sveinse in #58
- Improve the argparse handling by @sveinse in #59
- Fix missing sub-params in odg list by @sveinse in #61
- Linting updates from changeover from pylint to ruff by @sveinse in #69
- Fix support for python 3.14 by @sveinse in #70
- Fix deletion of OD parameter by @sveinse in #71
- Fix UI issue with PDO mapping on ODs with hidden objects by @sveinse in #72
- Do not print comment on value 0 in jsonc file by @sveinse in #73
Full Changelog: v3.5.2...v3.5.4
v3.5.2
v3.5.1
What's Changed
- Fix missing comments from JSON OD file by @sveinse in #38
- Add support for jsonc files by @sveinse in #40
- Add taskbar icon on windows by @sveinse in #41
- Add installer for standalone objdictedit by @sveinse in #42
- Add schema URL reference in json(c) files by @sveinse in #43
Full Changelog: v3.5...v3.5.1
v3.5
What's Changed
- Fix issue with adding PDO parameter #25 by @sveinse in #26
- Fix OD ordering issue by @sveinse in #30
- Add timezone to the jsod file by @sveinse in #33
- Add PDO map comments to JSON file by @sveinse in #34
- Bump version to 3.5 by @sveinse in #35
- Depend on older deepdiff version due to upstream bug in deepdiff by @sveinse in #35
Full Changelog: V3.4...v3.5
v3.4
- Add support for wxPython >=4, which support python 3
- Remove python 2.7 support
- Improve command-line options and printing
- Dark mode (alas not for windows 😭 )
- Remove
objdictgenandobjdicteditcommand-line tools - Major code refactoring. For improved python 3 syntax and general code cleaning.
- Type annotation update
- Test suite and code coverage improvements
- ++many many minor fixes
Contributors 🎉
@chrisinabox - For porting to xwPython 4, changing eval to ast and removing python 2
@aduskett - For dark mode compatibility
v3.3-post.1
- Updating repo URL
- Remove py2.7 from deployment