Recent Releases of seppy
seppy - v0.2.0
What's Changed
viewingmust now be provided when initializing theEventobject for spacecraft/instrument combinations that have different viewing directions (fixes problems that might otherwise occur)- Allow
psp_isois_load()to load datasetsPSP_ISOIS-EPIHI_L2-LET1-RATES60andPSP_ISOIS-EPIHI_L2-LET2-RATES60
Full Changelog: https://github.com/serpentine-h2020/SEPpy/compare/v0.1.19...v0.2.0
- Python
Published by jgieseler 12 months ago
seppy - v0.1.19
What's Changed
- Small bugfix concerning changes introduced with cdflib 1.3.3 (cf. v0.1.18)
- Change package structure to follow new OpenAstronomy template (using pyproject.toml instead of setup.cfg)
- Drop support for Python 3.8
- Add support for Python 3.13
- Increase max. path length in TSA Jupyter Notebook tool to 10 AU
- Add tests for TSA Jupyter Notebook tool
Full Changelog: https://github.com/serpentine-h2020/SEPpy/compare/v0.1.18...v0.1.19
- Python
Published by jgieseler about 1 year ago
seppy - v0.1.18
What's Changed
- cdflib fixed a very old bug in 1.3.3. Unfortunately, that change is breaking the workaround used so far to bypass the bug. This update fixes the occurring problems while being backwards compatible to cdflib<1.3.3
Full Changelog: https://github.com/serpentine-h2020/SEPpy/compare/v0.1.17...v0.1.18
- Python
Published by jgieseler about 1 year ago
seppy - v0.1.17
What's Changed
- Wind/3DP: Fall back to CDAWeb for downloading if sprg.ssl.berkeley.edu is failing
- Wind/3DP: Add support for datasets 'WIELSP3DP', 'WIELPD3DP', 'WIEHSP3DP', and 'WIEHPD3DP'
Full Changelog: https://github.com/serpentine-h2020/SEPpy/compare/v0.1.16...v0.1.17
- Python
Published by jgieseler about 1 year ago
seppy - v0.1.13
What's Changed
- Make
pos_timestamp='center'the new default (this has already been the case when using the Notebooks) - Temporary deactivate SolO/STEP dynamic spectrum bc. of overlapping energy channels
- Implement custom warnings, make warnings clearer
- Various internal & small code changes
Full Changelog: https://github.com/serpentine-h2020/SEPpy/compare/v0.1.12...v0.1.13
- Python
Published by jgieseler about 2 years ago
seppy - v0.1.12
What's Changed
- Better handling of specific Solar Orbiter/STEP data: old per-Pixel data and electrons will not be loaded and the user warned
- Clean up SOHO data
- Increase tests
- Fix future pandas problem, deprecated imports
Full Changelog: https://github.com/serpentine-h2020/SEPpy/compare/v0.1.11...v0.1.12
- Python
Published by jgieseler about 2 years ago
seppy - v0.1.11
What's Changed
- Fix a bug in defining the y-range of onset_analysis plot that resulted in cutting out the lowest data points
- Make shading of background range in onset_analysis plot more transparent
Full Changelog: https://github.com/serpentine-h2020/SEPpy/compare/v0.1.10...v0.1.11
- Python
Published by jgieseler over 2 years ago
seppy - v0.1.10
What's Changed
- Add support for dataset 'PSPISOIS-EPILOL2-IC'
- Update cdf loading routine for EPILO data (also fixes problems with cdflib 1.0+)
- Update tests for EPILO
Full Changelog: https://github.com/serpentine-h2020/SEPpy/compare/v0.1.9...v0.1.10
- Python
Published by jgieseler over 2 years ago
seppy - 0.1.9
What's Changed
- Update some CDF file loading with a modified version of sunpy's CDF loading
- Add codecoverage analysis
- Fix README.rst not rendered correctly at pypi (#39)
Full Changelog: https://github.com/serpentine-h2020/SEPpy/compare/v0.1.8...v0.1.9
- Python
Published by jgieseler over 2 years ago
seppy - 0.1.7
What's Changed
- Unify different resampling functions and move them to seppy.util (import with
from seppy.util import resample_df) - FILLVAL replacement for CDF files now done within sunpy
- Add tests & correspondent GitHub Actions
Full Changelog: https://github.com/serpentine-h2020/SEPpy/compare/v0.1.6...v0.1.7
- Python
Published by jgieseler about 3 years ago
seppy - 0.1.6
What's Changed
- Add STEREO MAGPLASMA (PLASTIC) data loading by @jgieseler in https://github.com/serpentine-h2020/SEPpy/pull/24
Full Changelog: https://github.com/serpentine-h2020/SEPpy/compare/v0.1.5...v0.1.6
- Python
Published by jgieseler about 3 years ago
seppy - 0.1.5
What's Changed
- Remove proton-contaminated data from experimental SOHO/EPHIN electron dataset in the onset determination tool (for internal use only, https://github.com/serpentine-h2020/SEPpy/pull/22)
Full Changelog: https://github.com/serpentine-h2020/SEPpy/compare/v0.1.4...v0.1.5
- Python
Published by jgieseler over 3 years ago
seppy - 0.1.4
What's Changed
print_energies()now provides a Pandas DataFrame (#4)- Restore font sizes & co after plotting (#5)
- Fix a bug that occurred if
channelwas not of type 'list' for PSP/ISʘIS-EPIHI (#16) - Add support for Wind/3DP and PSP/ISʘIS to the dynamic spectrum, onset determination, and TSA tools of https://github.com/serpentine-h2020/serpentine (solving issues 1-6 of that repo)
- Add support for experimental SOHO/EPHIN electron dataset to onset determination tool (for internal use only, #20)
Full Changelog: https://github.com/serpentine-h2020/SEPpy/compare/v0.1.3...v0.1.4
- Python
Published by jgieseler over 3 years ago
seppy - 0.1.1
- Add seppy.tools with SEP analysis functionalities used in Jupyter Notebooks at serpentine-h2020/serpentine/notebooks/sepanalysistools
- Move repository from jgieseler/SEPpy to serpentine-h2020/SEPpy
- Python
Published by jgieseler over 3 years ago