* Added ``bytesparse`` class, closer to ``bytearray`` than ``Memory``. * Added missing abstract and ported methods. * Added cut feature. * Added more helper methods. * Fixed values iteration. * Improved extraction performance. * Improved testing.
0.0.4
------------------
* Refactored current implementation as the ``inplace`` sub-module. * Added abstract base classes and base types into the ``base`` sub-module. * Removed experimental backup feature. * Added dedicated methods to backup/restore mutated state. * Fixed some write/insert bugs. * Fixed some trim/bound bugs. * Methods sorted by name. * Removed useless functions.
0.0.3
------------------
* Using explicit factory methods instead of constructor arguments. * Added block collapsing helper function. * Minor fixes. * Improved test suite.
0.0.2
------------------
* Cython implementation moved to its own ``cbytesparse`` Python package. * Remote testing moved to GitHub Actions.