History

Change Log

All notable changes to this project are documented in this file. This project adheres to Semantic Versioning.

0.1.0 (12-23-2025)

  • 2-D raytracing functions are added

  • Tutorials added

  • Unit tests added

  • README is extended to cover the 2-D raytracing

  • Functions added to generate 1D and 2D input data (density and magnetic field) using PyIRI

  • Critical freqeuncy for X-mode is added for vertical propagation

  • X-mode condition for max height is changed to X+Y=1

  • Minimization routine in added

  • Gradient in relation to midpoint is added

0.0.2 (06-12-2025)

  • Bug fix in vertical_forward_operator (typo in bpsi.shape)

  • New functionality added to perform minimization of background parameters to correct ionospheric parameters using observed virtual heighs

  • New tutorial and example are added to demonstrate how minimization works

  • Two new unit tests are added to cover the new features

  • README is updated to include minimization example

0.0.1 (05-30-2025)

  • Alpha release