Skip to content

Releases: tybruno/modifiable-items-dictionary

Typing Refactor

20 Jun 21:03
57440e0
Compare
Choose a tag to compare

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`

31 May 15:53
71041d6
Compare
Choose a tag to compare

What's Changed

  • Adding __slots__ to ModifiableItemsAttrDict. by @tybruno in #22

Full Changelog: v3.0.0...v3.0.1

v3.0.0 Added `ModifiableItemsAttrDict`

23 May 19:09
cac9c29
Compare
Choose a tag to compare

Added the following features

  • ModifiableItemsAttrDict: Extends ModifiableItemsDict 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

16 Oct 14:55
2843862
Compare
Choose a tag to compare

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

17 Aug 18:15
899f0e5
Compare
Choose a tag to compare
  • 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`

13 Feb 20:17
cc281f8
Compare
Choose a tag to compare

Changes

Updated Project Description for setup.py

v1.0.0 Initial Release

13 Feb 19:37
e9a38b2
Compare
Choose a tag to compare

Initial release with ModifiableItemsDict and testing.