This repository was archived by the owner on May 20, 2024. It is now read-only.
Releases: hydroframe/parflowio
Releases · hydroframe/parflowio
Clipping during file read (pfb) take 2
Clipping during file read (pfb)
Added a single function to read only a clip of the pfb file.
Fixed the windows build by forcing swig version.
v0.0.5
- Maintains C style indexing (
zyxindex order). - Added
loadDataThreaded()function toPFDataclass. It has the same functionality asloadData(), but loads the file in parallel, using the supplied number of threads. - Added
indexOrderproperty toPFDataclass. It indicates the indexing order of the numpy arrays associated with thePFDataobject. It defaults to"zyx". - Fixed Windows CI build wheel by upgrading
cibuildwheelfrom version1.5.5to1.11.0. - Fixed bug related to loading and writing large files. Has now been tested with files up to 65G.