-
Piotr Maślanka authoredace191a4
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 12.75 KiB
v2.7.5
- added extras to setup.py
v2.7.4
- fixed
wraps
to provide annotations as well - a slight fix for PyPy
- added slots to JSONAble
- added slots to OmniHashableMixin
v2.7.3
- further extended
Caster
v2.7.2
- changed behaviour of MergingSource a bit
- added Caster to configuration schema
v2.7.1
- API change reverted to before 2.7.0
v2.7.0
Possibly API breaking change: that's if you have had the time to implement a feature which's been out for like 4 hours
- change in
DirtyDict
v2.6.4
- added
DirtyDict
v2.6.3
- added
satella.files.split
v2.6.1
- added
shift
- added
other_sequence_no_longer_than
- deprecated
zip_shifted
. Usezip(shift(...))
instead