Skip to content

Latest commit

 

History

History
99 lines (78 loc) · 3.22 KB

CHANGELOG.md

File metadata and controls

99 lines (78 loc) · 3.22 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,

Fixed

  • Removes interpolation from thematic map display that was causing a weird outline

Added

  • Support for GONG

Fixed

  • Bug that did not prompt "save as" for new files

Fixed

  • Should save thematic maps as uint8 instead of a larger float format

Changed

  • Only has support for Matplotlib's pyqt5 backend now.

Changed

  • GUI has a window title of "SolarAnnotator" that gets update with the current file's time when loaded, previously did not work when a new image was made. Now it does.

New

  • GUI has a window title of "SolarAnnotator" that gets update with the current file's time when loaded
  • Minimzie and maximize buttons

Changed

  • GUI no longer has to stay on top of other windows

Fixed

  • Normalization now adjusts to spread the data over the entire data range

Added

  • Added back relabeling by left click after bug fix

Changed

  • Switched to tight layout for better space usage in annotation window

Removed

  • Temporarily removed relabeling by left click on thematic map due to bug

Added

  • Program prompts the user to save before exiting

Changed

  • Preview controls now have three decimals of precision for min, max, and scale
  • Thematic map metadata is more complete

Fixed

  • Solar north is now up instead of down.
  • Recognizes correctly when a thematic map is initialized

Added

  • Warning box if composite data does not exist
  • Scaling for single color images
  • Undo of thematic map edits
  • Added colored theme background for theme radio buttons
  • Added prompting box for downloads
  • Font color for theme radio button changes depending on darkness of theme color, e.g. white for black backgrounds

Changed

  • Resized the thematic map annotator window

Added

  • Left click on the thematic map relabels the contiguous region
  • Right click on the thematic map draws boundaries on the preview image

First stable release. Not all features added.