Skip to content

Releases: alteryx/featuretools

v0.1.21

30 May 21:19
729a087
Compare
Choose a tag to compare

v0.1.21 May 30, 2018

  • Support Pandas 0.23.0 (#153, #154, #155, #159)
  • No EntitySet required in loading/saving features (#141)
  • Use s3 demo csv with better column names (#139)
  • more reasonable start parameter (#149)
  • add issue template (#133)
  • Improve tests (#136, #137, #144, #147)
  • Remove unused functions (#140, #143, #146)
  • Update documentation after recent changes / removals (#157)
  • Rename demo retail csv file (#148)
  • Add names for binary (#142)
  • EntitySet repr to use get_name rather than id (#134)
  • Ensure config dir is writable (#135)

v0.1.20-dev

30 Apr 11:57
Compare
Choose a tag to compare
v0.1.20-dev Pre-release
Pre-release
v0.1.20dev

datetime-conversion

v0.1.20

13 Apr 16:22
fbb081c
Compare
Choose a tag to compare

v0.1.20 Apr 13, 2018

  • Improved chunking when calculating feature matrices (#121)
  • Primitives as strings in DFS parameters (#129)
  • Integer time index bugfixes (#128)
  • Add make_temporal_cutoffs utility function (#126)
  • Show all entities, switch shape display to row/col (#124)
  • fixed num characters nan fix (#118)
  • modify ignore_variables docstring (#117)

v0.1.19

21 Mar 18:00
38f8338
Compare
Choose a tag to compare

v0.1.19 Mar 21, 2018

  • More descriptive DFS progress bar (#69)
  • Convert text variable to string before NumWords (#106)
  • EntitySet.concat() reindexes relationships (#96)
  • Keep non-feature columns when encoding feature matrix (#111)
  • Uses full entity update for dependencies of uses_full_entity features (#110)
  • Update column names in retail demo (#104)
  • Handle Transform features that need access to all values of entity (#91)

v0.1.18

27 Feb 16:25
3be6fb3
Compare
Choose a tag to compare

v0.1.18 Feb 27, 2018

  • fixes related instances bug (#97)
  • Adding non-feature columns to calculated feature matrix (#78)
  • Relax numpy version req (#82)
  • Remove entity_from_csv, tests, and lint (#71)

v0.1.17

18 Jan 20:02
20fb59f
Compare
Choose a tag to compare

v0.1.17 Jan 18, 2018

  • LatLong type (#57)
  • Last time index fixes (#70)
  • Make median agg primitives ignore nans by default (#61)
  • Remove Python 3.4 support (#64)
  • Change normalize_entity to update secondary_time_index (#59)
  • Unpin requirements (#53)
  • associative -> commutative (#56)
  • Add Words and Chars primitives (#51)

v0.1.16 - Python 3 Support

20 Dec 04:35
Compare
Choose a tag to compare

v0.1.16
Dec 19, 2017
* fix EntitySet.combine_variables and standardize encode_features (#47)
* Python 3 compatibility (#16)

Thank you to @joshblum for the work on the Python 3 support in this release.

v0.1.15

18 Dec 23:45
de45be2
Compare
Choose a tag to compare

Changelog
v0.1.15 Dec 18, 2017
* Fix variable type in demo data (#37)
* Custom primitive kwarg fix (#38)
* Changed order and text of arguments in make_trans_primitive docstring (#42)

v0.1.14

21 Nov 01:53
1f79759
Compare
Choose a tag to compare

Changes

  • Last time index (#33)
  • Update Scipy version to 1.0.0 (#31)

v0.1.13

01 Nov 18:14
f6a180f
Compare
Choose a tag to compare

v0.1.13 November 1, 2017
* Add MANIFEST.in #26