Skip to content

Commit

Permalink
Lorr1 master pr (#67)
Browse files Browse the repository at this point in the history
* Fix apidocs

* BootlegAnnotator fixes

* BootlegAnnotator fixes

* Updates to tutorial instructions

* Reduced memory title embeddings and lower cased mention addition

* Modified fit profile to write to mmap directly

* Merge before new PIP

* Bump pydantic version

* Ready for 1.0.5
  • Loading branch information
lorr1 authored Aug 21, 2021
1 parent 7e2832c commit 17afa93
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 14 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
Unreleased 1.0.5dev0
1.0.5 - 2021-08-20
---------------------
Fixed
^^^^^^^^
* Fixed -1 command line argparse error
* Adjusted requirements

Added
^^^^^^
* Tutorial to generate contextualized entity embeddings that perform better downstream

1.0.3 - 2021-07-12
1.0.4 - 2021-07-12
---------------------
Fixed
^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion bootleg/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Bootleg version."""
__version__ = "1.0.5dev"
__version__ = "1.0.5"
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ notebook~=6.1.5
numpy~=1.19.0
pandas~=1.2.3
progressbar==2.5
pydantic==1.7.4
pydantic~=1.7
rich==10.1.0
scikit_learn~=0.24.1
scipy~=1.6.1
sentencepiece==0.1.*
spacy==3.0.*
tagme==0.1.3
tensorboardX==2.1.*
tensorboard==2.4.*
torch~=1.7.0
tqdm==4.49.0
tensorboard==2.5.*
torch>=1.7.0,<1.10.0
tqdm>=4.27
transformers>=4.0.0,<5.0.0
ujson==4.0.2
ujson~=4.1
black==20.8b1
docformatter==1.4
flake8==3.9.0
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ notebook~=6.1.5
numpy~=1.19.0
pandas~=1.2.3
progressbar==2.5
pydantic==1.7.4
pydantic~=1.7
rich==10.1.0
scikit_learn~=0.24.1
scipy~=1.6.1
sentencepiece==0.1.*
spacy==3.0.*
tagme==0.1.3
tensorboardX==2.1.*
tensorboard==2.4.*
torch~=1.7.0
tqdm==4.49.0
tensorboard==2.5.*
torch>=1.7.0,<1.10.0
tqdm>=4.27
transformers>=4.0.0,<5.0.0
ujson==4.0.2
ujson~=4.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="bootleg",
version="1.0.5dev",
version="1.0.5",
description="Bootleg NED System",
packages=find_packages(),
url="https://github.com/HazyResearch/bootleg",
Expand Down

0 comments on commit 17afa93

Please sign in to comment.