Releases: tybruno/modifiable-items-dictionary
Releases · tybruno/modifiable-items-dictionary
Typing Refactor
Adding the following changes:
- using mypy to find typing errors
- used pylint to find other small errors
- added pylint and mypy to pipeline
What's Changed
Full Changelog: v3.0.1...v3.0.2
Adding`__slots__` to `ModifiableItemsAttrDict`
What's Changed
Full Changelog: v3.0.0...v3.0.1
v3.0.0 Added `ModifiableItemsAttrDict`
Added the following features
ModifiableItemsAttrDict
: ExtendsModifiableItemsDict
and adds the ability to do attribute lookup.
What's Changed
Full Changelog: v2.0.3...v3.0.0
v2.0.3 Added better citations for Raymond Hettinger, updated documentation, and changed typing
Added the following improvements
- Added Citation for Raymond Hettinger (rhettinger) in README.md and Docstrings
- Changed imports to be more readable
- Fixed Spelling
- Removed Example in Module Docstring
v2.0.0 Added examples, modified import paths, and add pep 8 typing
- Added examples.py file
- Improved import pathing
- Changed directory structure
- changed typing variable to match pep 8 standards
v1.0.1 Adding Project Description to `setup.py`
Changes
Updated Project Description for setup.py
v1.0.0 Initial Release
Initial release with ModifiableItemsDict
and testing.