Skip to content

Commit c7d8f48

Browse files
committed
Update release notes and fix pydocs
1 parent 1a74338 commit c7d8f48

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

docs/src/main/paradox/release-notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release Notes
22

3+
## 0.10.x
4+
5+
### 0.10.0
6+
7+
* Upgraded to Spark 3.1.2, Scala 2.12 and GeoTrellis 3.6.0
8+
* Added FocalOperations support
9+
* Added STAC API DataFrames implementation
10+
311
## 0.9.x
412

513
### 0.9.1

pyrasterframes/src/main/python/pyrasterframes/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ def _stac_api_reader(
257257
uri: str,
258258
filters: dict = None) -> DataFrame:
259259
"""
260-
uri - STAC API uri
261-
filters - a STAC API Search filters dict (bbox, datetime, intersects, collections, items, limit, query, next)
260+
:param uri: STAC API uri
261+
:param filters: STAC API Search filters dict (bbox, datetime, intersects, collections, items, limit, query, next), see the STAC API Spec for more details https://github.com/radiantearth/stac-api-spec
262262
"""
263263
import json
264264

rf-notebook/src/main/docker/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# jupyter/scipy-notebook isn't semantically versioned.
2-
# We pick this arbitrary one from Sept 2019 because it's what latest was on Oct 17 2019.
1+
# Python version compatible with Spark and GDAL 3.1.2
32
FROM jupyter/scipy-notebook:python-3.8.8
43

54
LABEL maintainer="Astraea, Inc. <[email protected]>"

0 commit comments

Comments
 (0)