Skip to content

Releases: AnkitBarik/planetMagFields

v1.4.3

06 May 04:25
Compare
Choose a tag to compare

What's Changed

  • New auto tests to test parts of the code
  • Updated documentation with mathematical details
  • Bug fixes
  • Updated version of JOSS paper

Full Changelog: v1.4...v1.4.3

v1.4 : Support for multiple field models

21 Feb 04:32
Compare
Choose a tag to compare

This release constitutes adding of new features:

  • Support for multiple field models for each planet
  • Unit testing
  • An interactive Jupyter notebook
  • Full documentation
  • Adding the project to PyPI

planetMagFields_v1.0.2

27 Jul 20:33
Compare
Choose a tag to compare
  • Bug fix : fixed normalization factor for m!=0, thanks to @tgastine for testing and pointing it out.
  • Change default contour levels to 20 : this brings out the Earth's surface field really well.
  • Switch to a semantic versioning system (major.minor.patch)

planetMagFields_v1.01

21 Apr 00:49
Compare
Choose a tag to compare

Routines to easily access information about magnetic fields of planets in our solar system and visualize them in both 2D and 3D.
Features:

  • only numpy, scipy and matplotlib needed to visualize 2D Br plots and Lowes spectra
  • internal Hammer projection in the absence of cartopy
  • supports all projections from cartopy
  • writes vts files for 3D visualization
  • potential extrapolation
  • spherical harmonic filtering

Bugfixes in this version:

  • fixed plot titles.