Skip to content

Commit

Permalink
🔖 prepare release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelrpl committed Oct 2, 2024
1 parent b61b593 commit 8767a8a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions docs/CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,21 @@
Changes
*******

Version 0.3.0 (2024-10-02)
--------------------------

- Add plot STAC images by clicking (`#72 <https://github.com/brazil-data-cube/wtss-qgis/issues/72>`_)
- Add a check before attempting to retrieve time series (`#63 <https://github.com/brazil-data-cube/wtss-qgis/issues/63>`_)
- Review plot library with `seaborn` (`#53 <https://github.com/brazil-data-cube/wtss-qgis/issues/53>`_)
- Add option or checkbox for user to choose whether to normalize data or not (`#64 <https://github.com/brazil-data-cube/wtss-qgis/issues/64>`_)
- Resolve `nodata` in plot time series with seaborn (`#65 <https://github.com/brazil-data-cube/wtss-qgis/issues/65>`_)
- Resolve coordinates/layers projection in enable canvas points selection (`#66 <https://github.com/brazil-data-cube/wtss-qgis/issues/66>`_)
- Add menu with advanced options to control virtual raster generation (`#67 <https://github.com/brazil-data-cube/wtss-qgis/issues/67>`_)
- Review and update methods for the installation and build steps for plugin (`#68 <https://github.com/brazil-data-cube/wtss-qgis/issues/68>`_)
- Draw and zoom in the points based on selected coordinates to get time series (`#69 <https://github.com/brazil-data-cube/wtss-qgis/issues/69>`_)
- Add user data path to save virtual rasters from STAC (`#70 <https://github.com/brazil-data-cube/wtss-qgis/issues/70>`_)


Version 0.2.0 (2024-08-19)
--------------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Or if you download to install by `zip` file, use:

.. code-block:: text
$ pip3 install git+https://github.com/brazil-data-cube/wtss-qgis.git@v0.2.0
$ pip3 install git+https://github.com/brazil-data-cube/wtss-qgis.git@v0.3.0
For **development environment**, go to the source code folder:
Expand Down Expand Up @@ -122,7 +122,7 @@ If you download to install by `zip` file, use:

.. code-block:: text
\> pip3 install git+https://github.com/brazil-data-cube/wtss-qgis.git@v0.2.0
\> pip3 install git+https://github.com/brazil-data-cube/wtss-qgis.git@v0.3.0
If you cloned the repository, for **development environment**, you can install the requirements running `pip` in source code:
Expand Down
2 changes: 1 addition & 1 deletion wtss_plugin/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

"""Python QGIS Plugin for WTSS."""

__version__ = '0.2.0'
__version__ = '0.3.0'

0 comments on commit 8767a8a

Please sign in to comment.