Releases: isair/tensorflow-load-csv
Releases · isair/tensorflow-load-csv
v3.0.1
3.0.1 (2021-03-25)
Bug Fixes
v3.0.0
3.0.0 (2021-03-19)
Features
- lib: Populate feature and labels in user provided order (#217) (de40f95)
BREAKING CHANGES
- lib: Previously column order in the CSV file was preserved,
this is no longer the case, therefore changing the output.
v2.0.0
2.0.0 (2021-03-08)
Features
BREAKING CHANGES
- lib: standardise does not allow boolean values anymore,
meand and variance are no longer returned
v1.5.0
1.5.0 (2021-03-03)
Features
- lib: Support mapping a column to multiple columns (#189) (c75eb6f)
v1.4.0
1.4.0 (2021-02-23)
Features
- lib: Replace shuffling lib with own implementation (#174) (36f4f0e)
v1.3.0
1.3.0 (2021-02-22)
Features
- lib: Accept percentages for splitting test data (#163) (079037d)
v1.2.1
1.2.1 (2020-09-16)
Bug Fixes
- lib: Apply mappings before removing headers (#66) (fed6380)
v1.2.0
1.2.0 (2020-09-15)
Features
- lib: Column value mapping capability (#64) (7a03239)
v1.1.2
1.1.2 (2020-08-07)
Bug Fixes
- lib: Fix splitTest not correctly translating to test data length (#17) (d5d057d)
v1.1.1
1.1.1 (2020-08-06)
Bug Fixes
- release: Force build before release (#13) (5248e8f)