Releases: alteryx/featuretools
v1.7.0.dev2
Development release for testing purposed only
Testing updated upload process
v1.7.0.dev1
Development release for testing purposes
v1.7.0.dev0
Development release for testing purposes
v1.6.0
v1.6.0 Feb 17, 2022
- Enhancements
- Add
IsFederalHoliday
transform primitive (#1912)
- Add
- Fixes
- Fix to catch new
NotImplementedError
raised byholidays
library for unknown country (#1907)
- Fix to catch new
- Changes
- Remove outdated pandas workaround code (#1906)
- Documentation Changes
- Add in-line tabs and copy-paste functionality to docs (#1905)
- Testing Changes
- Fix URL deserialization file (#1909)
Thanks to the following people for contributing to this release:
@jeff-hernandez, @rwedge, @thehomebrewnerd
v1.5.0
v1.5.0 Feb 14, 2022
warning: Featuretools may not support Python 3.7 in next non-bugfix release.
- Enhancements
- Fixes
- Fix
featuretools_primitives
entry point (#1891)
- Fix
- Changes
- Allow only snake camel and title case for primitives (#1854)
- Add autonormalize as an add-on library (#1840)
- Add DateToHoliday Transform Primitive (#1848)
- Add DistanceToHoliday Transform Primitive (#1853)
- Temporarily restrict pandas and koalas max versions (#1863)
- Add
__setitem__
method to overloadadd_dataframe
method on EntitySet (#1862) - Add support for woodwork 0.12.0 (#1872, #1897)
- Split Datetime and LatLong primitives into separate files (#1861)
- Null values will not be included in index of normalized dataframe (#1897)
- Documentation Changes
- Testing Changes
- Add check for package conflicts with install workflow (#1843)
- Change auto approve workflow to use assignee (#1843)
- Update auto approve workflow to delete branch and change on trigger (#1852)
- Upgrade tests to use compose version 0.8.0 (#1856)
- Updated deep feature synthesis and feature serialization tests to use new primitive files (#1861)
Thanks to the following people for contributing to this release:
@dvreed77, @gsheni, @jacobboney, @jeff-hernandez, @rwedge, @tamargrey, @thehomebrewnerd, @tuethan1999
v1.4.1
v1.4.0
- Enhancements
- Fixes
- Fix bug where Woodwork initialization could fail on feature matrix if cutoff times caused null values to be introduced (#1810)
- Changes
- Documentation Changes
- Remove testing on conda forge in release.md (#1811)
- Testing Changes
- Enable auto-merge for minimum and latest dependency merge requests (#1818, #1821, #1822)
- Change auto approve workfow to use PR number and run every 30 minutes (#1827)
- Add auto approve workflow to run when unit tests complete (#1837)
- Test deserializing from S3 with mocked S3 fixtures only (#1825)
- Remove fastparquet as a test requirement (#1833)
Thanks to the following people for contributing to this release: @davesque, @gsheni, @rwedge, @thehomebrewnerd
v1.3.0
- Enhancements
- Add
NumericLag
transform primitive #1797
- Add
- Changes
- Update pip to 21.3.1 for test requirements #1789
- Documentation Changes
Thanks to the following people for contributing to this release:
@gsheni, @HenryRocha, @tamargrey, @thehomebrewnerd
v1.3.0.dev0
Development release for testing purposes
v1.2.0
- Enhancements
- Add Rolling Transform primitives with integer parameters (#1770)
- Fixes
- Handle new graphviz FORMATS import (#1770)
- Changes
Thanks to the following people for contributing to this release:
@gsheni, @tamargrey