Skip to content

Releases: alteryx/featuretools

v1.7.0.dev2

16 Mar 12:40
Compare
Choose a tag to compare
v1.7.0.dev2 Pre-release
Pre-release

Development release for testing purposed only

Testing updated upload process

v1.7.0.dev1

15 Mar 20:24
Compare
Choose a tag to compare
v1.7.0.dev1 Pre-release
Pre-release

Development release for testing purposes

v1.7.0.dev0

15 Mar 20:15
Compare
Choose a tag to compare
v1.7.0.dev0 Pre-release
Pre-release

Development release for testing purposes

v1.6.0

17 Feb 22:26
70ff652
Compare
Choose a tag to compare

v1.6.0 Feb 17, 2022

  • Enhancements
    • Add IsFederalHoliday transform primitive (#1912)
  • Fixes
    • Fix to catch new NotImplementedError raised by holidays library for unknown country (#1907)
  • 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

14 Feb 17:04
e86c353
Compare
Choose a tag to compare

v1.5.0 Feb 14, 2022

warning: Featuretools may not support Python 3.7 in next non-bugfix release.

  • Enhancements
    • Add ability to use offset alias strings as inputs to rolling primitives (#1809)
    • Update to add support for pandas version 1.4.0 (#1881, #1895)
  • Fixes
    • Fix featuretools_primitives entry point (#1891)
  • 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 overload add_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
    • Bump ipython version (#1857)
    • Update README.md with Alteryx link (#1886)
  • 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

28 Jan 22:04
8b8782d
Compare
Choose a tag to compare

v1.4.1 Jan 28, 2022

  • Changes
    • Set upper bound for compatible Woodwork version (#1872)
    • Restrict pandas and koalas max versions (#1863)
  • Testing Changes
    • Upgrade tests to use compose version 0.8.0 (#1856)

Thanks to the following people for contributing to this release:
@dvreed77, @thehomebrewnerd

v1.4.0

11 Jan 05:14
cf0ee5d
Compare
Choose a tag to compare
  • Enhancements
    • Add LatLong transform primitives - GeoMidpoint, IsInGeoBox, CityblockDistance (#1814)
    • Add issue templates for bugs, feature requests and documentation improvements (#1834)
  • Fixes
    • Fix bug where Woodwork initialization could fail on feature matrix if cutoff times caused null values to be introduced (#1810)
  • Changes
    • Skip code coverage for specific dask usage lines (#1829)
    • Increase minimum required numpy version to 1.21.0, scipy to 1.3.3, koalas to 1.8.1 (#1833)
    • Remove pyyaml as a requirement (#1833)
  • 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

02 Dec 23:03
2a31227
Compare
Choose a tag to compare
  • Enhancements
    • Add NumericLag transform primitive #1797
  • Changes
    • Update pip to 21.3.1 for test requirements #1789
  • Documentation Changes
    • Add Docker install instructions and documentation on the install page. #1785
    • Update install page on documentation with correct python version #1784
    • Fix formatting in Improving Computational Performance guide #1786

Thanks to the following people for contributing to this release:
@gsheni, @HenryRocha, @tamargrey, @thehomebrewnerd

v1.3.0.dev0

02 Dec 22:01
Compare
Choose a tag to compare
v1.3.0.dev0 Pre-release
Pre-release

Development release for testing purposes

v1.2.0

15 Nov 22:29
4067feb
Compare
Choose a tag to compare
  • Enhancements
    • Add Rolling Transform primitives with integer parameters (#1770)
  • Fixes
    • Handle new graphviz FORMATS import (#1770)
  • Changes
    • Add new version of featuretools_tsfresh_primitives as an add-on library (#1772)
    • Add load_weather as demo dataset for time series (#1777)

Thanks to the following people for contributing to this release:
@gsheni, @tamargrey