Skip to content

Commit

Permalink
Release 3.11.0, Merge pull request #543 from sentinel-hub/develop
Browse files Browse the repository at this point in the history
Release 3.11.0
  • Loading branch information
zigaLuksic authored Sep 17, 2024
2 parents a74df05 + f26fa55 commit 938a875
Show file tree
Hide file tree
Showing 16 changed files with 1,219 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [Version 3.11.0] - 2024-17-09

- Support for Batch Process API Version 2.

## [Version 3.10.3] - 2024-13-08

- Monitoring a batch job now concludes if the batch job is cancelled.
Expand Down
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
"sphinx_rtd_theme",
]

nbsphinx_execute = "never"

# Include typehints in descriptions
autodoc_typehints = "description"

Expand Down
1 change: 1 addition & 0 deletions docs/source/sh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Sentinel Hub examples
examples/data_search.ipynb
examples/ogc_request.ipynb
examples/large_area_utilities.ipynb
examples/batch_processing_v2.ipynb
examples/batch_processing.ipynb
examples/batch_statistical.ipynb
examples/byoc_request.ipynb
Expand Down
Loading

0 comments on commit 938a875

Please sign in to comment.