Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADD] change log for release #450

Merged
merged 1 commit into from
Jul 14, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v2
with:
submodules: recursive

- name: Extract branch name
shell: bash
Expand Down
42 changes: 42 additions & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,48 @@
Releases
========

Version 0.2
===========
[FIX] Documentation and docker workflow file (#449)
[RELEASE] Changes for release v0.2 (#446)
[ADD] Allow users to pass feat types to tabular validator (#441)
[ADD] docs for forecasting task (#443)
[FIX] fit updates in gluonts (#445)
[ADD] Time series forecasting (#434)
[FIX] fix dist twine check for github (#439)
[ADD] Subsampling Dataset (#398)
[feat] Add __str__ to autoPyTorchEnum (#405)
[ADD] feature preprocessors from autosklearn (#378)
[refactor] Fix SparseMatrixType --> spmatrix and add ispandas (#397)
[ADD] dataset compression (#387)
[fix] Update the SMAC version (#388)
[feat] Add new task inference for APT (#386)
[FIX] Datamanager in memory (#382)
[FIX] Fix: keyword arguments to submit (#384)
[feat] Add coalescer (#376)
[FIX] Remove redundant categorical imputation (#375)
[ADD] scalers from autosklearn (#372)
[ADD] variance thresholding (#373)
[fix] Change int to np.int32 for the ndarray dtype specification (#371)
[fix] Hotfix debug no training in simple intensifier (#370)
[ADD] Test evaluator (#368)
[FIX] Fix 361 (#367)
[FIX] fix error after merge
[ADD] Docker publish workflow (#357)
[ADD] fit pipeline honoring API constraints with tests (#348)
[FIX] Update workflow files (#363)
[feat] Add the option to save a figure in plot setting params (#351)
[FIX] Cleanup of simple_imputer (#346)
[feat] Add an object that realizes the perf over time viz (#331)

Contributors v0.2
*****************

* Ravin Kohli
* Shuhei Watanabe
* Eddie Bergman
* Difan Deng

Version 0.1.1
==============
[refactor] Completely refactored version with a new scikit-learn compatible API.
Expand Down