Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazu Version Bump committed Jul 31, 2023
1 parent 7378f25 commit dfaa18d
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 7 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

<!-- towncrier release notes start -->

## 1.0.1 - 2023-07-31


### Features

- added more informative logging to build_and_test_model_packs.py
- dependencies that work are now stored in the model pack


### Bugfixes

- URIs are now stripped in acceptance testing if called from build_and_test_model_packs.py
- fixed CI bug installing cuda pytorch which we don't want


### Improved Documentation

- added sphinx docs to data classes


### Deprecations and Removals

- remove Section.get_text and preprocessed_text


## 1.0.0 - 2023-07-21


Expand Down
1 change: 0 additions & 1 deletion docs/_changelog.d/+acceptancetesturistripping.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/_changelog.d/+dataclassdocs.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/_changelog.d/+improvelogging.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/_changelog.d/+knowngooddeps.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/_changelog.d/+pytorchnocuda.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/_changelog.d/+removepreprocessedtext.removal.rst

This file was deleted.

2 changes: 1 addition & 1 deletion kazu/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.0.1"

0 comments on commit dfaa18d

Please sign in to comment.