Releases: LLNL/Silo
Releases · LLNL/Silo
4.11.1
What's Changed
- Converted Silo's FrameMaker docs to Markdown and host on RTD (https://silo.readthedocs.io)
- Fix Windows compile errors. in #217
- Add intial cmake build system (thanks @biagas ...still several items to be completed) in #220
- Fix H5Epush_ret semicolon termination compiler issues by in #227
- Fix several _GE checks to use correct HDF5 versions by in #232
- Switch
int
tolong
in scores_mem_descriptor
mem header in #252 - Add
DBFREECAOPT
(thanks @cessenat) in #259 - Fix bug in fortran interface for 2D facelist write in #257
- Fix off-by-one error in component str copies for
DBChangeObject
in #282 - include zfp source files only when needed in #283
- Fix compilation error for
DB_OBJ_CASE
macro for partial i/o for time series in #284 - Ensure compatability with 4.11 in #291
- Make
DBInqVarExists
work for dirs on PDB driver in #292 - Add new fields for
H5FD_class_t
in newer HDF5s in #308 and in #314 - Ensure python module closes file when deallocating in #315
- Misc compiler and test fixes involving HDF5 in #319
- Fix configure's python path check in #321
- Fix leak for
file_scope_globals
(thanks Dave Bremer) in #306 - Rename
version.c
todbversion.c
in #330 (see visit-dav/visit#18757) - Switch to xz for smaller dist files in #328
- Fix proper handling of null fortran arrays for multi-block object names in #311
- Fix PJ cache for
GetComponentType
and add more tests for fortran cases in #341 - apply @pkestene gfort-10 patch in #346
- Add
DBSetCompatabilityMode
and tests in #350
Full Changelog: 4.11...4.11.1