Skip to content

Releases: invenia/FeatureTransforms.jl

v0.3.4

20 Apr 15:25
5da6ca5
Compare
Choose a tag to compare

FeatureTransforms v0.3.4

Diff since v0.3.3

Closed issues:

  • Check is_transformable via duck typing (#74)

Merged pull requests:

  • Use methodswith to determine is_transformable (#83) (@glennmoy)

v0.3.3

16 Apr 17:29
eb9daee
Compare
Choose a tag to compare

FeatureTransforms v0.3.3

Diff since v0.3.2

Merged pull requests:

v0.3.2

14 Apr 18:57
aa43348
Compare
Choose a tag to compare

FeatureTransforms v0.3.2

Diff since v0.3.1

Merged pull requests:

v0.3.1

01 Apr 13:26
55e3c1a
Compare
Choose a tag to compare

FeatureTransforms v0.3.1

Diff since v0.3.0

Closed issues:

  • Make LinearCombination support specifying axis key as the dims? (#13)
  • Implement apply method that appends result to data and / or forces promotion (#38)
  • Docs improvements (#54)

Merged pull requests:

v0.3.0

26 Mar 19:50
178a442
Compare
Choose a tag to compare

FeatureTransforms v0.3.0

Diff since v0.2.3

Closed issues:

  • Support named dims for dims keyword argument (#20)
  • Support slices over multiple dims (#21)
  • Non mutating apply should return a DataFrame if using [[:x]] (#55)

Merged pull requests:

v0.2.3

17 Mar 16:55
ab6ab74
Compare
Choose a tag to compare

FeatureTransforms v0.2.3

Diff since v0.2.2

Closed issues:

  • Define the transform interface (#49)
  • Build badge points to travis (#52)

Merged pull requests:

v0.2.2

11 Mar 10:26
3817e0f
Compare
Choose a tag to compare

FeatureTransforms v0.2.2

Diff since v0.2.1

Merged pull requests:

v0.2.1

09 Mar 19:25
99b65ee
Compare
Choose a tag to compare

FeatureTransforms v0.2.1

Diff since v0.2.0

Merged pull requests:

v0.2.0

09 Mar 14:06
f6bb5e4
Compare
Choose a tag to compare

FeatureTransforms v0.2.0

Diff since v0.1.0

Closed issues:

  • Add initial docs (#36)
  • Apply scaling to certain slices of an array (#39)

Merged pull requests:

v0.1.0

26 Feb 00:41
7aef385
Compare
Choose a tag to compare

FeatureTransforms v0.1.0

Closed issues:

  • Periodic transform (#2)
  • Normalisation / Scaling transform (#3)
  • Linear Combination transform (#5)
  • Temporal transformation (#6)
  • One hot encoding transform (#7)
  • Use a consistent convention for dims (#18)
  • Docs are not building. (#22)
  • Have apply return single column array when cols is a single column name (#26)
  • Do not restrict period and phase_shift to the same concrete type (#29)

Merged pull requests: