diff --git a/CHANGELOG.md b/CHANGELOG.md index 304b75b..de7613e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ Breaking changes may occur between minor versions prior to the v1 release; after +## 0.0.2 + +### Features + +- Add 5cs evaluation instrument ([#11](https://github.com/epic-open-source/evaluation-instruments/issues/11)) +- Establish pattern for interchangeable instruction sets, to allow score-only or score+explanation output formats ([#10](https://github.com/epic-open-source/evaluation-instruments/issues/10)) + +### Bugfixes + +- Update default postproccessing to handle the objects returned by more providers ([#7](https://github.com/epic-open-source/evaluation-instruments/issues/7)) +- Update the results transform to handle single score objects ([#7](https://github.com/epic-open-source/evaluation-instruments/issues/7)) +- Update decorator to use pathlib not os ([#7](https://github.com/epic-open-source/evaluation-instruments/issues/7)) + +### Changes + +- Adding a ``MANIFEST.in`` to ensure the entire ``instruments/`` folder is included in pip-installed distributions ([#9](https://github.com/epic-open-source/evaluation-instruments/issues/9)) +- Update the explanation response to be a dictionary instead of list ([#10](https://github.com/epic-open-source/evaluation-instruments/issues/10)) + ## 0.0.1 ### Features diff --git a/changelog/10.feature.rst b/changelog/10.feature.rst deleted file mode 100644 index 5e0a807..0000000 --- a/changelog/10.feature.rst +++ /dev/null @@ -1,2 +0,0 @@ -Establish pattern for interchangeable instruction sets, to allow score-only or score+explanation output formats. -Update the explanation response to be a dictionary instead of list. diff --git a/changelog/11.feature.rst b/changelog/11.feature.rst deleted file mode 100644 index 5cebab5..0000000 --- a/changelog/11.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Add 5cs evaluation instrument diff --git a/changelog/7.bugfix.rst b/changelog/7.bugfix.rst deleted file mode 100644 index 33aa613..0000000 --- a/changelog/7.bugfix.rst +++ /dev/null @@ -1,3 +0,0 @@ -Update default postproccessing to handle the objects returned by more providers. -Update the results transform to handle single score objects. -Update decorator to use pathlib not os diff --git a/changelog/9.feature.rst b/changelog/9.feature.rst deleted file mode 100644 index 5488cd0..0000000 --- a/changelog/9.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Adding a ``MANIFEST.in`` to ensure the entire ``instruments/`` folder is included in pip-installed distributions.