File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66
7+ ## [ 0.3.1]
8+ ### Fixed
9+ * Removes interpolation from thematic map display that was causing a weird outline
10+
11+ ## [ 0.3.0]
12+ ### Added
13+ * Support for GONG
14+ ### Fixed
15+ * Bug that did not prompt "save as" for new files
16+
717## [ 0.2.15]
818### Fixed
919* Should save thematic maps as uint8 instead of a larger float format
@@ -73,6 +83,8 @@ previously did not work when a new image was made. Now it does.
7383## [ 0.2.4]
7484First stable release. Not all features added.
7585
86+ [ 0.3.1 ] : https://github.com/jmbhughes/solarannotator/releases/tag/v0.3.1
87+ [ 0.3.0 ] : https://github.com/jmbhughes/solarannotator/releases/tag/v0.3.0
7688[ 0.2.15 ] : https://github.com/jmbhughes/solarannotator/releases/tag/v0.2.15
7789[ 0.2.14 ] : https://github.com/jmbhughes/solarannotator/releases/tag/v0.2.14
7890[ 0.2.13 ] : https://github.com/jmbhughes/solarannotator/releases/tag/v0.2.13
Original file line number Diff line number Diff line change 1111 name = 'solarannotator' ,
1212 long_description = long_description ,
1313 long_description_content_type = 'text/markdown' ,
14- version = '0.3.0 ' ,
14+ version = '0.3.1 ' ,
1515 packages = ['solarannotator' ],
1616 url = '' ,
1717 license = '' ,
You can’t perform that action at this time.
0 commit comments