Skip to content

v0.7.0

Compare
Choose a tag to compare
@jsnel jsnel released this 15 Apr 16:26
· 73 commits to main since this release
fc97adf

Accompanies the v0.7.0 release of pyglotaran

This is a supplementary package for pyglotaran with convenience plotting functions.

For use with the pyglotaran package, pyglotaran version v0.6.0 or later is required.

Can be installed as a python package from PyPI via pip, from Anaconda's conda-forge using conda, or directly from sources on github.

What's Changed

  • 👌🚇 Change integration tests to use self managed examples action by @s-weigand in #91
  • ✨ Add plot function for guidance spectra by @s-weigand in #92
  • 👌 Fix typo in internal function name by @s-weigand in #94
  • 👌 Improve typing by @s-weigand in #96
  • 🔧 Add basic codecov config by @s-weigand in #97
  • ✨ Add IRF dispersion center plotting by @s-weigand in #95
  • 👌 Shift time axis by IRF location by @s-weigand in #99
  • 🩹📚 Fix missing channel flag in conda install guide by @s-weigand in #108
  • 👌 Add option to deactivate data/residual plotting in overview plots by @s-weigand in #118
  • ✨ Add coherent artifact plot functionality by @s-weigand in #123
  • ✨ Add a-matrix inspection function by @s-weigand in #124
  • ✨ Add show_zero_line option to plot_overview and plot_fitted_traces by @s-weigand in #128
  • 🩹 Fix SVD vector labels always starting from zero by @s-weigand in #133
  • 👌 Make result input for plot_coherent_artifact more generic by @s-weigand in #134
  • ✨ Add plot_doas function that only plots DOAS related information by @s-weigand in #135
  • ✨ Shift irf derivatives in plot_coherent_artifact by irf position by @s-weigand in #136
  • ⬆️🛡️ Combined Snyk updates by @s-weigand in #145
  • 👌 Convert plot style Enums to StrEnums for ease of use by @s-weigand in #144
  • 🩹 Fix heading in show_a_matrixes for multiple a-matrixes per dataset by @s-weigand in #148
  • 👌 Add legend_format_string argument to plot_doas by @s-weigand in #150
  • 👌 Make plot_data_overview able to plot single trace data by @s-weigand in #137
  • 👌 Improve plot_doas default legend_format_string by @s-weigand in #151
  • 🩹⌨️ Fix figsize typing by @s-weigand in #152
  • 🩹📚 Fix search in docs by @s-weigand in #157

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