Releases: SevanSSP/avm
Releases · SevanSSP/avm
v1.2.2
What's Changed
- Bump pytest from 7.4.2 to 7.4.4 by @dependabot in #23
- Bump coverage from 7.3.2 to 7.6.1 by @dependabot in #24
- Bump nox from 2023.4.22 to 2024.4.15 by @dependabot in #26
- Bump pytest-cov from 4.1.0 to 5.0.0 by @dependabot in #25
- Bump pytest from 7.4.4 to 8.3.3 by @dependabot in #27
- chore: group dependabot PRs by @jorgenengelsen in #28
- Bump the actions-deps group with 2 updates by @dependabot in #29
- chore: deprecate python 3.8 by @jorgenengelsen in #30
New Contributors
- @jorgenengelsen made their first contribution in #28
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Feature/default version by @EBGlom in #18
- Bump nox from 2020.12.31 to 2023.4.22 by @dependabot in #17
Full Changelog: v1.2.0...v1.2.1
v1.2.0
Improved handling of program executable paths
Summary
Added
- Paths to to SIMO and RIFLEX executables are now properly handled.
Fetch program installation directory
Summary
Added
- New entry point to fetch programs' installation directory
Update readme
Updates
Installation guidelines in readme now points to the Packagr repository.
First stable release
General
First stable version of avm.
- Small changes to simplify API and support testing
- Adds unit testing and macro testing (Tox)
- Setup deployment pipeline
Testing
Adds a couple of unit tests to ensure that the primary functions work. Testing performed with Tox.
Deployment
Deployment specifics
- Package distributed as wheels
- Using Packager as private packaging index
- Packagr credentials stored as hidden environmental variables in Travis CI