Releases: thombashi/DataProperty
Releases · thombashi/DataProperty
v0.5.2: Merge pull request #31 from thombashi/develop
- Fix calculation of padding length when column values are mixed with int and float
v0.5.1: Merge pull request #30 from thombashi/develop
- Fix missing datetime converter feature with the PropertyExtractor class
v0.5.0: Merge pull request #29 from thombashi/develop
- Add
datetime
type value conversion feature
v0.4.1: Merge pull request #28 from thombashi/develop
v0.4.0: Merge pull request #25 from thombashi/develop
- Add support for infinity
- Add support for NaN
- Add support for BOOL
- Add strict_strtobool function
- Fix get_number_of_digits function
v0.3.1: Merge pull request #22 from thombashi/develop
v0.3.0: Merge pull request #18 from thombashi/develop
- Add support for datetime type
v0.2.9: Merge pull request #17 from thombashi/develop
- Enhancement: Enable conversion of
None
value
v0.2.8: Merge pull request #15 from thombashi/develop
Fix
data
attribute of theDataProperty
class is not properly set when quoted int/float string