Skip to content

Releases: aburrell/apexpy

ApexPy Version 2.0.1

11 Apr 17:36
09bd280
Compare
Choose a tag to compare

The v2.0.1 release addresses a bug in the Fortran extrapolation routines, as well as improving testing, documentation, and adding a logo.

Change Summary

  • Expanded installation instructions in the documenation
  • Added unit tests for todays date, ensuring that apex.dat is current
  • Added cron unit test to GitHub Actions CI
  • Added a logo
  • Correct indexing bug in Fortran source that was causing array overflow and memory errors for extrapolated years beyond the latest formal IGRF fit

ApexPy Version 2.0.0

09 Dec 18:35
08c1a37
Compare
Choose a tag to compare

This is a major new release that restructures the Python code and the Fortran source (updating all source to F90 standards). It also fixes a timing bug, includes a new tracing method, and updates the installation to use meson. Python 2 is no longer supported. Documentation has been expanded, especially the installation instructions.

ApexPy Version 1.1.0

05 Mar 16:04
ba9c592
Compare
Choose a tag to compare

Minor release to include IGRF13 coefficients, expands the type of allowed inputs into the subsol routine, fixes several bugs in edge cases, expands testing support to include Python 3.6-3.9, updates the documentation, and updates the continuous integration testing environments.

ApexPy Version 1.0.3

06 Apr 17:05
61a2447
Compare
Choose a tag to compare

New release changes python version support to versions 2.7, 3.4-3.6.

ApexPy Version 1.0.2

28 Feb 00:33
78d366e
Compare
Choose a tag to compare

This release fixes an issue with installation on systems that have long paths, and improves testing.