Skip to content

Releases: parashardhapola/scarf

0.8.5

09 Jul 03:05
Compare
Choose a tag to compare

CHANGELOG:

Fixes in github publish workflow

0.8.4

09 Jul 02:49
Compare
Choose a tag to compare

CHANGELOG:

Several fixes in Manifest.in including renaming from Manifest.ini
This release is to test if github actions based pypi upload works

0.8.3

09 Jul 02:47
Compare
Choose a tag to compare

CHANGELOG:

Additions

Added two new vignettes. zarr_explanation vignettes integrated in toc tree. plotting vignette (thanks to @JohanRodhe) not integrated in toc yet.

Improvements

Bug fix in ZarrMerge. The bug caused omission of sample names in ids
Minor docstring fixes in DataStore.plot_layout by @JohanRodhe
FIxes in plots.shade_scatter by @JohanRodhe

0.8.2

07 Jul 23:26
Compare
Choose a tag to compare

CHANGELOG:

Fixes in setup.py and pyproject.toml to allow automated uploads to PyPi

0.8.1

07 Jul 21:00
Compare
Choose a tag to compare

CHANGELOG:

Improvements

Added some tests for readers, writers, metadata and datastore modules.
Improvements in H5adReader, LoomReader and ZarrMerge

0.8.0

03 Jul 23:24
Compare
Choose a tag to compare

CHANGELOG:

New features

Pytest based testing
Added circleCI based continuous integration of tests

Improvements

Improved Docstrings (thanks to @razofz)
Added support for grid plotting (thanks to @JohanRodhe)
Fixed issues with wget causing verbose output in vignettes

0.7.8: Minor release

11 Jun 00:30
Compare
Choose a tag to compare

CHANGELOG:

Improvements

DataStore.make_subset() was removed and its functionality ported towriters.ZarrSubset
OSFdownloader was updated to play well with Figshare account and show data sources

0.7.7: Bug fix release

31 May 17:09
Compare
Choose a tag to compare

CHANGELOG:

New versions of Dask (2021.04.0 upwards) have some issues that cause memory spikes in Scarf.
Hence, the requirement has been pinned to <=2021.03.01
The issue is being tracked here: dask/dask#7583

0.7.6: Bug fix release

30 May 23:34
Compare
Choose a tag to compare

CHANGELOG:

Fixed bugs in DataStore.make_graph() and AnnStream related to external/custom transformers

0.7.5: Minor release

30 May 22:37
Compare
Choose a tag to compare

CHANGELOG:

Improvements

DataStore.make_subset() and ZarrMerge() now support transfering filtering information.
Improved make_subset to prevent overwriting files
AnnStream now supports disabling dimension reduction
Fixed cropping of legends in plot_scatter()

New features

Added option to add external data reduction transformers. in DataStore.make_graph()
Added option in DataStore.make_graph() to plot elbow_plots of % variance explained by each component.