Releases: thombashi/DataProperty
Releases · thombashi/DataProperty
v0.50.0
- Change
max_workers
initial value to one to avoid problems caused by multiprocess
- Modify type annotations
v0.24.0
- Add support for IP address type
- Add
bit_length
property to ColumnDataProperty
class
- Add has_value method to
MinMaxContainer
class
- Modify
__repr__
output
- Bug fixes
v0.18.0
- Improve type detection precision
v0.16.0
- Add type hint to
DataProperty
/DataProperty
- Add
to_str
method to DataProperty
class
- Improve type detection
- Change interfaces of
DataProperty
/DataProperty
- Bug fixes
v0.15.0
- Rename
PropertyExtractor
class to DataPropertyExtractor
- Add capability that strip characters (like quote) from string data.
- Add
to_dataproperty
method to DataPropertyExtractor
class
- Change interfaces of
DataPropertyExtractor
class
v0.14.0
- Add interface to enable change float type after converted
- Change interface of DataProperty class
v0.13.5
- Improve multi-byte character support
- Improve Decimal type support
v0.13.0: Merge pull request #55 from thombashi/develop
- Add dictionary type support
- Multi byte support
- Add method/attributes
- to_unicode
- is_multibyte_str
- ascii_char_width property
- get_padding_len
- Bug fixes
- Refactoring
v0.12.0: Merge pull request #53 from thombashi/develop
v0.11.0: Merge pull request #49 from thombashi/develop