Skip to content

Commit

Permalink
Changelog entry for v0.4.0 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
leouieda authored Sep 28, 2023
1 parent d60f8e0 commit 07fad23
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
52 changes: 52 additions & 0 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/compgeolab/xlandsat/pull/34>`__)

New features and improvements:

* Add function for histogram equalization (`#40 <https://github.com/compgeolab/xlandsat/pull/40>`__ `#54 <https://github.com/compgeolab/xlandsat/pull/54>`__)
* Add function to fill missing values by interpolation (`#36 <https://github.com/compgeolab/xlandsat/pull/36>`__)
* Faster version of cropped loading using less RAM (`#28 <https://github.com/compgeolab/xlandsat/pull/28>`__)
* Add sample data for Manaus, Brazil (`#49 <https://github.com/compgeolab/xlandsat/pull/49>`__)
* Add sample data from Mount Roraima (`#39 <https://github.com/compgeolab/xlandsat/pull/39>`__)
* Add sample data for the Momotombo eruption (`#32 <https://github.com/compgeolab/xlandsat/pull/32>`__)

Documentation:

* Tutorial about the many ways to read data (`#57 <https://github.com/compgeolab/xlandsat/pull/57>`__)
* Add section on Indices tutorial about other indices (`#55 <https://github.com/compgeolab/xlandsat/pull/55>`__)
* Add a trigger warning and update the indices tutorial (`#53 <https://github.com/compgeolab/xlandsat/pull/53>`__)
* Use the Manaus data in the Composites tutorial (`#52 <https://github.com/compgeolab/xlandsat/pull/52>`__)
* Expand the Overview page and use the Manaus data (`#51 <https://github.com/compgeolab/xlandsat/pull/51>`__)
* Fill missing and equalization in overlay tutorial (`#45 <https://github.com/compgeolab/xlandsat/pull/45>`__)
* Fix wrong mention of color in indices tutorial (`#44 <https://github.com/compgeolab/xlandsat/pull/44>`__)
* Rework and expand the composites tutorial (`#37 <https://github.com/compgeolab/xlandsat/pull/37>`__)
* Add a tutorial on how to overlay bands on RGB (`#33 <https://github.com/compgeolab/xlandsat/pull/33>`__)
* Make README preview image full width (`#26 <https://github.com/compgeolab/xlandsat/pull/26>`__)
* Add a logo for the project (`#43 <https://github.com/compgeolab/xlandsat/pull/43>`__)
* Add Community guides (`#27 <https://github.com/compgeolab/xlandsat/pull/27>`__)

Maintenance:

* Add Issue templates with a release checklist (`#58 <https://github.com/compgeolab/xlandsat/pull/58>`__)
* Add missing Scipy dependency (`#56 <https://github.com/compgeolab/xlandsat/pull/56>`__)
* Update Leo's affiliation to USP (`#50 <https://github.com/compgeolab/xlandsat/pull/50>`__)
* Fix version number for uploading to TestPyPI (`#48 <https://github.com/compgeolab/xlandsat/pull/48>`__)
* Fetch data files from GitHub instead of figshare (`#47 <https://github.com/compgeolab/xlandsat/pull/47>`__)
* Host sample data files on GitHub (`#46 <https://github.com/compgeolab/xlandsat/pull/46>`__)
* Add testing and support for Python 3.11 (`#35 <https://github.com/compgeolab/xlandsat/pull/35>`__)
* Use the tifffile plugin for IO instead of PIL (`#31 <https://github.com/compgeolab/xlandsat/pull/31>`__)
* Update jupyter-sphinx and add ipykernel (`#30 <https://github.com/compgeolab/xlandsat/pull/30>`__)
* Move the Authorship Guidelines to the lab manual (`#29 <https://github.com/compgeolab/xlandsat/pull/29>`__)

This release contains contributions from:

* Leonardo Uieda

Version 0.3.0
-------------

Expand Down
3 changes: 3 additions & 0 deletions doc/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ Use the links below to access documentation for specific versions
* `Latest release <http://www.compgeolab.org/xlandsat/latest>`__
* `Development <http://www.compgeolab.org/xlandsat/dev>`__
(reflects the current development branch on GitHub)
* `v0.4.0 <http://www.compgeolab.org/xlandsat/v0.4.0>`__
* `v0.3.0 <http://www.compgeolab.org/xlandsat/v0.3.0>`__
* `v0.2.0 <http://www.compgeolab.org/xlandsat/v0.2.0>`__
* `v0.1.0 <http://www.compgeolab.org/xlandsat/v0.1.0>`__
* `v0.0.1 <http://www.compgeolab.org/xlandsat/v0.0.1>`__

0 comments on commit 07fad23

Please sign in to comment.