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

Releases: hydroframe/parflowio

Clipping during file read (pfb) take 2

23 Jul 17:17
76e9bd5
Compare
Choose a tag to compare

Small changes to the clip reading code along with additional testing.

Clipping during file read (pfb)

09 Jul 17:28
88678b4
Compare
Choose a tag to compare

Added a single function to read only a clip of the pfb file.
Fixed the windows build by forcing swig version.

v0.0.5

10 May 16:40
62b565b
Compare
Choose a tag to compare
  • 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.