Skip to content

Releases: isair/tensorflow-load-csv

v3.0.1

25 Mar 18:31
0399060
Compare
Choose a tag to compare

3.0.1 (2021-03-25)

Bug Fixes

v3.0.0

19 Mar 21:01
de40f95
Compare
Choose a tag to compare

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

08 Mar 22:00
93c9296
Compare
Choose a tag to compare

2.0.0 (2021-03-08)

Features

  • lib: Allow per-column standardisation (#202) (93c9296)

BREAKING CHANGES

  • lib: standardise does not allow boolean values anymore,
    meand and variance are no longer returned

v1.5.0

03 Mar 16:01
c75eb6f
Compare
Choose a tag to compare

1.5.0 (2021-03-03)

Features

  • lib: Support mapping a column to multiple columns (#189) (c75eb6f)

v1.4.0

23 Feb 22:19
36f4f0e
Compare
Choose a tag to compare

1.4.0 (2021-02-23)

Features

  • lib: Replace shuffling lib with own implementation (#174) (36f4f0e)

v1.3.0

22 Feb 10:31
079037d
Compare
Choose a tag to compare

1.3.0 (2021-02-22)

Features

  • lib: Accept percentages for splitting test data (#163) (079037d)

v1.2.1

16 Sep 00:01
fed6380
Compare
Choose a tag to compare

1.2.1 (2020-09-16)

Bug Fixes

  • lib: Apply mappings before removing headers (#66) (fed6380)

v1.2.0

15 Sep 23:49
7a03239
Compare
Choose a tag to compare

1.2.0 (2020-09-15)

Features

  • lib: Column value mapping capability (#64) (7a03239)

v1.1.2

07 Aug 10:41
d5d057d
Compare
Choose a tag to compare

1.1.2 (2020-08-07)

Bug Fixes

  • lib: Fix splitTest not correctly translating to test data length (#17) (d5d057d)

v1.1.1

06 Aug 11:58
5248e8f
Compare
Choose a tag to compare

1.1.1 (2020-08-06)

Bug Fixes

  • release: Force build before release (#13) (5248e8f)