Releases: cvpaperchallenge/Ascender
Releases · cvpaperchallenge/Ascender
Ascender 0.2.0
0.2.0 (2024-08-23)
Features
- Replace linter to Ruff (#95)
- Support larger Python versions (#107)
- Replace task runner to Poe the Poet (#100)
Bug Fixes
- Fix minor mistake of document (#91)
- Fix cache problem of CI job (#104)
Maintenance Changes
- Update dependencies versions (#93)
- Fix old expressions of
docker-compose.yaml
(#97 #109)
- Disable package mode of Poetry (#110)
- Update default Python version (#111)
Ascender 0.1.3
0.1.3 (2023-02-24)
Features
- Add
CITATION.cff
for citation (#86)
Bug Fixes
NA
Maintenance Changes
- Update package versions (#83 #88)
Ascender 0.1.2
0.1.2 (2022-10-26)
Features
- Add cache to GitHub Actions (#68)
- Introduce Markdown formatter (#67)
Bug Fixes
NA
Maintenance Changes
- Update
README.md
(#56 #77)
- Stop using pre release version of Poetry (#60 #78)
- Add data directory as placeholder (#58)
Ascender 0.1.1
0.1.1 (2022-08-15)
Features
- switch poetry version to 1.2 beta (#52)
- Load UID and GIU from environmental variables (#53)
- Add
poetry.toml
for the case which user want to use Ascender without Docker
Bug Fixes
NA
Maintenance Changes
Ascender 0.1.0
0.1.0 (2022-07-08)
Ascender 0.1.0 is out!
Major features in Ascender 0.1.0
- Container: Use of Docker reduces development environment dependencies and improves code portability.
- Virtual environment / package management: Package management using Poetry improves reproducibility of the same environment.
- Coding style: Automatic code style formatting using Black, Flake8, and isort.
- Static type check: Static type checking with Mypy to assist in finding bugs.
- pytest: Easily add test code using pytest.
- GitHub features: Some useful features, workflow for style check and test for pull request, issue template, etc. are pre-implemented.