Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ZJaume committed Feb 7, 2025
1 parent bb5da2d commit 36ad4be
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.9.0
### Added
- More Python identifier functions: `identify_with_score`, `identify_topk_with_score`, `par_identify`, `par_identify_with_score`.
- Batched and multithreaded Python prediction.

### Changed
- Rust identifier functions won't return `Option` anymore, as there was no case where `None` was used.
- Included `Cargo.lock`.
- Update Github Actions build container to Python 3.12.
- Update Github Actions to MacOS 13.
- Update to Maturin 1.8.

### Fixed
- Small documentation issues.

## v0.8.1
### Fixed
- `sdist` project layout without `heliport.data`
Expand Down

0 comments on commit 36ad4be

Please sign in to comment.