Skip to content

Releases: SWxTREC/pymsis

REL: v0.9.0

04 Apr 03:54
b3c768b
Compare
Choose a tag to compare

What's Changed

The minimum supported Python version is now 3.10 and the minimum supported numpy version is 1.23. This release is compatible with numpy 2.0+ as well.

There are now wheels for MacOS Arm64.

Obvious solar radio burst F10.7 data is removed automatically now and a warning is issued when data during this time-period is being used, see: #46

Full Changelog: v0.8.0...v0.9.0

REL: v0.8.0

03 Oct 17:56
cb6a098
Compare
Choose a tag to compare

What's Changed

This release adds Python 3.12 support and drops Python 3.9 support. There is no substantial change to the code other than to provide new wheels.

Full Changelog: v0.7.0...v0.8.0

REL: v0.7.0

29 Jan 15:57
fb3ccad
Compare
Choose a tag to compare

What's Changed

In this release we have changed the data provider for Ap and F10.7 to CelesTrak. This data provider interpolates gaps in the datastream, causing fewer errors for the end-users. When there is interpolated data we emit a warning to the user, but the computation still succeeds while it failed before.

Full Changelog: v0.6.0...v0.7.0

REL: v0.6.0

14 Nov 23:20
f928d08
Compare
Choose a tag to compare

What's Changed

There are two large changes in this release. The first is updating the build system to use meson:

The second big change is adding automatic F10.7 and ap data downloading to the routines, making passing in F10.7 and ap optional for ease of use with historical data and time periods.

Full Changelog: v0.5.0...v0.6.0

REL: v0.5.0

18 Aug 22:02
be58860
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

REL: v0.4.0

26 Feb 17:42
288da59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

REL: v0.3.0

01 Sep 00:55
Compare
Choose a tag to compare

This is the v0.3.0 release of pymsis. It contains wheels for Linux, MacOS, and Windows to enable easy installation across platforms.

REL: v0.2.1

01 Sep 00:28
668f34f
Compare
Choose a tag to compare

This release adds new maintenance code for building on Windows systems. To build across systems in a more compatible manner we have dropped the native architecture and fast-math compile-time flags. Additionally, the Windows+Python3.9 build tests were failing from compiler optimizations, so we are now forcing "-O1" optimization levels when building.