Releases: AvyFly/parasect
Releases · AvyFly/parasect
v1.2.0
Starting with this minor release, Parasect has support for Ardupilot parameter formats!
Ardupilot parameter files can be compared and built with the usual workflow.
Some additional features have been added as well, please read below.
Changes
🚀 Features
- Added support for Ardupilot parameter files.
- Comments starting with the # character are now valid in parameter lines of PX4 parameters.
- Python regular expressions can now be used to cover multiple calibration and operator parameters.
- Meals can now define their individual default parameter filepaths, overwriting the global configuration.
- When overwriting existing parameters (e.g. on top of defaults), more metadata of the new parameter is copied over.
The above were brought in with this commit:
👷 Continuous Integration
📚 Documentation
- Documentation update to cover the new features.
- A new tutorial covering an Ardupilot workflow has been added.
The above were brought in with these commits:
- Added documentation on regular expressions (#261) @Georacer
- Feature/ardupilot support (#259) @Georacer
📦 Dependencies
v1.1.2
Changes
🪲 Fixes
🚨 Testing
📦 Dependencies
- Bump pyupgrade from 3.3.1 to 3.3.2 (#237) @dependabot
- Bump salsify/action-detect-and-tag-new-version from 2.0.1 to 2.0.3 (#236) @dependabot
- Bump actions/upload-artifact from 3.1.0 to 3.1.2 (#235) @dependabot
- Bump flake8-bugbear from 22.12.6 to 23.3.12 (#229) @dependabot
- Bump actions/checkout from 3.0.2 to 3.5.2 (#222) @dependabot
- Bump sphinx from 6.1.3 to 6.2.1 in /docs (#233) @dependabot
- Bump sphinx from 6.1.3 to 6.2.1 (#234) @dependabot
- Bump actions/cache from 3.2.6 to 3.3.1 (#223) @dependabot
- Bump actions/download-artifact from 3.0.0 to 3.0.2 (#227) @dependabot
- Bump codecov/codecov-action from 3.1.1 to 3.1.3 (#226) @dependabot
- Bump crazy-max/ghaction-github-labeler from 4.0.0 to 4.1.0 (#225) @dependabot
- Bump pre-commit from 2.21.0 to 3.2.2 (#230) @dependabot
- Updated lock file (#232) @Georacer
- Bump nox-poetry from 1.0.0 to 1.0.2 in /.github/workflows (#158) @dependabot
- Bump pip from 22.1.2 to 23.1.1 in /.github/workflows (#221) @dependabot
- Bump nox from 2022.1.7 to 2023.4.22 in /.github/workflows (#220) @dependabot
- Bump release-drafter/release-drafter from 5.20.0 to 5.23.0 (#205) @dependabot
- Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.8.5 (#219) @dependabot
- Bump codecov/codecov-action from 3.1.0 to 3.1.1 (#131) @dependabot
- Bump furo from 2022.6.21 to 2023.3.27 in /docs (#217) @dependabot
- Bump sphinx-click from 4.2.0 to 4.4.0 in /docs (#167) @dependabot
- Bump actions/cache from 3.0.4 to 3.2.6 (#204) @dependabot
- Bump sphinx from 5.0.1 to 6.1.3 in /docs (#188) @dependabot
- Bump actions/setup-python from 4.0.0 to 4.6.0 (#218) @dependabot
- Bump poetry from 1.3.2 to 1.4.2 in /.github/workflows (#215) @dependabot
v1.1.1
Changes
🪲 Fixes
🚨 Testing
👷 Continuous Integration
📦 Dependencies
v1.1.0
Changes
💥 Breaking Changes
🚀 Features
📚 Documentation
First major release!
Changes
🚀 Features
🚨 Testing
📚 Documentation
- Fixed misleading documentation (#85) @Georacer
- Fixed broken klogo and landing page (#84) @Georacer
- Improved documentation. (#83) @Georacer
📦 Dependencies
- Feature/allow empty variants (#123) @Georacer
- Bump sphinx-click from 4.1.0 to 4.2.0 in /docs (#63) @dependabot
- Bump furo from 2022.6.4.1 to 2022.6.21 in /docs (#65) @dependabot
- Bump actions/setup-python from 3.1.2 to 4.0.0 (#60) @dependabot
v0.11.1
v0.11.0
v0.10.0
Changes
💥 Breaking Changes
🚀 Features
- Increased coverage @Georacer
🚨 Testing
- Lots of unit tests added @Georacer
📚 Documentation
- Lots of documentation added @Georacer
🔨 Refactoring
- Changed the Meals Menu schema compared to the original Parasect @Georacer
📦 Dependencies
- Bump pyupgrade from 2.33.0 to 2.34.0 (#52) @dependabot
- Bump flake8-rst-docstrings from 0.2.5 to 0.2.6 (#57) @dependabot
- Bump pre-commit-hooks from 4.2.0 to 4.3.0 (#56) @dependabot
- Bump sphinx from 4.5.0 to 5.0.1 (#53) @dependabot
- Bump actions/cache from 3.0.3 to 3.0.4 (#55) @dependabot
- Bump mypy from 0.960 to 0.961 (#54) @dependabot
- Bump furo from 2022.4.7 to 2022.6.4.1 in /docs (#48) @dependabot
- Bump pep8-naming from 0.12.1 to 0.13.0 (#46) @dependabot
- Bump sphinx from 5.0.0 to 5.0.1 in /docs (#44) @dependabot
- Bump coverage from 6.4 to 6.4.1 (#45) @dependabot
- Bump pip from 22.1.1 to 22.1.2 in /.github/workflows (#43) @dependabot
- Bump actions/cache from 3.0.2 to 3.0.3 (#42) @dependabot
- Bump sphinx-click from 4.0.3 to 4.1.0 in /docs (#40) @dependabot
- Bump sphinx-click from 4.0.3 to 4.1.0 (#41) @dependabot
- Bump sphinx from 4.5.0 to 5.0.0 in /docs (#39) @dependabot
- Bump crazy-max/ghaction-github-labeler from 3.1.1 to 4.0.0 (#33) @dependabot
- Bump mypy from 0.910 to 0.960 (#31) @dependabot
- Bump flake8-bugbear from 21.11.29 to 22.4.25 (#27) @dependabot
- Bump xdoctest from 0.15.10 to 1.0.0 (#29) @dependabot
- Bump actions/checkout from 2.4.0 to 3.0.2 (#26) @dependabot
- Bump release-drafter/release-drafter from 5.15.0 to 5.20.0 (#24) @dependabot
- Bump actions/setup-python from 2.3.0 to 3.1.2 (#25) @dependabot
- Bump sphinx-click from 3.1.0 to 4.0.3 (#28) @dependabot
- Updated poetry lock file (#23) @Georacer
- Updated python requirement to 3.8 (#21) @Georacer
- Bump pydantic from 1.9.0 to 1.9.1 (#14) @dependabot
- Bump furo from 2021.11.23 to 2022.4.7 (#16) @dependabot
- Bump flake8-bandit from 2.1.2 to 3.0.0 (#18) @dependabot
- Bump nox-poetry from 0.9.0 to 1.0.0 in /.github/workflows (#11) @dependabot
- Bump reorder-python-imports from 2.6.0 to 3.1.0 (#17) @dependabot
- Bump sphinx-click from 3.0.2 to 4.0.3 in /docs (#6) @dependabot
- Bump virtualenv from 20.10.0 to 20.14.1 in /.github/workflows (#9) @dependabot
- Bump pip from 21.3.1 to 22.1.1 in /.github/workflows (#12) @dependabot
- Bump codecov/codecov-action from 2.1.0 to 3.1.0 (#8) @dependabot
- Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.5.0 (#5) @dependabot
- Bump pytest from 6.2.5 to 7.1.2 (#15) @dependabot
- Bump sphinx from 4.3.0 to 4.5.0 in /docs (#2) @dependabot
- Bump actions/upload-artifact from 2.2.4 to 3.1.0 (#1) @dependabot
- Bump actions/download-artifact from 2.0.10 to 3.0.0 (#3) @dependabot
- Bump actions/cache from 2.1.7 to 3.0.2 (#7) @dependabot
- Bump poetry from 1.1.11 to 1.1.13 in /.github/workflows (#10) @dependabot
- Bump nox from 2021.10.1 to 2022.1.7 in /.github/workflows (#13) @dependabot