Pyproprop

Latest version: v0.4.10

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

Scan your dependencies

Page 1 of 3

0.4.5

--------------------

Changed
~~~~~~~

- Move CI to GitHub Actions. Remove use of Appveyor and TravisCI.

Fixed
~~~~~

- Fix bug which accidentally added the test directory as an additional package in the distribution causing conflicts with builds on conda-forge.

0.4.4

--------------------

Fixed
~~~~~

- Fix bug which caused `iterable_allowed` `processed_property` objects to be cast incorrectly.
- Add tests for `iterable_allowed` `processed_property` objects to new test module `tests/unit/processed_property/test_iterable.py`.

0.4.3

--------------------

Added
~~~~~

- Add `is_optimisable` and `is_read_only` boolean attributes to `processed_property` class attributes.
- Add tests to `tests/unit/processed_property/test_optimisable.py` testing optimisable processed properties.

0.4.2

--------------------

Added
~~~~~

- New test module `tests/unit/processed_property/test_default.py` for processed properties with default values.
- Add docstring to `pypropprop/processed_property.py` with further detail about allowable kwargs for the function.

Fixed
~~~~~

- Fix `DepricationWarning` from ambiguous boolean of empty iterable for default in processed properties.
- Fix bug in default value for default argument in processed properties.
- Fix failing test due to conflict between casting and iterable supported in processed properties.
- Fix bug causing incorrect operation of optional, iterable-allowed, no default processed properties.

0.4.1

--------------------

Fixed
~~~~~

- Fix bug which raises error when using the `method` kwarg with `processed_property`, as reported in issue 48. Was caused by variables being out of scope in the function `apply_method` with `pyproprop/processed_property.py`.

0.4.0

--------------------

Added
~~~~~

- A new `Options` utility class is now provided, as requested by issue 40. which allows groupings of options that are supported or unsupported. Default options for can be specified. Handles can also be provided and linked to options so that a dispatcher can be automatically generated for a set of options with associated functions/classes that are callable.
- String formatted is supported by Options, as requested in issue 41.
- Casting to Numpy ndarrays is now supported, as requested by issue 46.
- Processed properties can now be marked as "read-only", raising an `AttributeError` if they are tried to be set more than once.

Changed
~~~~~~~

- `processed_property`'s setter now uses a dispatcher (which is greated during the initial function call) to build the setter method improving performance, as requested by issue 18.

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.