Skip to content

Releases: data-exchange/dxchange

Added support for generic HDF meta reader

22 Mar 23:14
a34242e
Compare
Choose a tag to compare

What's Changed

  • Release v0.1.7 by @MarkRivers in #97
  • Extend hdf meta data reader capabilities see #94

Full Changelog: v0.1.7...v0.1.8

v0.1.7

30 Nov 18:16
Compare
Choose a tag to compare

Added write_netcdf4 to writer.py.
Fixed read_aps_13bm in exchange.py.
Added lable1 and label2 keyword arguments to read_dx_meta.

Added new data format readers

03 Dec 20:27
69d99cf
Compare
Choose a tag to compare

Added new data format support (Zeiss X-radia XRM/TXRM, APS 13-BM, NSLS-II FXI18, APS 1-ID)
Updated readers (ALS BL8.3.2)
Added APS DX format meta data reader

v0.1.5

07 Feb 16:53
0da40dc
Compare
Choose a tag to compare

Minor back compatibility fix to use the latest tifffile

v0.1.4

11 Oct 19:05
Compare
Choose a tag to compare

This is a minor patch to fix distribution issues through Conda-Forge.

v0.1.3

18 Sep 23:21
Compare
Choose a tag to compare

various improvements and new readers.

Back compatibility: Readers for APS 2-BM and APS 32-ID now return theta. If theta is missing from the file a default 0-180 deg is generated. Please modify the function call as below:

  • before: proj, flat, dark = dxchange.read_aps_32id(fname)
  • now: proj, flat, dark, theta = dxchange.read_aps_32id(fname)

v0.1.2

29 Mar 23:16
Compare
Choose a tag to compare

various improvements and new readers

New Release

26 May 23:05
Compare
Choose a tag to compare

This release supports tomoPy data I/O
Old tomoPy I/O are still available in tomoPy 1.0.0 but marked as deprecated and will be removed in tomoPy > v1.0.0 releases.

v0.0.4: Merge pull request #10 from data-exchange/develop

04 Oct 20:34
Compare
Choose a tag to compare
solve merge issue

v0.0.3

23 Aug 04:55
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
setup now installs tifffile.c