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
ruffin docstrings and code, improving overall project quality. - Added
ruffconfiguration to standardize code format and style.
Fixed
- Corrections in docstrings and code to comply with
ruffrules.
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.