Releases: lutraconsulting/MDAL
Releases · lutraconsulting/MDAL
release-1.3.2
What's Changed
- Fix out of bounds access when reading dat reference time by @nyalldawson in #500
- Misc performance optimisations by @nyalldawson in #505
- Fix coverity uninitialized member warnings by @nyalldawson in #506
- Add weekly coverity scan workflow by @nyalldawson in #503
- Fix leak of Library shared data by @nyalldawson in #507
- Fix some possible crashes by @nyalldawson in #504
- Cmake cleanups by @nyalldawson in #502
- Minor coverity fixes by @nyalldawson in #509
- Remove deprecated astyle options by @nyalldawson in #508
- Coverity fixes by @nyalldawson in #510
- Coverity fixes by @nyalldawson in #511
- Fix HDF5 dataset loading (handle error codes) by @ViperMiniQ in #514
New Contributors
- @ViperMiniQ made their first contribution in #514
Full Changelog: release-1.3.1...release-1.3.2
release-1.3.1
What's Changed
- backport changes from QGIS by @JanCaha in #493
- Types fixes from QGIS by @JanCaha in #494
- Fix 2dm precision by @JanCaha in #497
- Replace regex_split with MDAL::split in mdal_mike21.cpp by @aka863 in #496
- prefer MDAL::split() char variant where possible by @uclaros in #499
New Contributors
Full Changelog: release-1.3.0...release-1.3.1
release-1.3.0
What's Changed
- Fix: 2dm saving coordinates in scientific mode by @JanCaha in #491
- Fix: XMDF files - some datasets not loading correctly by @JanCaha in #492
- Add support for meshes stored in XMDF files by @JanCaha in #492
- Add function
MDAL_G_setName()to set names for Dataset Groups by @JanCaha in #490 - Add function to remove Dataset Group from mesh by its index
MDAL_M_RemoveDatasetGroup()by @JanCaha in #490
Full Changelog: release-1.2.0...release-1.3.0
release-1.2.0
What's Changed
- Fix: Bad bytes in header record by @nstrahl in #480
- Update 3Di driver to expose groundwater and surface water as individual meshes by @uclaros in #477
- Expose Face sumax for the 3Di driver by @uclaros in #482
- Fix selafin special characters by @nstrahl in #484
- handle metadata in mike21 format by @uclaros in #486
New Contributors
Full Changelog: release-1.1.0...release-1.2.0
Release 1.1.0
What's Changed
- Added new driver SMS:MIKE_21 https://www.xmswiki.com/wiki/SMS:MIKE_21_*.mesh
New Contributors
Release 1.0.3
Fix PLY format:
- Changes the vertices names to lower case : "x", "y", "z"
- Adds the ability to save in binary mode
- Changes the default behavior to save in binary mode to avoid precision issues
- Adds the "format" metadata item to maintain round-trip consistency and allow the format to be changed
- Fixes a bug in the handling of CRS data
Release 1.0.2
Release 1.0.1
Fix:
- [XMDF] take account of "Final" hdf group for TUFLOW
Release 1.0.0
- H2i format
- UGRID: capability to write dataset
- fix netCdf derived drivers with special char
- fix netCdf derived drivers locking files (file staying open after mesh is closed)
- fix Hdf5 derived format locking files
- TUFLOW FV: fix no active flag for non temporal group
- XDMF: fix crashing when the associated hdf5 file is missing