Recent Releases of dataproperty

dataproperty - v1.1.0

  • Add set_type_value method to DataPropertyExtractor class
  • Change type annotation of TypeValueMap to use dict instead of Mapping

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 context setting of decimal to be local to the get_integer_digit function, 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 typepy version to 1.3.2
  • Modify to use setuptools_scm for package build
  • Improve type annotations
  • Refactor deprecated @abstractproperty to use @property and @abstractmethod decorators
  • Use Final for 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.merge method
  • Add DataPropertyMatrix to 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/build for 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_str function

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_flags property to DataPropertyExtractor class

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_len method return improper length when the inputs are dict
  • 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_hint to accept more types via strings

- Python
Published by thombashi over 4 years ago

dataproperty -

  • Add max_precision property to DataPropertyExtractor class
  • Add dequote method to parameter to Preprocessor class
  • Modify to accept type hints as strings
  • Modify type annotation of column_type_hints property

- Python
Published by thombashi over 4 years ago

dataproperty -

  • Add support for max_precision

- 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_workers initial 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_length property to ColumnDataProperty class
  • Add has_value method to MinMaxContainer class
  • Modify __repr__ output
  • Bug fixes

- Python
Published by thombashi over 8 years ago

dataproperty -

  • Improve type detection precision

- Python
Published by thombashi almost 9 years ago

dataproperty -

  • Add type hint to DataProperty/DataProperty
  • Add to_str method to DataProperty class
  • Improve type detection
  • Change interfaces of DataProperty/DataProperty
  • Bug fixes

- Python
Published by thombashi about 9 years ago

dataproperty -

  • 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

- 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 -

- Python
Published by thombashi over 9 years ago

dataproperty -

- 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 -

  • Fix: Calculation of column length

- 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 -

  • Add support for Decimal

- 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 -

- 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 datetime type value conversion feature

- Python
Published by thombashi over 9 years ago

dataproperty -

- 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 -

  • Add support for datetime type

- Python
Published by thombashi over 9 years ago

dataproperty -

  • Enhancement: Enable conversion of None value

- Python
Published by thombashi over 9 years ago

dataproperty -

Fix

  • data attribute of the DataProperty class is not properly set when quoted int/float string

- Python
Published by thombashi almost 10 years ago

dataproperty -

- Python
Published by thombashi almost 10 years ago

dataproperty -

- Python
Published by thombashi almost 10 years ago

dataproperty -

- Python
Published by thombashi almost 10 years ago

dataproperty -

- Python
Published by thombashi almost 10 years ago

dataproperty -

  • Refactoring
  • Drop python 2.5 support

- Python
Published by thombashi almost 10 years ago

dataproperty - v0.2.1

- Python
Published by thombashi almost 10 years ago

dataproperty - v0.1.0

- Python
Published by thombashi about 10 years ago