Skip to content

Commit

Permalink
fix changelog to use towncrier
Browse files Browse the repository at this point in the history
was previously manually edited for this release, but that messes up when
towncrier tries to then build release notes - you end up with a
duplicate, empty section for the same release.
  • Loading branch information
EFord36 committed Jul 31, 2023
1 parent 835f0db commit 7378f25
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 25 deletions.
25 changes: 0 additions & 25 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

<!-- towncrier release notes start -->

## 1.0.1 - 2023-07-27


### Features

- added more informative logging to build_and_test_model_packs.py


### Bugfixes

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


### Deprecations and Removals

- remove Section.get_text and preprocessed_text


### Misc

- added sphinx docs to data classes
- dependencies that work are now stored in the model pack


## 1.0.0 - 2023-07-21


Expand Down
1 change: 1 addition & 0 deletions docs/_changelog.d/+acceptancetesturistripping.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
URIs are now stripped in acceptance testing if called from build_and_test_model_packs.py
1 change: 1 addition & 0 deletions docs/_changelog.d/+dataclassdocs.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
added sphinx docs to data classes
1 change: 1 addition & 0 deletions docs/_changelog.d/+improvelogging.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
added more informative logging to build_and_test_model_packs.py
1 change: 1 addition & 0 deletions docs/_changelog.d/+knowngooddeps.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dependencies that work are now stored in the model pack
1 change: 1 addition & 0 deletions docs/_changelog.d/+pytorchnocuda.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fixed CI bug installing cuda pytorch which we don't want
1 change: 1 addition & 0 deletions docs/_changelog.d/+removepreprocessedtext.removal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
remove Section.get_text and preprocessed_text

0 comments on commit 7378f25

Please sign in to comment.