We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a9ae4 commit 6773d1eCopy full SHA for 6773d1e
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
+
8
## 0.3.1
9
- bugfix: export agumentations
10
- improved CLI inference script (better performance: model gets cached)
pyproject.toml
@@ -13,7 +13,7 @@ readme = "README.md"
13
requires-python = ">=3.9"
14
keywords = ["metric learning", "biology"]
15
dynamic = ["dependencies"]
16
-version = "0.3.1"
+version = "1.0.0"
17
18
[project.urls]
19
"Homepage" = "https://github.com/agporto/BioEncoder"
0 commit comments