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

Commit 493e977

Browse files
author
Campbells
authored
Merge pull request #201 from wellcometrust/release-2021.2.0
Release 2021.2.0
2 parents 606cc03 + 5958de3 commit 493e977

19 files changed

+1242
-53
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
# 2021.01.1
1+
# 2021.2.0
2+
3+
Major changes
4+
---
5+
- Upgrade spacy to v3.0
6+
- Add native HuggingFace support (#191), re-writting `BertClassifier` using transformers
7+
- Disables HDBscan from the possible clustering techniques due to a conflict with the new numpy version (#197)
8+
9+
Bug fixes
10+
---
11+
- Resolves issues #195 and #198 with thew pip reference resolver, introduced in pip>20.3
12+
13+
# 2021.1.1
214

315
Major changes
416
---

README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -76,24 +76,22 @@ Verify that `_build/html/index.html` has generated correctly and submit a PR.
7676

7777
### 2.3 Release a new version (and upload to aws s3/pypi/github)
7878

79+
First create a [github token](https://help.github.com/en/github/authenticating-to-github/creating-a
80+
-personal-access-token-for-the-command-line), if you haven't one, with artifact write access and
81+
export
82+
it to the env variables:
83+
```bash
84+
export GITHUB_TOKEN=...
85+
```
86+
7987
The checklist for a new release is:
8088

81-
- [ ] Changed `wellcomeml/__version__.py`
89+
- [ ] Change `wellcomeml/__version__.py`
8290
- [ ] Add changelog
8391
- [ ] `make dist`
84-
- [ ] Verify new package was generated correctly on the [pip registry](https://pypi.org/project
85-
/wellcomeml)
86-
/] and GitHub releases
87-
88-
Create a [github token](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line) with artifact write access and export it to the env variables:
89-
```bash
90-
export GITHUB_TOKEN=...
91-
```
92-
After making changes, in order to build a new release, run:
92+
- [ ] Verify new package was generated correctly on the [pip registry](https://pypi.org/project/wellcomeml)
93+
and GitHub releases
9394

94-
```
95-
make dist
96-
```
9795

9896
### 2.4 (Optional) Installing from other locations
9997

17.7 KB
Binary file not shown.
0 Bytes
Binary file not shown.

docs/_build/doctrees/index.doctree

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
13 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
247 KB
Binary file not shown.

0 commit comments

Comments
 (0)