Releases: lutraconsulting/MDAL
Releases · lutraconsulting/MDAL
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
0.9.90
Release 0.9.4
HEC RAS format fixes.
Remove experimental H2i format from 0.9 branch.
Release 0.9.3
H2i format support