Skip to content

Releases: Aquaveo/xmsinterp

Replace external dependencies in Boost with internal ones

27 Jan 22:48
Compare
Choose a tag to compare
  • Removed the xms option from conanfile.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 and xmsgrid 6.0.0.

4.1.4

20 Dec 23:11
Compare
Choose a tag to compare

Updates to the idw python interface, including a bug fix for doing 3d interpolation through the python interface.

4.1.3

17 Dec 00:33
Compare
Choose a tag to compare

Get the 4.1 release correct this time

4.1.2

16 Dec 23:22
Compare
Choose a tag to compare

Release 4.1 comes off of master.

Bug fix for crash with SetScalars

16 Dec 21:21
Compare
Choose a tag to compare

Fix a bug when using a nodal function and a call was made to SetScalars.

Add inGenerateRasterIdw function to C++ and Python interface

18 May 19:52
Compare
Choose a tag to compare

This function returns an array of raster values given mesh point data and raster information.

Add inGenerateRasterIdw function to C++ and Python interface

20 May 19:11
Compare
Choose a tag to compare

This function returns an array of raster values given mesh point data and raster information.

Use legacy wchar_t compiler flag MD builds

20 Nov 16:08
Compare
Choose a tag to compare

Prevents link errors when building with XMS.

VS2019

13 Oct 15:33
Compare
Choose a tag to compare

Only target VS2019 on Windows builds. Switch to Github Actions CI.

VS2019 development

02 Oct 21:17
Compare
Choose a tag to compare
VS2019 development Pre-release
Pre-release

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.