Skip to content

Commit

Permalink
v0.19.0 (#1532)
Browse files Browse the repository at this point in the history
* release candidate

* fix workflow

* run test

* see version
  • Loading branch information
bchen1116 authored Sep 27, 2022
1 parent e981d4b commit 0cad75f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kickoff_featuretools_evalml_unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run workflow for Featuretools unit tests
run: gh workflow run unit_tests_with_woodwork_main_branch.yaml --repo "alteryx/featuretools"
run: gh workflow run "Unit Tests - Featuretools with Woodwork main branch" --repo "alteryx/featuretools"
env:
GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
- name: Run workflow for EvalML unit tests
run: gh workflow run unit_tests_with_woodwork_main_branch.yaml --repo "alteryx/evalml"
run: gh workflow run "Unit Tests - EvalML with Woodwork main branch" --repo "alteryx/evalml"
env:
GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
17 changes: 13 additions & 4 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,18 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v0.19.0 September 27, 2022
==========================
* Enhancements
* Added ``Spearman Correlation`` to options for dependence calculations (:pr:`1523`)
* Added ``ignore_zeros`` as an argument for ``box_plot_dict`` to allow for calculations of outliers without 0 values (:pr:`1524`)
Expand All @@ -14,12 +24,11 @@ Future Release
* Changes
* Added ``ignore_columns`` as an argument when initializing a dataframe (:pr:`1504`)
* Remove ``dask[dataframe]`` version restriction (:pr:`1527`)
* Documentation Changes
* Testing Changes
* Add kickoff for create conda forge pull request from release (:pr:`1515`)

Thanks to the following people for contributing to this release:
:user:`gsheni`, :user:`ParthivNaresh`, :user:`bchen1116`, :user:`thehomebrewnerd`
:user:`bchen1116`, :user:`gsheni`, :user:`ParthivNaresh`, :user:`thehomebrewnerd`

v0.18.0 August 31, 2022
=======================
Expand Down
2 changes: 1 addition & 1 deletion woodwork/tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.18.0"
assert __version__ == "0.19.0"
2 changes: 1 addition & 1 deletion woodwork/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.0"
__version__ = "0.19.0"

0 comments on commit 0cad75f

Please sign in to comment.