Skip to content

Commit 15e39c3

Browse files
authored
Merge pull request #260 from raphaelrpl/patch-1.0
🔥 Release builder 1.0
2 parents b0c372f + ca2c9db commit 15e39c3

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGES.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,29 @@
2020
Changes
2121
=======
2222

23+
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+
39+
Version 0.8.5 (2023-03-08)
40+
--------------------------
41+
42+
- Fix integration with STAC v1 and STAC Legacy versions
43+
- Add notice in INSTALL for compatibility with package and "setuptools<67"
44+
45+
2346
Version 1.0.0a2 (2023-01-30)
2447
----------------------------
2548

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)