Skip to content

Commit

Permalink
Add additional reviewers to min and latest dependency checker (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheni committed Jul 26, 2021
1 parent 61d1417 commit 882b18b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latest_dependency_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
branch: latest-dep-update
branch-suffix: short-commit-hash
base: main
reviewers: thehomebrewnerd, tamargrey, jeff-hernandez
team-reviewers: @alteryx/ml-tools
2 changes: 1 addition & 1 deletion .github/workflows/minimum_dependency_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ jobs:
branch: min-dep-update
branch-suffix: short-commit-hash
base: main
reviewers: thehomebrewnerd, tamargrey, jeff-hernandez
team-reviewers: @alteryx/ml-tools
27 changes: 14 additions & 13 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,27 +1,30 @@
.. _release_notes:

.. Future Release
===============
Release Notes
-------------

Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
* Add additional reviewers to minimum and latest dependency checkers (:pr:`1070`)

.. Thanks to the following people for contributing to this release:
Thanks to the following people for contributing to this release:
:user:`gsheni`

Release Notes
-------------
v0.5.1 Jul 22, 2021
===================
* Enhancements
* Add support for automatically inferring the ``EmailAddress`` logical
type (:pr:`1047`)
* Store inferred datetime format on Datetime logical type instance (:pr:`1025`)
* Add support for automatically inferring the ``EmailAddress`` logical type (:pr:`1047`)
* Add feature origin attribute to schema (:pr:`1056`)
* Add ability to calculate outliers and the statistical info required for box and whisker plots
to ``WoodworkColumnAccessor`` (:pr:`1048`)
* Add ability to change config settings in a with block with
``ww.config.with_options`` (:pr:`1062`)
* Add ability to calculate outliers and the statistical info required for box and whisker plots to ``WoodworkColumnAccessor`` (:pr:`1048`)
* Add ability to change config settings in a with block with ``ww.config.with_options`` (:pr:`1062`)
* Fixes
* Raises warning and removes tags when user adds a column with index tags to DataFrame (:pr:`1035`)
* Changes
* Entirely null columns are now inferred as the Unknown logical type (:pr:`1043`)
* Add helper functions that check for whether an object is a koalas/dask series or dataframe (:pr:`1055`)
Expand All @@ -35,12 +38,10 @@ v0.5.1 Jul 22, 2021
v0.5.0 Jul 7, 2021
==================
* Enhancements
* Store inferred datetime format on Datetime logical type instance (:pr:`1025`)
* Add support for numpy array inputs to Woodwork (:pr:`1023`)
* Add support for pandas.api.extensions.ExtensionArray inputs to Woodwork (:pr:`1026`)
* Fixes
* Add input validation to ww.init_series (:pr:`1015`)
* Raises warning and removes tags when user adds a column with index tags to DataFrame (:pr:`1035`)
* Changes
* Remove lines in ``LogicalType.transform`` that raise error if dtype conflicts (:pr:`1012`)
* Add ``infer_datetime_format`` param to speed up ``to_datetime`` calls (:pr:`1016`)
Expand Down

0 comments on commit 882b18b

Please sign in to comment.