Skip to content

Commit

Permalink
Releases v0.9.0
Browse files Browse the repository at this point in the history
- Adds release to CHANGELOG
  • Loading branch information
AthKouloumvakos committed Feb 21, 2024
1 parent 3cf0fff commit 632ab3b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env/
# Distribution / packaging and Python egg metadata, generated from source files by setuptools.
build/
dist/
baseline/
*.egg-info/
*.egg
.eggs/
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# v0.9.0 (8-Feb-2024)

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

# v0.8.1 (13-Jan-2024)

## Features
Expand Down

0 comments on commit 632ab3b

Please sign in to comment.