Releases: invenia/FeatureTransforms.jl
Releases · invenia/FeatureTransforms.jl
v0.3.12
FeatureTransforms v0.3.12
Diff since v0.3.11
Closed issues:
- No-arg
MeanStdScaling
constructor (#59)
- MeanStdScaling is a bad name (#87)
- Separate transform constructors and
fit
method (#106)
Merged pull requests:
StandardScaling
with separate constructor and fit methods to replace MeanStdScaling
(#107) (@mzgubic)
v0.3.8
FeatureTransforms v0.3.8
Diff since v0.3.7
Closed issues:
- Tests do not check rowtables (#64)
Merged pull requests:
v0.3.7
FeatureTransforms v0.3.7
Diff since v0.3.6
Closed issues:
- Use a consistent interface for Tables where input type cannot be converted (#12)
- Implement Chained Transform (#35)
- List of functions / Transforms we don't seem to use (#76)
- AxisArray and KeyedArray Nightly failures (#96)
Merged pull requests:
- Refactor tests to test types and transform functionality separately (#84) (@glennmoy)
- Fix failing XArray tests (#97) (@glennmoy)