All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
- Removes interpolation from thematic map display that was causing a weird outline
- Support for GONG
- Bug that did not prompt "save as" for new files
- Should save thematic maps as uint8 instead of a larger float format
- Only has support for Matplotlib's pyqt5 backend now.
- 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.
- GUI has a window title of "SolarAnnotator" that gets update with the current file's time when loaded
- Minimzie and maximize buttons
- GUI no longer has to stay on top of other windows
- Normalization now adjusts to spread the data over the entire data range
- Added back relabeling by left click after bug fix
- Switched to tight layout for better space usage in annotation window
- Temporarily removed relabeling by left click on thematic map due to bug
- Program prompts the user to save before exiting
- Preview controls now have three decimals of precision for min, max, and scale
- Thematic map metadata is more complete
- Solar north is now up instead of down.
- Recognizes correctly when a thematic map is initialized
- 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
- Resized the thematic map annotator window
- 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.