This repository has been 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 (
zyx
index order). - Added
loadDataThreaded()
function toPFData
class. It has the same functionality asloadData()
, but loads the file in parallel, using the supplied number of threads. - Added
indexOrder
property toPFData
class. It indicates the indexing order of the numpy arrays associated with thePFData
object. It defaults to"zyx"
. - Fixed Windows CI build wheel by upgrading
cibuildwheel
from version1.5.5
to1.11.0
. - Fixed bug related to loading and writing large files. Has now been tested with files up to 65G.