This repository has been archived by the owner on Aug 9, 2023. It is now read-only.
Releases: wellcometrust/WellcomeML
Releases · wellcometrust/WellcomeML
v2.0.3
v2.0.2
v2.0.1
v2.0.0
Improvements:
- #328: Expose build_model to CNNClassifier and don't rebuild in fit
- #372: Add more fine grained extras to make vanilla WellcomeML light (109MB)
- #368: Expand LOGGING_LEVEL to TF_CPP_MIN_LOG_LEVEL
- #332: Add
wellcomeml.viz
to vizualize clusters - #344: Add filter by variable in visualize clusters
Breaking changes:
- #371: Delete
wellcomeml.ml.__init__
so all ml models need to be explicitly imported
Bug fixes:
- #357: Fix sent2vec test error
v1.2.1
v1.2.0
Improvements:
#327: Adds verbose and tensorboard_log_path to CNN and SemanticEquivalenceClassifier
#315: Implements decode to KerasTokenizer and TransformersTokenizer.
#308: Adds EPMCClient to download data from EPMC
#283: Disable umap to make imports in wellcomeml faster
#279: Extend LOGGING_LEVEL env variable to control more libraries logger
#306: Break down deep-learning extra to tensorflow,torch,spacy for more control over what's installed
#289: Re-factors frequency vectoriser saving function to make it more efficient
Bug fixes:
#313: Fix concat feature_approach in CNN
#297: Fix OOM error in CNN predict
#292: Fix clustering pipeline when umap used and input length > 4096