Skip to content

Releases: serpentine-h2020/SEPpy

v0.4.2

18 Dec 14:47
a81098d

Choose a tag to compare

What's Changed

  • Automatically detect columns with uncertainties for resampling in resample_df() by default (#104, #106, #108)
  • Enable input k_model='legacy' in Event.find_onset() (#103)
  • Fix FILLVAL CDF values not correctly filtered in STEREO/MAGPLASMA dataset (#108)

Full Changelog: v0.4.1...v0.4.2

v0.4.1

05 Dec 09:24
4d621ad

Choose a tag to compare

What's Changed

  • Update definition of k parameter for the z-standardized intensity CUSUM for onset time calculation (#98)
  • Extend resample_df to accept a new option cols_unc=[] that provides a list of columns for which the resampling should not be the arithmetic mean, but the square root of the sum of squares divided by n, which is a more accurate way for uncertainties (#100)
  • Update calc_av_en_flux_sixs to support next to level 2 also level 3 BepiColombo/SIXS-P data (#101)

Full Changelog: v0.4.0...v0.4.1

v0.4.0

21 Nov 13:33
20c8a97

Choose a tag to compare

What's Changed

  • Add documentation at https://seppy.readthedocs.io
  • Change DE to be the full energy bin width (instead of half) in SOHO/ERNE and Wind/3DP metadata
  • Change STEREO/SEPT metadata to provide mean_E in MeV instead of keV
  • Change structure of SOHO/EPHIN and STEREO/SEPT metadata. To adjust for this, you might need to change your code like metadata_ephin[channel] -> metadata_ephin['energy_labels'][channel] and metadata_sept[channel] -> metadata_sept['channels_dict_df_e'][channel] (or 'channels_dict_df_p')
  • Add data loader for JUICE/RADEM
  • Add BepiColombo/SIXS-P to SERENTINE onset tool
  • Add image tests to pytest
  • Provide separate widgets for different SERPENTINE tools
  • Add datalevel to dropdown widgets
  • Verify that resample_df() is not resampling to higher time resolution than original one
  • Add new function remove_duplicate_cdf_files()

Full Changelog: v0.3.0...v0.4.0

v0.3.0

27 Aug 07:35
3c2e601

Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

24 Apr 12:21
ce9845f

Choose a tag to compare

What's Changed

  • Added function seppy.util.jupyterhub_data_path to update the data path if run on the JupyterHub of SERPENTINE/SOLER

Full Changelog: v0.2.0...v0.2.1

v0.2.0

15 Apr 11:39
364d843

Choose a tag to compare

What's Changed

  • viewing must now be provided when initializing the Event object for spacecraft/instrument combinations that have different viewing directions (fixes problems that might otherwise occur)
  • Allow psp_isois_load() to load datasets PSP_ISOIS-EPIHI_L2-LET1-RATES60 and PSP_ISOIS-EPIHI_L2-LET2-RATES60

Full Changelog: v0.1.19...v0.2.0

v0.1.19

21 Mar 10:36
de14781

Choose a tag to compare

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: v0.1.18...v0.1.19

v0.1.18

17 Jan 15:25
967a685

Choose a tag to compare

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: v0.1.17...v0.1.18

v0.1.17

15 Jan 13:47
7f75ff9

Choose a tag to compare

What's Changed

  • Wind/3DP: Fall back to CDAWeb for downloading if sprg.ssl.berkeley.edu is failing
  • Wind/3DP: Add support for datasets 'WI_ELSP_3DP', 'WI_ELPD_3DP', 'WI_EHSP_3DP', and 'WI_EHPD_3DP'

Full Changelog: v0.1.16...v0.1.17

v0.1.16

30 Aug 16:06
6397f9c

Choose a tag to compare

What's Changed

  • Fix time-position for Bepi/SIXS data (internal)

Full Changelog: v0.1.15...v0.1.16