What's Changed
- Recommended use of Python venv
- Changed TravisCI to GitHub Actions
- remove doxygen xml support
- remove sqlite log processing only use plaint text for validation log output (simplification)
- move default rules into
rules
folder fromrequirements-osi-3
folder - replace progressbar with tqdm
- remove lzma decoding and encoding (simplification)
- bugfix: BaseMoving nested attribute validation
- bugfix: update yaml loading ruaml
- bugfix: setup.py fix the default rules folder copying into site-packages with different python versions
- remove protocpp from osi validator dependency
- Remove kpi folder
- Remove pre-parsed rules in rules folder
- Remove lfs
- Remove lzma from docs
- Update test trace file
- Replace rules folder in docs
- Port rst to adoc
- Update README.md: links and example commands
- Created requirements_develop.txt for workflow
- Pinned package versions
- Used Python 3.8 in workflow
- bump actions versions
- pin black to black==23.12.1
- removed unused packages
- Update OSI submodule to version 3.6.0 (#54)
- Use same protobuffer version as in OSI repository
- use protobuf 3.20.1 in ci workflow and pin version to the same version in requirements.txt and setup.py
- remove optional installation method in README
- allow higher package versions
- bump year in license
- add git+osi requirement
- add note about OSI CCB
- Fix parallel run
Resolves #49
Resolves #46
Resolves #45
Resolves #44
Resolves #43
Resolves #42
Resolves #31
Full Changelog: v1.0.0...v1.1.0