diff --git a/CHANGELOG.md b/CHANGELOG.md index ed734a00f..02cba16b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,31 +7,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). -## 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 diff --git a/docs/_changelog.d/+acceptancetesturistripping.bugfix.rst b/docs/_changelog.d/+acceptancetesturistripping.bugfix.rst new file mode 100644 index 000000000..a1303b5d2 --- /dev/null +++ b/docs/_changelog.d/+acceptancetesturistripping.bugfix.rst @@ -0,0 +1 @@ +URIs are now stripped in acceptance testing if called from build_and_test_model_packs.py diff --git a/docs/_changelog.d/+dataclassdocs.doc.rst b/docs/_changelog.d/+dataclassdocs.doc.rst new file mode 100644 index 000000000..6bb13a4b7 --- /dev/null +++ b/docs/_changelog.d/+dataclassdocs.doc.rst @@ -0,0 +1 @@ +added sphinx docs to data classes diff --git a/docs/_changelog.d/+improvelogging.feature.rst b/docs/_changelog.d/+improvelogging.feature.rst new file mode 100644 index 000000000..e1cef3220 --- /dev/null +++ b/docs/_changelog.d/+improvelogging.feature.rst @@ -0,0 +1 @@ +added more informative logging to build_and_test_model_packs.py diff --git a/docs/_changelog.d/+knowngooddeps.feature.rst b/docs/_changelog.d/+knowngooddeps.feature.rst new file mode 100644 index 000000000..9aa305a04 --- /dev/null +++ b/docs/_changelog.d/+knowngooddeps.feature.rst @@ -0,0 +1 @@ +dependencies that work are now stored in the model pack diff --git a/docs/_changelog.d/+pytorchnocuda.bugfix.rst b/docs/_changelog.d/+pytorchnocuda.bugfix.rst new file mode 100644 index 000000000..e625d3ed3 --- /dev/null +++ b/docs/_changelog.d/+pytorchnocuda.bugfix.rst @@ -0,0 +1 @@ +fixed CI bug installing cuda pytorch which we don't want diff --git a/docs/_changelog.d/+removepreprocessedtext.removal.rst b/docs/_changelog.d/+removepreprocessedtext.removal.rst new file mode 100644 index 000000000..af3d50d78 --- /dev/null +++ b/docs/_changelog.d/+removepreprocessedtext.removal.rst @@ -0,0 +1 @@ +remove Section.get_text and preprocessed_text