Skip to content

Commit 9dca85f

Browse files
authored
v0.27.0 (#1797)
* Update version.py * Update release_notes.rst * Update test_version.py
1 parent cd65a0d commit 9dca85f

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

docs/source/release_notes.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,24 @@
33
Release Notes
44
-------------
55

6-
Future Release
7-
==============
6+
.. Future Release
7+
==============
88
* Enhancements
9+
* Fixes
10+
* Changes
11+
* Documentation Changes
12+
* Testing Changes
13+
14+
.. Thanks to the following people for contributing to this release:
15+
16+
v0.27.0 Dec 12, 2023
17+
====================
918
* Fixes
1019
* Removed warning due to deprecated ``infer_datetime_format`` argument in pandas (:pr:`1785`)
1120
* Fix GitHub Actions to kick off EvalML and Featuretools unit tests (:pr:`1795`)
1221
* Changes
1322
* Temporarily restrict pyarrow version due to serialization issues (:pr:`1768`)
1423
* Update pandas categorical type call and remove black with ruff formatter (:pr:`1794`)
15-
* Documentation Changes
1624
* Testing Changes
1725
* Removed old performance testing workflow (:pr:`1776`)
1826

release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Before starting the release process, verify the following:
77
- All work required for this release has been completed and the team is ready to release.
88
- [All Github Actions Tests are green on main for Woodwork](https://github.com/alteryx/woodwork/actions?query=branch%3Amain+workflow%3ATests).
99
- Featuretools Tests are green with Woodwork main:
10-
- [![Unit Tests - Featuretools with Woodwork main branch](https://github.com/alteryx/featuretools/actions/workflows/unit_tests_with_woodwork_main_branch.yaml/badge.svg?branch=main)](https://github.com/alteryx/featuretools/actions/workflows/unit_tests_with_woodwork_main_branch.yaml)
10+
- [![Tests - Featuretools with Woodwork main branch](https://github.com/alteryx/featuretools/actions/workflows/tests_with_woodwork_main_branch.yaml/badge.svg)](https://github.com/alteryx/featuretools/actions/workflows/tests_with_woodwork_main_branch.yaml)
1111
- EvalML Tests are green with Woodwork main:
1212
- [![Unit Tests - EvalML with Woodwork main branch](https://github.com/alteryx/evalml/actions/workflows/unit_tests_with_woodwork_main_branch.yaml/badge.svg?branch=main)](https://github.com/alteryx/evalml/actions/workflows/unit_tests_with_woodwork_main_branch.yaml)
1313
- The [ReadtheDocs build](https://readthedocs.com/projects/feature-labs-inc-datatables/) for "latest" is marked as passed. To avoid mysterious errors, best practice is to empty your browser cache when reading new versions of the docs!

woodwork/tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "0.26.0"
5+
assert __version__ == "0.27.0"

woodwork/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.26.0"
1+
__version__ = "0.27.0"

0 commit comments

Comments
 (0)