Skip to content

Releases: constantinpape/pybdv

Add dask array support

21 Nov 11:36
4c28b13
Compare
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
Compare
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
Compare
Choose a tag to compare

Add bdv dataset

21 Jan 10:55
f5922bb
Compare
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
Compare
Choose a tag to compare

Add utility functions

16 Feb 12:37
Compare
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
Compare
Choose a tag to compare
  • Support conversion to n5 bdv format
  • Implement multi-threaded copying and downscaling

Fix dtype issues

29 Sep 19:35
Compare
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
Compare
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.

Infer correct set-up id

23 Sep 18:36
Compare
Choose a tag to compare

Infer correct next set-up id when passed default value.