Releases: serpentine-h2020/serpentine
Releases · serpentine-h2020/serpentine
v1.1.2
What's Changed
- Add SolO/MAG example to data_loader.ipynb
- Add solarmach 0.1.6 functionality examples to solarmach.ipynb:
- plot cone-shaped area
- shade area between two Parker spirals
- plot background Parker spirals
Full Changelog: v1.1.1...v1.1.2
1.1.1
v1.1: Merge pull request #12 from jgieseler/main
- Move SEP analysis functionalities used in Jupyter Notebooks at serpentine-h2020/serpentine/notebooks/sep_analysis_tools from separated .py files to the package SEPpy. In the course of this, all .py files at serpentine-h2020/serpentine/notebooks/sep_analysis_tools have been removed, and the imports changed from:
to:
from onset_functions import * import onset_widgets as w
from seppy.tools import Event import seppy.tools.widgets as w import datetime, os
1.0
Initial release of the SERPENTINE Notebook tools as presented at the SERPENTINE User Workshop
Added Jupyter Notebooks: