Changelog
All notable changes to the opensr-test project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Added
- For new features.
Changed
- For changes in existing functionality.
Deprecated
- For soon-to-be removed features.
Removed
- For now removed features.
Fixed
- For any bug fixes.
Security
- In case of vulnerabilities.
Unreleased
Unreleased changes here.
[1.2.0] - 2024-06-10
- Fractional Difference Index (FDI) key is now both
fdandnd. In order to avoid confusion, with Normalized Difference (NDI). They are in essence the same index. This is the metric by default from now on. - We change the .png by .gif in the README.md file.
- We update the
README.mdbenchmark section, with the new results (SUPER-IX feedback). - We add a colab badge in the
README.mdfile.
[1.1.0] - 2024-05-20
- Fractional Difference Index (FDI) added to the distance metrics.
- Bug in the
plot_tcfunction fixed. - A new parameter added to the
display_ternaryfunction to control the bin count. - Config initial parameters have been updated.
[1.0.0] - 2024-05-20
- Logo changed.
- The
lightgluesubmodule has been replaced with a new package calledsatalign. - A new example has been added on how to run
opensr-teston synthetic data. - The documentation has been updated.
- The harmonization module has been updated to include the
satalignpackage. - We have added two new datasets:
spain_cropsandspain_urban. - We add a new plot function:
plot_ternary. - We add a new plot function:
plot_histogram.
[0.2.0] - 2023-12-20
- Paper submited to the IEEE remote sensing letters.
0.1.0 - 2023-12-20
Added
- First release of the
opensr-testpackage.