Releases: VioletsOleander/nowcastnet-rewritten
Releases · VioletsOleander/nowcastnet-rewritten
v0.1.1
Summary
Restrict pysteps version <=1.18.0 to avoid local compilation when installing it.
What's Changed
- docs: update README.md by @VioletsOleander in #25
- chore: restrict pysteps version by @VioletsOleander in #26
- chore: release v0.1.1 by @VioletsOleander in #28
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Summary
- Migrate to uv for project management.
- Refactor some code to improve robustness.
- Add support for configuration file.
What's Changed
- Migrate to uv for project management by @VioletsOleander in #12
- ci: create uv.yml by @VioletsOleander in #13
- fix: start enforcing type checking and linting with ruff and ty by @VioletsOleander in #17
- feat: add configuration file parsing logic in inference by @VioletsOleander in #19
- feat: add configuration parsing logic to evaluation by @VioletsOleander in #20
- docs: update README.md by @VioletsOleander in #21
- ci: refine caching for uv and add virtual environment cache by @VioletsOleander in #22
- ci: refine caching for uv and add virtual environment cache by @VioletsOleander in #23
- chore: release v0.1.0 by @VioletsOleander in #24
Full Changelog: v0.0.2.post1...v0.1.0
v0.0.2.post1
Summary
Fix some minor issues, also with some minor improvements.
What's Changed
- feat: add onnx model inspection script by @VioletsOleander in #4
- feat: add matmul modification script by @VioletsOleander in #5
- refactor: adjust computation to simplify onnx graph by @VioletsOleander in #7
- style: exchange import sequence according to PEP8 by @VioletsOleander in #9
- chore: update pyproject.toml by @VioletsOleander in #10
Full Changelog: v0.0.2...v0.0.2.post1
v0.0.2
What's Changed
- docs: update README.md by @VioletsOleander in #2
- chore: remove requirements.txt (ad56101)
- chore: update .gitignore and pyproject.toml (66653bc)
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
Full Changelog: v0.0.0...v0.0.1
v0.0.0
What's Changed
- refactor: reorganize the project structure (d1d8533)
- refactor: restructure the project for package distribution (e4a2dc4)
- chore: fix typos in README.md (59caba9)
- chore: update .gitignore (9b8b964)
- feat: add evaluation module with metrics and evaluation script (e0b27f9)
- docs: update README.md and add LICENSE (a108cf8)
- docs: update README.md and add requirements.txt (8455743)
- Initial Commit (80efd07)
Full Changelog: https://github.com/VioletsOleander/nowcastnet-rewritten/commits/v0.0.0