Skip to content

Releases: google/earthengine-api

v1.7.18rc0

10 Mar 00:12

Choose a tag to compare

v1.7.18rc0 Pre-release
Pre-release
Update build artifacts for v1.7.18rc0

v1.7.17

09 Mar 22:37

Choose a tag to compare

What's Changed

  • Prevent misconfigured objects as ee.Function argument names.
  • data: Add a new quota status callback for incoming requests.
  • reducer.py: Give a better error message when a reducer cast happens and the arg is a dictionary. The user may be trying to do **{arg: value, ...}

Full Changelog: v1.7.16...v1.7.17

The following release changelog only includes changes to the client libraries. For backend service changes and notifications, see the Earth Engine Release Notes.

v1.7.17rc0

03 Mar 00:58

Choose a tag to compare

v1.7.17rc0 Pre-release
Pre-release
Update build artifacts for v1.7.17rc0

v1.7.16

02 Mar 23:01

Choose a tag to compare

What's Changed

  • function.js: Call String on 'name' immediately so that it is not called multiple times.
  • demos/cloud-functions/README.md: gsutil to gcloud storage migration

Full Changelog: v1.7.15...v1.7.16

The following release changelog only includes changes to the client libraries. For backend service changes and notifications, see the Earth Engine Release Notes.

v1.7.16rc0

24 Feb 00:18

Choose a tag to compare

v1.7.16rc0 Pre-release
Pre-release
Update build artifacts for v1.7.16rc0

v1.7.15

23 Feb 20:54

Choose a tag to compare

What's Changed

  • _arg_types.py: refine Image and ImageCollection type aliases.
  • _arg_types.py: refine FeatureCollection type alias.
  • _arg_types.py: refine Array type alias.
  • _arg_types.py: refine Element type alias.

Full Changelog: v1.7.14...v1.7.15

The following release changelog only includes changes to the client libraries. For backend service changes and notifications, see the Earth Engine Release Notes.

v1.7.14

17 Feb 19:01

Choose a tag to compare

What's Changed

  • Add test coverage for ee_types.py and make Object a string
  • _arg_types.py: Dictionary takes a Mapping and List takes a Sequence.
  • _arg_types.py: Remove Any from Bool.
  • batch.py: Use !r in the f-string for exceptions to use the repr of the variables
  • Update algorithms.json: algorithms/TemporalSegmentation.C2c
  • batch.py: Switch _prepare_image_export_config export_destination from str --> Task.ExportDestination enum
  • batch.py: Add type annotations

Full Changelog: v1.7.13...v1.7.14

The following release changelog only includes changes to the client libraries. For backend service changes and notifications, see the Earth Engine Release Notes.

v1.7.15rc0

13 Feb 22:46

Choose a tag to compare

v1.7.15rc0 Pre-release
Pre-release
Update build artifacts for v1.7.15rc0

v1.7.14rc0

10 Feb 00:31

Choose a tag to compare

v1.7.14rc0 Pre-release
Pre-release
Update build artifacts for v1.7.14rc0

v1.7.13

09 Feb 23:26

Choose a tag to compare

What's Changed

  • batch.py: Improve file - exceptions and f-strings
  • __init__.py: explicitly reexport classes with __all__, but only when type checking [closes #603]
  • function.py: Add type annotations.
  • batch.py: Minor formatting cleanup in _build_earth_engine_destination.
  • clusterer.py: Improve __init__.
  • serializer.py: Fix formatting lint.
  • Make | None type annotations be last.
  • __init__.py and commands.py: Remove unused typing imports of Optional, Type, and Union
  • pixeltype_test.py: Rename the Type Enum to TypeEnum to avoid any confusion with typing.Type in the code base.
  • helpers_test: Update auth test regex for new cryptography error messages.

Full Changelog: v1.7.12...v1.7.13

The following release changelog only includes changes to the client libraries. For backend service changes and notifications, see the Earth Engine Release Notes.