Skip to content
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
Compare
Choose a tag to compare
@aleixalcacer aleixalcacer released this 28 Oct 09:40
· 130 commits to master since this release

Changes from 0.2.3 to 0.3.0

  • Set the development status to alpha.

  • Add instructions about installing cat4py from pip.

  • getitem and setitem are now special methods in ext.Container.

  • Add new class from numpy arrays NPArray.

  • Support for serializing/deserializing Containers to/from serialized frames (bytes).

  • The pshape is calculated automatically if is None.

  • Add a .sframe attribute for the serialized frame.

  • Big refactor for more consistent inheritance among classes.

  • The from_numpy() function always return a NPArray now.