Skip to content

Commit

Permalink
Releases v0.13.0
Browse files Browse the repository at this point in the history
- Adds release to CHANGELOG
- Fixes a bug in previous commits
  • Loading branch information
AthKouloumvakos committed Jul 14, 2024
1 parent 4a1568d commit a336c5d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v0.13.0 (14-Jul-2024)

## 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

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

# v0.12.0 (09-Jun-2024)

## Features
Expand Down
2 changes: 1 addition & 1 deletion PyThea/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def download_fits(timerange, imager, imager_dict=None, database_dir=None):
if 'fido' not in imager_dict:
raise ValueError('Provided imager_dict does not contain fido information')

if imager_dict is None:
if database_dir is None:
database_dir = database_dir_default
else:
if not os.path.isdir(database_dir):
Expand Down

0 comments on commit a336c5d

Please sign in to comment.