Releases: alteryx/featuretools
v1.12.1
v1.12.1 Aug 4, 2022
- Fixes
- Documentation Changes
- Add instructions to add new users to featuretools feedstock (#2215)
- Testing Changes
Thanks to the following people for contributing to this release:
@gsheni, @rwedge, @sbadithe, @tamargrey, @thehomebrewnerd
v1.12.0
v1.12.0 Jul 19, 2022
warning: This release of Featuretools will not support Python 3.7
- Enhancements
- Fixes
- Resolves Woodwork integration test failure and removes Python version check for codecov (#2182)
- Changes
- Documentation Changes
- Augment single table entry in DFS to include information about passing in a dictionary for
dataframes
argument (#2160)
- Augment single table entry in DFS to include information about passing in a dictionary for
- Testing Changes
- Standardize imports across test files to simplify accessing featuretools functions (#2166)
Thanks to the following people for contributing to this release:
@dvreed77, @gsheni, @ozzieD, @rwedge, @sbadithe
v1.11.1
v1.11.0
v1.11.0 Jun 30, 2022
- Enhancements
- Add datetime and string types as valid arguments to dfs
cutoff_time
(#2147 ) - Add
PartOfDay
transform primitive (#2128) - Add
IsYearEnd
,IsYearStart
transform primitives (#2124) - Add
Feature.set_feature_names
method to directly set output column names for multi-output features (#2142) - Include np.nan testing for
DayOfYear
andDaysInMonth
primitives (#2146) - Allow dfs kwargs to be passed into
get_valid_primitives
(#2157)
- Add datetime and string types as valid arguments to dfs
- Fixes
- Changes
- Documentation Changes
- Testing Changes
Thanks to the following people for contributing to this release:
@gsheni, @ozzieD, @rwedge, @sbadithe, @tamargrey, @thehomebrewnerd
v1.10.0
v1.10.0 June 23, 2022
- Enhancements
- Changes
- Documentation Changes
- Testing Changes
Thanks to the following people for contributing to this release:
@gsheni, @ozzieD, @rwedge, @sbadithe, @thehomebrewnerd
v1.9.2
v1.9.2 June 10, 2022
- Fixes
- Add feature origin information to all multi-output feature columns (#2102)
- Documentation Changes
- Update contributing.md to add pandoc (#2103)
Thanks to the following people for contributing to this release:
@gsheni, @thehomebrewnerd
v1.9.1
v1.9.1 May 27, 2022
- Enhancements
- Update
DateToHoliday
andDistanceToHoliday
primitives to work with timezone-aware inputs (#2056)
- Update
- Changes
- Delete setup.py, MANIFEST.in and move configuration to pyproject.toml (#2046)
- Documentation Changes
- Testing Changes
- Skip test for
normalize_dataframe
due to different error coming from Woodwork in 0.16.3 (#2052) - Fix Woodwork install in test with Woodwork main branch (#2055)
- Use codecov action v3 (#2039)
- Add workflow to kickoff EvalML unit tests with Featuretools main (#2072)
- Rename yml to yaml for GitHub Actions workflows (#2073, #2077)
- Update Dask test fixtures to prevent flaky behavior (#2079)
- Update Makefile with better pkg command (#2081)
- Add scheduled workflow that checks for broken links in documentation (#2084)
- Skip test for
Thanks to the following people for contributing to this release:
@gsheni, @rwedge, @thehomebrewnerd
v1.9.0
v1.9.0 Apr 27, 2022
- Enhancements
- Fixes
- Changes
- Updated autonormalize version requirement (#2002)
- Remove extra NaN checking in LatLong primitives (#1924)
- Normalize LatLong NaN values during EntitySet creation (#1924)
- Pass primitive dictionaries into
check_primitive
to avoid repetitive calls (#2016) - Remove
Boolean
andBooleanNullable
fromMultiplyNumeric
primitive inputs (#2022) - Update serialization for compatibility with Woodwork version 0.16.1 (#2030)
- Documentation Changes
- Testing Changes
- Update unit tests with Woodwork main branch workflow name (#2033)
Thanks to the following people for contributing to this release:
@dvreed77, @gsheni, @rwedge, @thehomebrewnerd
v1.8.0
- Changes
- Removed
make_trans_primitive
andmake_agg_primitive
utility functions (#1970)
- Removed
- Documentation Changes
- Testing Changes
Thanks to the following people for contributing to this release:
@gsheni, @thehomebrewnerd
v1.7.0
v1.7.0 Mar 16, 2022
- Enhancements
- Fixes
- Updated the conda install commands to specify the channel (#1917)
- Changes
- Documentation Changes
- Testing Changes
- Update test cases to cover main.py file (#1927)
- Upgrade moto requirement (#1929, #1938)
- Add Python 3.9 linting, install complete, and docs build CI tests (#1934)
- Add CI workflow to test with latest woodwork main branch (#1936)
- Add lower bound for wheel for minimum dependency checker and limit lint CI tests to Python 3.10 (#1945)
- Fix non-deterministic test in
test_es.py
(#1961)
Thanks to the following people for contributing to this release:
@andriyor, @gsheni, @jeff-hernandez, @kushal-gopal, @mingdavidqi, @rwedge, @tamargrey, @thehomebrewnerd, @tvdboom