Skip to content

Commit ca2c9db

Browse files
committed
🔖 prepare release 1.0
1 parent bab0c79 commit ca2c9db

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGES.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,21 @@ Changes
2121
=======
2222

2323

24+
Version 1.0.0 (2023-03-10)
25+
--------------------------
26+
27+
- Add support to generate data cubes for EO Landsat combined sensors (`#172 <https://github.com/brazil-data-cube/cube-builder/issues/172>`_)
28+
- Improve generation of Data Cube preview images.
29+
- Add support for interoperability of STAC clients: 0.9.x and 1.0
30+
- Add integration with BDC-Catalog 1.0 `#233 <https://github.com/brazil-data-cube/cube-builder/issues/233>`_.
31+
- Add support to generate datacube from Sentinel-2 Zip (experimental) `#222 <https://github.com/brazil-data-cube/cube-builder/issues/222>`_.
32+
- Add support to generate data cube from local directories (`#25 <https://github.com/brazil-data-cube/cube-builder/issues/25>`_)
33+
- Upgrade celery to 5.x (`#251 <https://github.com/brazil-data-cube/cube-builder/issues/251>`_).
34+
- Deprecate internal parameters related reuse cube
35+
- Fix bug related dependencies: "jinja2" (`#258 <https://github.com/brazil-data-cube/cube-builder/issues/251>`_).
36+
- Report warning message for invalid tile or expired token while generating datacubes (`#245 <https://github.com/brazil-data-cube/cube-builder/issues/245>`_).
37+
38+
2439
Version 0.8.5 (2023-03-08)
2540
--------------------------
2641

cube_builder/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
"""
2424

2525

26-
__version__ = '1.0.0a2'
26+
__version__ = '1.0.0'

0 commit comments

Comments
 (0)