Skip to content

Commit b1e5761

Browse files
Prepare release v43
1 parent 5db621a commit b1e5761

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.43.0] - 2025-09-12
11+
12+
- `tilebox-workflows`: Added progress tracking support to the `TaskRunner`.
13+
1014
## [0.42.0] - 2025-08-22
1115

1216
### Added
@@ -251,8 +255,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
251255
- Released under the [MIT](https://opensource.org/license/mit) license.
252256
- Released packages: `tilebox-datasets`, `tilebox-workflows`, `tilebox-storage`, `tilebox-grpc`
253257

254-
255-
[Unreleased]: https://github.com/tilebox/tilebox-python/compare/v0.42.0...HEAD
258+
[Unreleased]: https://github.com/tilebox/tilebox-python/compare/v0.43.0...HEAD
259+
[0.43.0]: https://github.com/tilebox/tilebox-python/compare/v0.42.0...v0.43.0
256260
[0.42.0]: https://github.com/tilebox/tilebox-python/compare/v0.41.0...v0.42.0
257261
[0.41.0]: https://github.com/tilebox/tilebox-python/compare/v0.40.0...v0.41.0
258262
[0.40.0]: https://github.com/tilebox/tilebox-python/compare/v0.39.0...v0.40.0

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ Python library for [Tilebox](https://tilebox.com), a lightweight space data mana
3636
## Install
3737

3838
```bash
39-
pip install tilebox-datasets tilebox-workflows tilebox-storage
39+
pip install tilebox
4040
```
4141

4242
> [!TIP]
43-
> For new projects we recommend using [uv](https://docs.astral.sh/uv/) - `uv add tilebox-datasets tilebox-workflows tilebox-storage`. Additional installation options are available [in our docs](https://docs.tilebox.com/sdks/python/install).
43+
> For new projects we recommend using [uv](https://docs.astral.sh/uv/) - `uv add tilebox`. Additional installation options are available [in our docs](https://docs.tilebox.com/sdks/python/install).
4444
4545
## Documentation
4646

@@ -78,7 +78,6 @@ results = s2a_l1c.query(
7878
print(f"Found {results.sizes['time']} datapoints") # Found 979 datapoints
7979
```
8080

81-
8281
### Tilebox Workflows
8382

8483
A parallel processing engine to simplify the creation of dynamic tasks that can be executed across various computing environments, including on-premise and auto-scaling clusters in public clouds.

0 commit comments

Comments
 (0)