Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

v0.0.5

Compare
Choose a tag to compare
@callachennault callachennault released this 10 May 16:40
· 16 commits to master since this release
62b565b
  • Maintains C style indexing (zyx index order).
  • Added loadDataThreaded() function to PFData class. It has the same functionality as loadData(), but loads the file in parallel, using the supplied number of threads.
  • Added indexOrder property to PFData class. It indicates the indexing order of the numpy arrays associated with the PFData object. It defaults to "zyx".
  • Fixed Windows CI build wheel by upgrading cibuildwheel from version 1.5.5 to 1.11.0.
  • Fixed bug related to loading and writing large files. Has now been tested with files up to 65G.