Skip to content

Releases: mattkjames7/PyGeopack

Release v1.3.0

Choose a tag to compare

@github-actions github-actions released this 18 May 20:10
d0b2af1
  • Added CI workflow + unit tests
  • Updated geopack submodule for a more reliable cmake-based build
  • Build binaries for Python 3.10 - 3.14 on CPU architectures x86_64 - aarch64 on Linux (manylinux GLIBC >= 2.34), Windows and macOS

v1.2.7

Choose a tag to compare

@mattkjames7 mattkjames7 released this 15 Jan 22:54
79025c0
  • Fixed linking error by updating the C++ submodule
  • Fixed numpy.bool8 deprecation error

Release 1.2.6

Choose a tag to compare

@mattkjames7 mattkjames7 released this 24 May 19:52

Some changes to the C++ code to hopefully fix compilation on MacOS.

Release 1.2.5

Choose a tag to compare

@mattkjames7 mattkjames7 released this 21 Feb 00:39

Added ability to suppress warning about missing data file.

Release 1.2.4

Choose a tag to compare

@mattkjames7 mattkjames7 released this 08 Nov 23:18

Setting Model="IGRF" uses the internal field model without any external field contributions.

Release 1.2.3

Choose a tag to compare

@mattkjames7 mattkjames7 released this 03 Oct 22:39

Hopefully fixed some building issues on Windows 10/11

Release 1.2.2

Choose a tag to compare

@mattkjames7 mattkjames7 released this 10 Jul 22:59

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

Choose a tag to compare

@mattkjames7 mattkjames7 released this 09 Jul 22:49

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

Choose a tag to compare

@mattkjames7 mattkjames7 released this 08 Jul 22:31

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

v1.2.0 devel Pre-release
Pre-release

Choose a tag to compare

@mattkjames7 mattkjames7 released this 28 Apr 09:31

This is the first release using the geopack submodule. It seems to work on Linux, currently untested on Windows or Mac...