Skip to content

Commit 6773d1e

Browse files
committed
v1.0.0
1 parent 53a9ae4 commit 6773d1e

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.0.0
4+
- NEW: tested with py310 and py311
5+
- bugfix: model-explorer was broken due to internal code refactoring
6+
- bugfix: config files had faulty defaults
7+
38
## 0.3.1
49
- bugfix: export agumentations
510
- improved CLI inference script (better performance: model gets cached)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "README.md"
1313
requires-python = ">=3.9"
1414
keywords = ["metric learning", "biology"]
1515
dynamic = ["dependencies"]
16-
version = "0.3.1"
16+
version = "1.0.0"
1717

1818
[project.urls]
1919
"Homepage" = "https://github.com/agporto/BioEncoder"

0 commit comments

Comments
 (0)