Releases: mattkjames7/PyGeopack
Release list
Release v1.3.0
- Added CI workflow + unit tests
- Updated
geopacksubmodule for a more reliablecmake-based build - Build binaries for Python
3.10-3.14on CPU architecturesx86_64-aarch64onLinux(manylinuxGLIBC >= 2.34), Windows and macOS
v1.2.7
- Fixed linking error by updating the C++ submodule
- Fixed
numpy.bool8deprecation error
Release 1.2.6
Some changes to the C++ code to hopefully fix compilation on MacOS.
Release 1.2.5
Added ability to suppress warning about missing data file.
Release 1.2.4
Setting Model="IGRF" uses the internal field model without any external field contributions.
Release 1.2.3
Hopefully fixed some building issues on Windows 10/11
Release 1.2.2
Updated Windows-DLL-related code. It appears that newer versions of Python might not be searching $PATH for DLLs, so I have added a function to scan for libstdc++*.dll and use that path.
Release 1.2.1
Fixed bug in Fortran code which requires the -fallow-argument-mismatch argument which doesn't appear to be available on all Fortran compilers.
Release 1.2.0
This release makes use of the separate geopack library which is under development in place of the mess it used before.
This module should be installed as a source distribution so that the C++ and Fortran code is built during the installation of the package.
It also works on MacOS, surprisingly!
v1.2.0 devel
This is the first release using the geopack submodule. It seems to work on Linux, currently untested on Windows or Mac...