This repository has been archived by the owner on Apr 10, 2023. It is now read-only.
Release 0.3.0
Pre-release
Pre-release
Changes from 0.2.3 to 0.3.0
-
Set the development status to alpha.
-
Add instructions about installing cat4py from pip.
-
getitem
andsetitem
are now special methods inext.Container
. -
Add new class from numpy arrays
NPArray
. -
Support for serializing/deserializing Containers to/from serialized frames (bytes).
-
The
pshape
is calculated automatically if isNone
. -
Add a
.sframe
attribute for the serialized frame. -
Big refactor for more consistent inheritance among classes.
-
The
from_numpy()
function always return aNPArray
now.