Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mluerig committed Jul 19, 2024
1 parent 53a9ae4 commit 6773d1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.0.0
- NEW: tested with py310 and py311
- bugfix: model-explorer was broken due to internal code refactoring
- bugfix: config files had faulty defaults

## 0.3.1
- bugfix: export agumentations
- improved CLI inference script (better performance: model gets cached)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
requires-python = ">=3.9"
keywords = ["metric learning", "biology"]
dynamic = ["dependencies"]
version = "0.3.1"
version = "1.0.0"

[project.urls]
"Homepage" = "https://github.com/agporto/BioEncoder"
Expand Down

0 comments on commit 6773d1e

Please sign in to comment.