0.3.6 (2025-06-05)
Introduced improvements in object manipulation using the magic methods
__getitem__
and__setitem__
, as well as enhancements in documentation and project configuration.
Added
- Implementation of the magic methods
__getitem__
and__setitem__
for more flexible data handling.
Enhancements
- Resolved issues with
ruff
in docstrings and code, improving overall project quality. - Added
ruff
configuration to standardize code format and style.
Fixed
- Corrections in docstrings and code to comply with
ruff
rules.
Refactored
- Changed multiple functions to imperative mode for better code clarity.
Documentation
- Added usage examples for the methods
__getitem__
and__setitem__
. - Updated function and property descriptions across the API documentation.