diff --git a/doc/changes.rst b/doc/changes.rst index 032cc4a..94a4e92 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -3,6 +3,58 @@ Changelog ========= +Version 0.4.0 +------------- + +Released on: 2023/09/28 + +doi: https://doi.org/10.5281/zenodo.8348805 + +Bug fixes: + +* Bug fix: Use np.abs in pansharpen to avoid sign issues (`#34 `__) + +New features and improvements: + +* Add function for histogram equalization (`#40 `__ `#54 `__) +* Add function to fill missing values by interpolation (`#36 `__) +* Faster version of cropped loading using less RAM (`#28 `__) +* Add sample data for Manaus, Brazil (`#49 `__) +* Add sample data from Mount Roraima (`#39 `__) +* Add sample data for the Momotombo eruption (`#32 `__) + +Documentation: + +* Tutorial about the many ways to read data (`#57 `__) +* Add section on Indices tutorial about other indices (`#55 `__) +* Add a trigger warning and update the indices tutorial (`#53 `__) +* Use the Manaus data in the Composites tutorial (`#52 `__) +* Expand the Overview page and use the Manaus data (`#51 `__) +* Fill missing and equalization in overlay tutorial (`#45 `__) +* Fix wrong mention of color in indices tutorial (`#44 `__) +* Rework and expand the composites tutorial (`#37 `__) +* Add a tutorial on how to overlay bands on RGB (`#33 `__) +* Make README preview image full width (`#26 `__) +* Add a logo for the project (`#43 `__) +* Add Community guides (`#27 `__) + +Maintenance: + +* Add Issue templates with a release checklist (`#58 `__) +* Add missing Scipy dependency (`#56 `__) +* Update Leo's affiliation to USP (`#50 `__) +* Fix version number for uploading to TestPyPI (`#48 `__) +* Fetch data files from GitHub instead of figshare (`#47 `__) +* Host sample data files on GitHub (`#46 `__) +* Add testing and support for Python 3.11 (`#35 `__) +* Use the tifffile plugin for IO instead of PIL (`#31 `__) +* Update jupyter-sphinx and add ipykernel (`#30 `__) +* Move the Authorship Guidelines to the lab manual (`#29 `__) + +This release contains contributions from: + +* Leonardo Uieda + Version 0.3.0 ------------- diff --git a/doc/versions.rst b/doc/versions.rst index 6eeabe5..b6c39e8 100644 --- a/doc/versions.rst +++ b/doc/versions.rst @@ -7,5 +7,8 @@ Use the links below to access documentation for specific versions * `Latest release `__ * `Development `__ (reflects the current development branch on GitHub) +* `v0.4.0 `__ +* `v0.3.0 `__ +* `v0.2.0 `__ * `v0.1.0 `__ * `v0.0.1 `__