Skip to content

Releases: mattkjames7/PyGeopack

Release 1.1.5

24 Feb 15:58
Compare
Choose a tag to compare

Minor changes include additional functions.

Release 1.1.4

17 Feb 10:53
Compare
Choose a tag to compare

Added a function to plot some field traces in the XZ plane (PyGeopack.Test.PlotTraces()).

Also fixed a bug with saving field traces

Release 1.1.3

04 Jan 11:44
Compare
Choose a tag to compare

Bug in ModelField() should be fixed in this version.

Release 1.1.1

27 Sep 15:06
Compare
Choose a tag to compare

This should hopefully fix the bug where solar wind velocity needs to be manually entered in order to convert between coordinate systems.

I recommend updating the parameters using gp.Params.UpdateParameters() after installing this code.

Release 1.1.0

06 Jun 11:44
Compare
Choose a tag to compare

Some quite major bugs seem to be fixed here (thanks to Joel for finding them!).

The results of traces differed when switching between models. The only model unaffected was T96. The reason was that the model functions for the other models either implicitly or explicitly declared the inputs as being REAL, when they should have been REAL *8.

This appears to be fixed now...

Release 1.0.4

27 May 22:09
Compare
Choose a tag to compare

Fixed bug in UpdateParameters()

Release v1.0.2

18 Mar 12:45
Compare
Choose a tag to compare

Updated Windows DLL to include fixes made in v1.0.1

Release v1.0.1

18 Mar 12:31
Compare
Choose a tag to compare

Fixed some bugs that stopped the parameters being updated!

Release v1.0.0

02 Mar 23:59
Compare
Choose a tag to compare

First release with experimental Windows support!

Latest, most amazing release!

30 Apr 08:24
Compare
Choose a tag to compare

Maybe I should do these releases more often...