Recent Releases of dataproperty
dataproperty - v1.1.0
- Add
set_type_valuemethod toDataPropertyExtractorclass - Change type annotation of
TypeValueMapto usedictinstead ofMapping
Full Changelog: https://github.com/thombashi/DataProperty/compare/v1.0.2...v1.1.0
- Python
Published by github-actions[bot] about 1 year ago
dataproperty - v1.0.2
- Change the
contextsetting ofdecimalto be local to theget_integer_digitfunction, not global: #59 (Thanks to @benjaminrigaud) - Add GitHub Actions workflows for building and publishing to PyPI/TestPyPI and signing with sigstore
- Drop support for Python 3.7/3.8
- Add support for Python 3.12/3.13
- Update minimum
typepyversion to 1.3.2 - Modify to use
setuptools_scmfor package build - Improve type annotations
- Refactor deprecated
@abstractpropertyto use@propertyand@abstractmethoddecorators - Use
Finalfor constants and type hints across the codebase - Update copyright years
Full Changelog: https://github.com/thombashi/DataProperty/compare/v1.0.1...v1.0.2
- Python
Published by github-actions[bot] about 1 year ago
dataproperty - v1.0.1
- Fix
ColumnDataProperty.mergemethod - Add
DataPropertyMatrixto the package root - Improve type annotations
Full Changelog: https://github.com/thombashi/DataProperty/compare/v1.0.0...v1.0.1
- Python
Published by thombashi over 2 years ago
dataproperty - v1.0.0
- Drop support for Python 3.6
- Modify to use
pypa/buildfor package build - Update
[build-system] - Add
zip_safe=False - Add
__all__to__init__.py - Improve type annotations
- Remove a deprecated function:
set_log_level - Remove
is_multibyte_strfunction
Full Changelog: https://github.com/thombashi/DataProperty/compare/v0.55.1...v1.0.0
- Python
Published by thombashi over 2 years ago
dataproperty - v0.55.0
- Add
default_format_flagsproperty toDataPropertyExtractorclass
Full Changelog: https://github.com/thombashi/DataProperty/compare/v0.54.2...v0.55.0
- Python
Published by thombashi almost 4 years ago
dataproperty - v0.54.2
- Fix preprocess failed when the inputs are
dict - Fix
DataProperty.get_padding_lenmethod return improper length when the inputs aredict - Improve converting performance
Full Changelog: https://github.com/thombashi/DataProperty/compare/v0.54.1...v0.54.2
- Python
Published by thombashi over 4 years ago
dataproperty -
- Improve
normalize_type_hintto accept more types via strings
- Python
Published by thombashi over 4 years ago
dataproperty -
- Add
max_precisionproperty toDataPropertyExtractorclass - Add
dequotemethod to parameter to Preprocessor class - Modify to accept type hints as strings
- Modify type annotation of
column_type_hintsproperty
- Python
Published by thombashi over 4 years ago
dataproperty -
- Add support for Python 3.10
- Drop support for Python 3.5
- Add support for string with thousand separators as integer
- Improve precision for real number values
- Improve calculation of ascii char width
- Python
Published by thombashi over 4 years ago
dataproperty -
- Change
max_workersinitial value to one to avoid problems caused by multiprocess - Modify type annotations
- Python
Published by thombashi over 5 years ago
dataproperty -
- Add support for IP address type
- Add
bit_lengthproperty toColumnDataPropertyclass - Add has_value method to
MinMaxContainerclass - Modify
__repr__output - Bug fixes
- Python
Published by thombashi over 8 years ago
dataproperty -
- Add type hint to
DataProperty/DataProperty - Add
to_strmethod toDataPropertyclass - Improve type detection
- Change interfaces of
DataProperty/DataProperty - Bug fixes
- Python
Published by thombashi about 9 years ago
dataproperty -
- Rename
PropertyExtractorclass toDataPropertyExtractor - Add capability that strip characters (like quote) from string data.
- Add
to_datapropertymethod toDataPropertyExtractorclass - Change interfaces of
DataPropertyExtractorclass
- Python
Published by thombashi about 9 years ago
dataproperty -
- Add interface to enable change float type after converted
- Change interface of DataProperty class
- Python
Published by thombashi about 9 years ago
dataproperty -
- Improve multi-byte character support
- Improve Decimal type support
- Python
Published by thombashi about 9 years ago
dataproperty -
- Add dictionary type support
- Multi byte support
- Add method/attributes
- to_unicode
- ismultibytestr
- asciicharwidth property
- getpaddinglen
- Bug fixes
- Refactoring
- Python
Published by thombashi over 9 years ago
dataproperty -
- Add typename property
- Change typename to customizable
- Python
Published by thombashi over 9 years ago
dataproperty -
- Add validate method to type checkers
- Python
Published by thombashi over 9 years ago
dataproperty -
- Improve memory efficiency for Python 2
- Python
Published by thombashi over 9 years ago
dataproperty -
- Add isemptysequence/isnotempty_sequence functions
- Python
Published by thombashi over 9 years ago
dataproperty -
- Fix for the case that extract column data property when value_matrix is empty
- Python
Published by thombashi over 9 years ago
dataproperty -
- Drop Python 2.6 support
- Add support for configuration of format string of datetime type
- Fix str_len calculation of datetime type
- Modification for support Decimal
- Minor bug fixes
- Python
Published by thombashi over 9 years ago
dataproperty -
- Fix type detection for a version string
- Python
Published by thombashi over 9 years ago
dataproperty -
- Fix calculation of padding length when column values are mixed with int and float
- Python
Published by thombashi over 9 years ago
dataproperty -
- Fix missing datetime converter feature with the PropertyExtractor class
- Python
Published by thombashi over 9 years ago
dataproperty -
- Add
datetimetype value conversion feature
- Python
Published by thombashi over 9 years ago
dataproperty -
- Add support for infinity
- Add support for NaN
- Add support for BOOL
- Add strict_strtobool function
- Fix getnumberof_digits function
- Python
Published by thombashi over 9 years ago
dataproperty -
- Make pytest-runner a conditional requirement: #19, #20, Thanks to @yegorich
- Python
Published by thombashi over 9 years ago
dataproperty -
- Enhancement: Enable conversion of
Nonevalue
- Python
Published by thombashi over 9 years ago
dataproperty -
Fix
dataattribute of theDataPropertyclass is not properly set when quoted int/float string
- Python
Published by thombashi almost 10 years ago
dataproperty -
- Refactoring
- Drop python 2.5 support
- Python
Published by thombashi almost 10 years ago