Skip to content

Commit

Permalink
📝 Add v0.2.0 notes to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hayesall committed Aug 27, 2021
1 parent 275ec0e commit 0d2890f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## Beta

### v0.2.0 - 2021-08-27

Software Changes:

- Add `convert` module with `from_numpy` implementation to convert binary
classification and regression datasets based on ordinal encodings.
- Fix type annotations in `relational_datasets.request`
- Fix type annotations in `relational_datasets.types`

Documentation:

- Add tutorial for converting vector/propositional datasets to relational
- Add `mkdocs` dependency: `pymdownx.tasklist`
- Add `binder` and `colab` launch badges to Jupyter notebook tutorials

Testing:

- Add `lgtm` build step + README badge
- Add `codecov` build step + README badge
- Add `numpy>=1.20.0` as an optional setup target, and test against it
(this is the earliest version of `numpy` where type annotations for `mypy`
seem to be consistently available)

## Pre-Alpha

### v0.1.1 - 2021-08-10
Expand Down

0 comments on commit 0d2890f

Please sign in to comment.