dyce
release notes
0.3.2
- Emergency release to
cover upaddress thisembarrassmenttypo. 😬😅
0.3.1
- Adds these release notes.
- Boosts
isinstance
performance withdyce
’s proprietary numericProtocol
s. - Reinstates support for Python 3.7 (for now).
- Adds
H.is_even
andH.is_odd
. - Deprecates synonym methods
H.even
andH.odd
. - Introduces experimental
H.total
property. - Removes incorrectly non-flattening unary operation methods
P.__abs__
andP.__invert__
. - Deprecates non-flattening unary operation methods
P.__neg__
andP.__pos__
. - Renames experimental
P.homogeneous
property toP.is_homogeneous
. - Introduces experimental
R
andRoll
primitives. - Removes
coerce
parameter fromH.map
,H.rmap
, andH.umap
. - Renames
dyce.plt
todyce.viz
. - Deprecates synonym package
dyce.plt
.
0.3.0
dyce
goes beta!
Non-experimental features should be considered stable.