Skip to content

Commit

Permalink
Merge pull request #260 from raphaelrpl/patch-1.0
Browse files Browse the repository at this point in the history
🔥 Release builder 1.0
  • Loading branch information
raphaelrpl authored Mar 10, 2023
2 parents b0c372f + ca2c9db commit 15e39c3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,29 @@
Changes
=======


Version 1.0.0 (2023-03-10)
--------------------------

- Add support to generate data cubes for EO Landsat combined sensors (`#172 <https://github.com/brazil-data-cube/cube-builder/issues/172>`_)
- Improve generation of Data Cube preview images.
- Add support for interoperability of STAC clients: 0.9.x and 1.0
- Add integration with BDC-Catalog 1.0 `#233 <https://github.com/brazil-data-cube/cube-builder/issues/233>`_.
- Add support to generate datacube from Sentinel-2 Zip (experimental) `#222 <https://github.com/brazil-data-cube/cube-builder/issues/222>`_.
- Add support to generate data cube from local directories (`#25 <https://github.com/brazil-data-cube/cube-builder/issues/25>`_)
- Upgrade celery to 5.x (`#251 <https://github.com/brazil-data-cube/cube-builder/issues/251>`_).
- Deprecate internal parameters related reuse cube
- Fix bug related dependencies: "jinja2" (`#258 <https://github.com/brazil-data-cube/cube-builder/issues/251>`_).
- Report warning message for invalid tile or expired token while generating datacubes (`#245 <https://github.com/brazil-data-cube/cube-builder/issues/245>`_).


Version 0.8.5 (2023-03-08)
--------------------------

- Fix integration with STAC v1 and STAC Legacy versions
- Add notice in INSTALL for compatibility with package and "setuptools<67"


Version 1.0.0a2 (2023-01-30)
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion cube_builder/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
"""


__version__ = '1.0.0a2'
__version__ = '1.0.0'

0 comments on commit 15e39c3

Please sign in to comment.