Releases: google/earthengine-api
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.
v1.7.13rc0
Update build artifacts for v1.7.13rc0
v1.7.12
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
Update build artifacts for v1.7.12rc0
v1.7.10
What's Changed
- data.py: Fix missing f-string in getMapId
- filter_tests.py: Improve coverage of
__init__and add coverage ofpredicateCount. - 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__'selif filter_ is None. - Remove filter
_appendand__init__'selif 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
Update build artifacts for v1.7.11rc0
v1.7.10rc1
Update version numbers for v1.7.10rc1
v1.7.10rc0
Update build artifacts for v1.7.10rc0
v1.7.9
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 -
isSubtypeandisArray. - 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.