Releases: google/earthengine-api
v1.7.18rc0
Update build artifacts for v1.7.18rc0
v1.7.17
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
Update build artifacts for v1.7.17rc0
v1.7.16
What's Changed
- function.js: Call
Stringon'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
Update build artifacts for v1.7.16rc0
v1.7.15
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
What's Changed
- Add test coverage for ee_types.py and make
Objecta string - _arg_types.py: Dictionary takes a Mapping and List takes a Sequence.
- _arg_types.py: Remove Any from Bool.
- batch.py: Use
!rin 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
Update build artifacts for v1.7.15rc0
v1.7.14rc0
Update build artifacts for v1.7.14rc0
v1.7.13
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
| Nonetype annotations be last. __init__.pyandcommands.py: Remove unused typing imports of Optional, Type, and Union- pixeltype_test.py: Rename the
TypeEnum toTypeEnumto avoid any confusion withtyping.Typein 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.