Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ Breaking changes may occur between minor versions prior to the v1 release; after

<!-- towncrier release notes start -->

## 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
Expand Down
2 changes: 0 additions & 2 deletions changelog/10.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/11.feature.rst

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/7.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/9.feature.rst

This file was deleted.