Releases: datarevenue-berlin/sparsity
v0.20.0 Bugfixes and additional methods for SparseFrames
Integrate as dask extension
This fixes sparsity's compatibility with dask>0.19.2.
Accept pathlib objects in io module
This resolves problems that appeared after changing drtools' FileSystems behaviour.
Eventually this should be handled more elegantly. Currently there's some duplicated code which is the same as in filesystem module in drtools. Maybe we should make FileSystems a separate package (opensource) and use it both in sparsity and drtools?
v0.18.2 Support for latest pandas version
This adds back support for latest pandas version while still supporting older versions as well.
This also includes some bugfixes:
- loc indexing on duplicated indizes works now
- getitem indexing is closer to pandas behaviour
- fixed a bug which appeared with older scipy version (<1.0.0)
v0.18.1 Drop support for pandas>=0.23.0
Changelist:
- drop support for pandas>=0.23.0
- update dask collection usage
This release temporarily drops support for pandas >= 0.23.0 as the internal API changed and we have to adjust sparsity to reflect those changes. The next release will most probably add support for the latest pandas version.
v0.18.0 distributed procedures
v0.17.0
v0.16
Added multipart upload to support saving big datasets to s3.
v0.15
Fixes for new pandas versions, one-hot-encoding categorical columns...