Releases: serpentine-h2020/serpentine
Releases · serpentine-h2020/serpentine
v1.2.0
What's Changed
- Restructure requirements and readme so that only one environment is used for all Notebooks by @jgieseler in #58
- Update installation instructions by @jgieseler in #55
- Use common data folder on JupyterHub by @jgieseler in #60
- Various Bugfixes
- solarmach.ipynb:
- Extend example 6 (add arrow to figure) by @jgieseler in #38
- Add new PFSS functionality & get_sw_speed to solarmach by @jgieseler in #42
- Update imageio usage by @jgieseler in #46
- Replace numbered_markers w. markers by @jgieseler in #47
- Add warning for stonyhurst bug in pfss by @jgieseler in #48
- Add coord_sys to pfss calculation (solarmach0.3.2) by @jgieseler in #50
- Add plot_3d by @jgieseler in #61
- Warning when creating GIF with Stonyhurst; fix Stoneyhurst typos by @jgieseler in https://github.com/serpentine-h2020/
serpentine/pull/63
- data_loader.ipynb:
- Improve documentation by @jgieseler in #51
- Update PSP example & requirements by @jgieseler in #40
- Update STEP example by @jgieseler in #41
- Update pos_timestamp use and STEP info by @jgieseler in #52
Full Changelog: v1.1.2...v1.2.0
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: