Releases: mattkjames7/PyGeopack
Release 1.1.5
Minor changes include additional functions.
Release 1.1.4
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
Bug in ModelField() should be fixed in this version.
Release 1.1.1
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
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
Fixed bug in UpdateParameters()
Release v1.0.2
Updated Windows DLL to include fixes made in v1.0.1
Release v1.0.1
Fixed some bugs that stopped the parameters being updated!
Release v1.0.0
First release with experimental Windows support!
Latest, most amazing release!
Maybe I should do these releases more often...