Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 539fd83

Browse files
authored
Merge pull request #374 from wellcometrust/release-version-2.0.0
Release 2.0.0
2 parents 2b712ed + 96359e3 commit 539fd83

37 files changed

+761
-3533
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# 2.0.0
2+
Release date: 05/11/2021
3+
4+
Improvements:
5+
- #328: Expose build_model to CNNClassifier and don't rebuild in fit
6+
- #372: Add more fine grained extras to make vanilla WellcomeML light (109MB)
7+
- #368: Expand LOGGING_LEVEL to TF_CPP_MIN_LOG_LEVEL
8+
- #332: Add `wellcomeml.viz` to vizualize clusters
9+
- #344: Add filter by variable in visualize clusters
10+
11+
Breaking changes:
12+
- #371: Delete `wellcomeml.ml.__init__` so all ml models need to be explicitly imported
13+
14+
Bug fixes:
15+
- #357: Fix sent2vec test error
16+
17+
118
# 1.2.1
219
Release date: 05/08/2021
320

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $(VIRTUALENV)/.installed:
1818
$(VENV_BIN)/pip3 install --upgrade pip
1919
$(VENV_BIN)/pip3 install -r requirements_test.txt
2020
$(VENV_BIN)/pip3 install -r docs/requirements.txt # Installs requirements to docs
21-
$(VENV_BIN)/pip3 install -e .[tensorflow,spacy,torch]
21+
$(VENV_BIN)/pip3 install -e .[tensorflow,spacy,torch,core,transformers]
2222
$(VENV_BIN)/pip3 install hdbscan --no-cache-dir --no-binary :all: --no-build-isolation
2323
touch $@
2424

305 Bytes
Binary file not shown.
-19.3 KB
Binary file not shown.
281 Bytes
Binary file not shown.

docs/_build/doctrees/index.doctree

155 Bytes
Binary file not shown.
695 Bytes
Binary file not shown.
1.05 KB
Binary file not shown.
222 Bytes
Binary file not shown.
1.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)