Skip to content

Commit

Permalink
chore: Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cpvannier committed Mar 18, 2024
1 parent 7e12737 commit f8733c6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,22 @@ All notable changes to Pixano will be documented in this file.

## [Unreleased]

## [0.3.1] - 2024-03-18

### Added

- Add **new GroundingDINO model** for semantic segmentation with text prompts (pixano/pixano-inference#6)

### Changed

- Update README badges with PyPI release

### Fixed

- Remove top-level imports for GitHub models to prevent import errors (pixano/pixano-inference#6)
- Fix preannotation with SAM and MobileSAM (pixano/pixano-inference#6)
- Add type hints for Image PixanoType (pixano/pixano-inference#6)
- Update Pixano requirement from 0.5.0 beta to 0.5.0 stable

## [0.3.0] - 2024-02-29

Expand Down Expand Up @@ -123,7 +130,8 @@ All notable changes to Pixano will be documented in this file.

- Create first public release

[Unreleased]: https://github.com/pixano/pixano/compare/main...develop
[Unreleased]: https://github.com/pixano/pixano-inference/compare/main...develop
[0.3.1]: https://github.com/pixano/pixano-inference/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/pixano/pixano-inference/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/pixano/pixano-inference/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/pixano/pixano-inference/compare/v0.1.6...v0.2.0
Expand Down

0 comments on commit f8733c6

Please sign in to comment.