Skip to content

v0.6.5

Choose a tag to compare

@AthKouloumvakos AthKouloumvakos released this 19 May 19:31
· 178 commits to master since this release

Update for a protobuf TypeError (May 31, 2022)

A dependency change breaks the streamlit.cil. To resolve the error downgrade protobuf.
conda install protobuf=3.20.1

Features

  • Package PyThea and make this installable from PyPI with pip.

Major Changes

  • Changes related to setup configurations.
  • Changes in the readme file describing the new installation process from PyPI
  • Pins Python version to 3.8 or 3.9, and not 3.10.

Minor Changes

  • Cleans the json file save process. This does not affect the final structure of the json files.
  • Updates in the requirements (sunpy v4.0.0, streamlit v1.9.0).
  • After sunpy 4.0 the flare peak time from HEK query returns as Time. We make sure that the output of the get_hek_flare is not affected.
  • Changes the affiliation to the zenodo file
  • Changes in the acknowledgment section.

Bug Fixes

  • There are two cases when the download_fits results to error due to fido instabilities and the use of the app is interrupted. This commit includes a first fix on this issue (closes #11).
  • Makes the pre-commit to make better in the flake8 part.