Skip to content

Releases: google/earthengine-api

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.

v1.7.13rc0

02 Feb 19:32

Choose a tag to compare

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

v1.7.12

02 Feb 18:46

Choose a tag to compare

What's Changed

  • Skipped releasing v1.7.11.
  • apifunction.js: Refactor ee.ApiFunction.importApi to use less indenting to highlight skip conditions.
  • apifunction.js: Refactor for better code hygiene.
  • data.py: Fix missing f-string in getMapId
  • Add support for 'NUMPY' format in image export.

Full Changelog: v1.7.10...v1.7.12

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.12rc0

27 Jan 03:52

Choose a tag to compare

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

v1.7.10

20 Jan 19:56

Choose a tag to compare

What's Changed

  • data.py: Fix missing f-string in getMapId
  • filter_tests.py: Improve coverage of __init__ and add coverage of predicateCount.
  • image_test.py: Add coverage for rgb()
  • imagecollection_test.py: Add coverage for fromImages()
  • python/examples: Do not use ee.Filter(). to access static methods.
  • filter_test.py: Test noop filter construction - this should not be used.
  • Revert remove filter __init__'s elif filter_ is None.
  • Remove filter _append and __init__'s elif filter_ is None.
  • imagecollection.py: Improve the error message for "Invalid format specified for thumbnail" in _getThumbURL

Full Changelog: v1.7.9...v1.7.10

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.11rc0

16 Jan 22:11

Choose a tag to compare

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

v1.7.10rc1

14 Jan 18:17

Choose a tag to compare

v1.7.10rc1 Pre-release
Pre-release
Update version numbers for v1.7.10rc1

v1.7.10rc0

12 Jan 22:54

Choose a tag to compare

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

v1.7.9

12 Jan 21:59

Choose a tag to compare

What's Changed

  • ee.js: Fix issue with object replacement.
  • function_test.py: Add coverage
  • image_test.py: Add coverage
  • imagecollection_test.py: Improve test coverage
  • join_test.py: Add test_join_type_error.
  • feature: Add coverage and fix some lint complaints.
  • featurecollection: Add test coverage and fix lint.
  • Add test coverage for ee_types.py - isSubtype and isArray.
  • element_test.py: Improve test coverage.
  • ee_list.py: Fix pytype error.
  • Add encodable_test.py.
  • data.py: Use more f-strings
  • ee_list: Improve test coverage and fix pylint warning on map()
  • data_test.py: Add test coverage for getMapId, getThumbnail, and makeThumbUrl
  • daterange_test.py: Add a test for unbounded.
  • Refactor Zoom Box example to show the zoom box initially.
  • Update algorithms.json: Collection.loadTable and Image.glcmTexture
  • No public description
  • Enable python 3.14 in ci-tests.yml.
  • Update algorithms.json: C2C, Image.loadMosaic, SLD Styling.
  • apitestcase.py: Remove unused _MockThumbUrl
  • earthengine_api: EarthEngine → Earth Engine

Full Changelog: v1.7.4...v1.7.9

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