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

Commit

Permalink
Merge pull request #31 from wellcometrust/update-version-2020.4.0
Browse files Browse the repository at this point in the history
Update version to 2020.4.0 and add Changelog
  • Loading branch information
nsorros authored Apr 7, 2020
2 parents 786aae6 + 9dfa469 commit 1ca7f41
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 2020.4.0

* Add partial_fit to BERTClassifier
* Add mean_last_four embedding to BertVectorizer
* Use nlp.pipe for prediction as its quicker
* Add generator to transform data on demand for spacy to reduce memory usage
* Add multilabel and architecture parameter in SpacyClassifier
* Modify SpacyClassifier to accept sparse Y for multilabel classification
* Add pretrain_vectors_path parameters to SpacyClassifier
* Add speed metric to SpacyClassifier and BertClassifier
* Fix tests in BertClassifier to check for loss reduction after 5 iterations
2 changes: 1 addition & 1 deletion wellcomeml/__version__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__name__='wellcomeml'
__version__='2020.2.1'
__version__='2020.4.0'
__description__='Utilities for managing nlp models and for processing text-related data at Wellcome Data Labs'
__url__='https://github.com/wellcometrust/datalabs/tree/master/code/wellcomeml/'
__author__='Wellcome Trust DataLabs Team'
Expand Down

0 comments on commit 1ca7f41

Please sign in to comment.