Skip to content

Commit 8c944e5

Browse files
committed
Merge branch 'main' into dev
2 parents 21971ea + 182dcad commit 8c944e5

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -99,17 +99,17 @@ Please cite BioEncoder as follows:
9999
```bibtex
100100
101101
@article{https://doi.org/10.1111/ele.14495,
102-
author = {Lürig, Moritz D. and Di Martino, Emanuela and Porto, Arthur},
103-
title = {BioEncoder: A metric learning toolkit for comparative organismal biology},
104-
journal = {Ecology Letters},
105-
volume = {27},
106-
number = {8},
107-
pages = {e14495},
108-
keywords = {biodiversity, deep metric learning, feature space, machine learning, phenotypic differences, python package, species identification},
109-
doi = {https://doi.org/10.1111/ele.14495},
110-
url = {https://onlinelibrary.wiley.com/doi/abs/10.1111/ele.14495},
111-
eprint = {https://onlinelibrary.wiley.com/doi/pdf/10.1111/ele.14495},
112-
year = {2024}
102+
author = {Lürig, Moritz D. and Di Martino, Emanuela and Porto, Arthur},
103+
title = {BioEncoder: A metric learning toolkit for comparative organismal biology},
104+
journal = {Ecology Letters},
105+
volume = {27},
106+
number = {8},
107+
pages = {e14495},
108+
keywords = {biodiversity, deep metric learning, feature space, machine learning, phenotypic differences, python package, species identification},
109+
doi = {https://doi.org/10.1111/ele.14495},
110+
url = {https://onlinelibrary.wiley.com/doi/abs/10.1111/ele.14495},
111+
eprint = {https://onlinelibrary.wiley.com/doi/pdf/10.1111/ele.14495},
112+
year = {2024}
113113
}
114114
115115

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 = "1.0.1.dev0"
16+
version = "1.0.1"
1717

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

0 commit comments

Comments
 (0)