Dataproperty

Latest version: v1.1.0

Safety actively analyzes 701442 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 8

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

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

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

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

0.55.0

- Add `default_format_flags` property to `DataPropertyExtractor` class

**Full Changelog**: https://github.com/thombashi/DataProperty/compare/v0.54.2...v0.55.0

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

Page 1 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.