Skip to content

Commit

Permalink
Merge pull request #15 from srlearn/next_release
Browse files Browse the repository at this point in the history
📝 Add v0.2.0 notes to changelog, bump version `v0.2.0`
  • Loading branch information
hayesall authored Aug 27, 2021
2 parents 400e53b + c68d4e0 commit 7936254
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion relational_datasets/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2021 Alexander L. Hayes
# Apache 2.0 License

__version__ = "v0.1.2-dev"
__version__ = "v0.2.0"

0 comments on commit 7936254

Please sign in to comment.