Skip to content

Releases: AthKouloumvakos/PyThea

v1.1.0

12 Feb 16:28
Compare
Choose a tag to compare

Features

None

Major Changes

None

Minor Changes

  • Updates the dependencies for sunpy>6.0
  • Improves the utility of HEK events retrieval

Bug Fixes

  • Fixes a flakes8 error for using bare except
  • Fixes get_horizons_coord passing id_type
  • Fixes a bug when no flare or AR data returned from HEK in the app
  • Removes AIA fix_observer_location as it is no longer needed

v1.0.0

19 Dec 19:32
Compare
Choose a tag to compare

This is the first stable version of PyThea!

Features

  • Adds imaging data from Solar Orbiter's SOLOHi.
  • Implements offline fits file loading from local database.

Major Changes

None

Minor Changes

  • Updates Test figure hashes.
  • Final changes in README before the major release.

Bug Fixes

  • Fixes a temporary bug with JSOC and AIA prep
  • Fixes potential bug with maps loading into map sequence.
  • Fixes a bug when fits database is selected but no files downloaded.
  • Fixes a bug with the maps clims.

v0.14.0

03 Oct 23:16
Compare
Choose a tag to compare

Features

  • Adds imaging data from Solar Orbiter EUI and METIS.
  • Implements offline fits file loading from local database.

Major Changes

None

Minor Changes

  • Simplifies the configuration of the database directory.
  • Improves Parker Spiral visualization.

Bug Fixes

None

v0.13.0

17 Jul 16:59
Compare
Choose a tag to compare

Features

  • Adds imaging data from PSP/WISPR.
  • Implements new feature of Parker spiral and HEK events visualization on the images.
  • Adds a method to get directly the geometrical model from model_fittings.
  • Adds tests for extensions, WISPR imaging.
  • Adds and improves docstrings in utilities, modules, and geometrical models.
  • Adds GCS and kinematic plots in documentation
  • Adds function reference in the documentation

Major Changes

None

Minor Changes

  • Changes some optional inputs for get_hek_flare, make_figure, plot_bodies, and plot_solar_reference_lines to be better utilised.

Bug Fixes

  • Pins down the versions for astropy and numpy (see #26) to resolve dependency issues (see #26).

v0.12.0

10 Jun 00:13
Compare
Choose a tag to compare

Features

  • Adds more imaging data from SDO/AIA.
  • Adds acceleration calculation in the kinematic plots.
  • Implements acceleration plotting in the app.
  • Includes fits file name in fitting files and dataframes.
  • Highlights a row in the fitting table when fitting exist in table.

Major Changes

  • Decouples the loading of fits files from download_fits function.

Minor Changes

  • Improves configuration dictionary for selected imagers.
  • Improves json warning message in the main app page.
  • Adds documentation page link to the main app page.
  • Updates README files.
  • Improves plot_fitting_model and adds figure test.
  • Improves application layout.

Bug Fixes

  • Fixes a potential bug in filter_maps when no filtering is applied.
  • Fixes a bug with progress bar with stqdm.
  • Fixes a bug with image processing mode selection.

v0.11.0

19 May 06:30
Compare
Choose a tag to compare

Features

  • Adds tests for ellipsoid location on AIA and STEREO COR images.
  • Adds test_load_fitting_json_file to check the fitting file load and save.
  • Improve PyThea tests on cli.

Major Changes

  • Change the inputs for download_fits from string dates to timerange.

Minor Changes

None

Bug Fixes

None

Releases v0.10.0

17 Apr 23:13
Compare
Choose a tag to compare

Features

  • Option added to choose the step for Running Difference or the background image for the Base Difference image processing.
  • Fetures added in the app to plot limb or meridians from different observers and grid.
  • Feture added in the app for manual change of the images colorbar limits.
  • Feture added in the app to use median filter images processing.
  • Tests added: A test to verify the existence of Pythea's database directory

Major Changes

  • Updates sunpy dependencies to sunpy 5.1.2

Minor Changes

  • Improvements on the pipeline of image download and processing in the app.
  • Improvements and simplifications on the figures production in the app.
  • Values of the colormap limits in the app are stored and are reused when changing the imager.

Bug Fixes

  • Fixes a bug with test_database_dir_exists.
  • Fixes a bug when corrupted fits files loaded and imager load skipped.
  • Fixes a bug with AIA visuallization from missing date_average.
  • Fixes a bug with supplementary imaging selection.

v0.9.1

06 Mar 12:53
Compare
Choose a tag to compare

Features

  • A utility added to load the json fitting files

Major Changes

None

Minor Changes

  • Simplifies the code structure for loading the fitting files in the app

Bug Fixes

  • Fixes a bug when passing no maps in maputils
  • Fixes a bug when corrupted fits files loaded and imager load skipped

v0.9.0

28 Feb 02:14
Compare
Choose a tag to compare

Features

  • Adds sample data methods for testing and document builds
  • Adds tests: test_get_horizons_coord, test_vso_search, test_hek_client, and test_parameter_fit_polynomial
  • Adds calibration for AIA, LASCO, and STEREO EUVI

Major Changes

  • Changes the fitting time input from map.date to map.date_average when exist (see #24)

Minor Changes

  • Improves the following utilities: make_figure, maps_process, plot_fitting_model
  • Improves the test_get_hek_flare and test_hek_client tests
  • Changes how best_fit_x is defined in the parameters_fit utility
  • Changes the pipeline of imaging data download and processing in the app

Bug Fixes

None

v0.8.1

13 Jan 14:15
Compare
Choose a tag to compare

Features

  • Implements PyThea test to cli

Major Changes

None

Minor Changes

  • Includes Python version 3.10

Bug Fixes

  • Fixes a runtime bug with streamlit 1.30.0