Skip to content

Releases: constantinpape/pybdv

0.5.4

29 Dec 15:55

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.3...0.5.4

Add dask array support

21 Nov 11:36
4c28b13

Choose a tag to compare

Add make_bdv_from_dask_array for dask array support by @boazmohar

Better on the fly support

20 Sep 10:51

Choose a tag to compare

Better support for on the fly processing:

  • adds initialize_bdv function to create an empty bdv dataset

Add functionality for reading and writing setup names

25 Mar 10:44

Choose a tag to compare

Add bdv dataset

21 Jan 10:55
f5922bb

Choose a tag to compare

  • Add bdv dataset to write to all scale levels of a file in bdv format from python; implemented by @jhennies
  • Fix issues in downscaling methods
  • Work on support for zarr (not working yet due to zarr-developers/zarr-python#693)

Custom attributes and over-write functionality

20 Jul 14:26

Choose a tag to compare

Add utility functions

16 Feb 12:37

Choose a tag to compare

Utility functions to read resolution, file type and scale factors from bdv files.

Support n5 bdv format

17 Jan 21:53
866ecfc

Choose a tag to compare

  • Support conversion to n5 bdv format
  • Implement multi-threaded copying and downscaling

Fix dtype issues

29 Sep 19:35

Choose a tag to compare

Convert interger dtypes to be compatible with BDV.
Dtype conversion can be disabled by passing convert_dtype=False to make_bdv / convert_to_bdv.

Fix CLI

24 Sep 19:40

Choose a tag to compare

Fix CLI:

  • move pybdv_converter from root to pydv/scripts
  • install it in setup.py

Fix issue in determination of shapes for downscaling.