Releases: Aquaveo/xmsmesher
Releases · Aquaveo/xmsmesher
5.0.4
Bug fix for scalar paving
5.0.3
Bug fix for scalar paving with internal features.
Two tests added for this bug fix.
The "Unified Conan" release
5.0.1 update gcc to docker to be dynamic
5.0.0
Target Python 3.10.
Replace external dependencies in Boost with internal ones
- Removed the
xms
option fromconanfile.py
. This was an internal option that was no longer used. - Added
wchar_t
option to conanfile.py to control Visual Studio's/Zc:wchar_t
flag. - Switch to a new Boost package that doesn't have any external dependencies.
- Update to xmscore 5.0.1, xmsgrid 6.0.0, and xmsinterp 5.0.0.
3.0.3
Update to most recent versions of the xmsgrid and xmsinterp libraries
The "NAN Bugfix" release
-bug fix for case where the mesher would create points with NAN for the x, y, z values
Use legacy wchar_t compiler flag for Windows MD builds
Also merge CI fixes from xmscore.
VS2019
Only target VS2019 on Windows, and switch to Github Actions CI.
VS2019 development
Initial development tag for VS2019 refactor. All packages uploaded to testing/dev channels of conan and AquaPi. Do not use unless actively developing on refactor.