Releases: gee-community/geemap
Releases · gee-community/geemap
v0.37.2rc1
What's Changed
- coreutils.py: Assume that IPython is installed by @schwehr in #2489
- conversion.py: Move IPython import to the top of the file by @schwehr in #2488
- maplibregl.py: Cleanup by @schwehr in #2494
- kepler.py: Don't wrap imports in try and order imports by @schwehr in #2491
- plotlymap.py: Do not wrap imports in try and order imports by @schwehr in #2492
- geemap.py: Cleanup imports and add type annotations by @schwehr in #2486
- common.py: Cleanup imports and try/excepts by @schwehr in #2487
- foliumap.py: Cleanup by @schwehr in #2490
- timelapse.py: Cleanup by @schwehr in #2498
- plot.py: Cleanup by @schwehr in #2497
- cartoee.py: Cleanup by @schwehr in #2493
- build(deps-dev): bump lodash-es from 4.17.21 to 4.17.23 by @dependabot[bot] in #2505
- build(deps): bump lodash from 4.17.21 to 4.17.23 by @dependabot[bot] in #2509
- plot.py: Cleanup by @schwehr in #2502
- cartoee.py: Remove extra empty space by @schwehr in #2503
- foliumap.py: Fix typing on
to_html, fit to 88 cols, and remove extr… by @schwehr in #2504 - build(deps): bump pyasn1 from 0.6.1 to 0.6.2 by @dependabot[bot] in #2513
- build(deps): bump distributed from 2024.8.0 to 2026.1.1 by @dependabot[bot] in #2506
- build(deps): bump werkzeug from 3.1.3 to 3.1.5 by @dependabot[bot] in #2512
- build(deps): bump urllib3 from 2.3.0 to 2.6.3 by @dependabot[bot] in #2511
- common.py: Cleanup by @schwehr in #2518
- chart.py: Add a type annotation and remove extra blank line by @schwehr in #2517
- basemaps.py: Remove extra blank lines and a redundant type in a doc str by @schwehr in #2516
- timelapse.py: Cleanup exceptions by @schwehr in #2515
- geemap.py: Cleanup by @schwehr in #2514
- build(deps): bump bokeh from 3.4.3 to 3.8.2 by @dependabot[bot] in #2507
- build(deps): bump filelock from 3.17.0 to 3.20.3 by @dependabot[bot] in #2508
- build(deps): bump aiohttp from 3.11.11 to 3.13.3 by @dependabot[bot] in #2510
- conversion.py: Cleanup for pytype by @schwehr in #2520
- foliumap.py: Cleanup for pytype by @schwehr in #2521
- geemap.py: Cleanup for pytype by @schwehr in #2522
- toolbar.py: Cleanup for pytype by @schwehr in #2523
- common.py: Cleanup - mostly for pytype by @schwehr in #2519
- chore: Sync master version to 0.37.1.post0 by @github-actions[bot] in #2532
- Fix timelapse overlay data projection issue by @giswqs in #2533
- build(deps): bump langchain-core from 0.3.33 to 0.3.81 by @dependabot[bot] in #2525
- build(deps): bump marshmallow from 3.26.0 to 3.26.2 by @dependabot[bot] in #2526
- build(deps): bump fonttools from 4.55.8 to 4.60.2 by @dependabot[bot] in #2527
- build(deps): bump starlette from 0.45.3 to 0.49.1 by @dependabot[bot] in #2529
- build(deps): bump langchain-text-splitters from 0.3.5 to 0.3.9 by @dependabot[bot] in #2528
- test_toolbar.py: Add pytype: disable=wrong-arg-types by @schwehr in #2524
- uv.lock: python >= 3.10 by @schwehr in #2541
- common.py: Fixes for pytype by @schwehr in #2544
- coreutils.py: Remove return type annotation for get_info by @schwehr in #2546
- test_coreutils.py: Add a test for hex_to_rgb by @schwehr in #2547
- test_toolbar.py: Cleanup by @schwehr in #2539
- timelapse.py: Prepare for pytype by @schwehr in #2543
- build(deps): bump langchain-community from 0.3.16 to 0.3.27 by @dependabot[bot] in #2530
- build(deps): bump jupyterlab from 4.3.5 to 4.4.8 by @dependabot[bot] in #2531
- build(deps): bump requests from 2.32.3 to 2.32.4 by @dependabot[bot] in #2534
- build(deps): bump gradio from 4.44.1 to 5.31.0 by @dependabot[bot] in #2535
- build(deps): bump setuptools from 75.8.0 to 78.1.1 by @dependabot[bot] in #2537
- build(deps): bump flask-cors from 5.0.0 to 6.0.0 by @dependabot[bot] in #2538
- build(deps): bump tornado from 6.4.2 to 6.5 by @dependabot[bot] in #2536
- build(deps): bump flask from 3.1.0 to 3.1.1 by @dependabot[bot] in #2550
- build(deps): bump h11 from 0.14.0 to 0.16.0 by @dependabot[bot] in #2551
- build(deps): bump jinja2 from 3.1.5 to 3.1.6 by @dependabot[bot] in #2552
- build(deps): bump python-multipart from 0.0.20 to 0.0.22 by @dependabot[bot] in #2553
- toolbar.py: Prepare for pytype by @schwehr in #2542
- maplibregl.py: Cleanup by @schwehr in #2500
- conversion.py: Fix return type to match type annotation in get_js_examples by @schwehr in #2545
- common.py: Prepare for pytype by @schwehr in #2549
- timelapse.py: Cleanup - mostly in GOES. by @schwehr in #2554
- map_widgets.py: Import core and geemap by @schwehr in #2556
- timelapse.py: pytype and cleanup by @schwehr in #2555
- timelapse.py: Add pytype disable attribute-error for gif_to_mp4 in sentinel2_timelapse_with_samples by @schwehr in #2557
- fake_ee.py: Assert that self.type() is not None for geometry by @schwehr in #2558
- timelapse.py: Cleanup by @schwehr in #2559
- common.py: Remove redundant try/except blocks by @schwehr in #2561
New Contributors
- @github-actions[bot] made their first contribution in #2532
Full Changelog: v0.37.1...v0.37.2rc1
v0.37.1
What's Changed
- Add version bump script and release workflows by @jdbcode in #2322
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #2326
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #2327
- [Fix] pypi workflow triggered by release "published" and manual by @jdbcode in #2329
- Add tag and confirmation inputs to manual pypi workflow by @jdbcode in #2330
- Fix ee_to_xarray initialization and support automatic high-volume endpoint switching by @Copilot in #2333
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #2335
- common.py: Sort imports and use ee.data.HIGH_VOLUME_API_BASE_URL by @schwehr in #2337
- Drop support for python 3.9. by @schwehr in #2338
- Bump js-yaml from 4.1.0 to 4.1.1 by @dependabot[bot] in #2339
- Minor cleanup of tests. by @schwehr in #2340
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #2343
- tests: More cleanup. by @schwehr in #2344
- bump_geemap_version.py: Minor cleanup by @schwehr in #2341
- Defer widget instantiation to avoid server startup conflicts. by @naschmitz in #2328
- Partial cleanup of imports. by @schwehr in #2346
- tests: Cleanup setUp / tearDown. by @schwehr in #2345
- pyproject.toml: Add
requeststo dependencies. by @schwehr in #2347 - Bump glob from 10.4.5 to 10.5.0 by @dependabot[bot] in #2348
- Partial cleanup of imports. by @schwehr in #2349
- Add test_common.py by @schwehr in #2350
- common: Minor fixes after the last commit. by @schwehr in #2351
- test_toolbar.py: Minor cleanup. by @schwehr in #2352
- test_coreutils.py: Add more test coverage by @schwehr in #2353
- Switch from box import Box to import box. by @schwehr in #2354
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #2364
- fake_map.py: pyupgrade --py310-plus by @schwehr in #2355
- test_core.py: Cleanup by @schwehr in #2356
Tuple→tupleby @schwehr in #2357- basemap.py: pyupgrade --py310-plus by @schwehr in #2359
- toolbar.py: pyupgrade --py310-plus by @schwehr in #2360
- test_coreutils.py: pyupgrade --py310-plus by @schwehr in #2362
- timelapse: pyupgrade --py310-plus by @schwehr in #2361
- common.py: pyupgrade --py310-plus by @schwehr in #2358
- test_common.py: Add more tests by @schwehr in #2363
- Add test report by @schwehr in #2367
- ai.py deck.py: pyupgrade --py310-plus by @schwehr in #2366
- core.py coreutils.py ee_tile_layers.py map_widgets.py: pyupgrade --py310-plus by @schwehr in #2370
- report.py: Remove unused typing import. by @schwehr in #2369
- ai.py: More cleanup by @schwehr in #2368
- timelapse.py: Cleanup by @schwehr in #2371
- Add coreutils. to random_string calls. by @schwehr in #2372
- coreutils: Always import the module. by @schwehr in #2373
- conversion.py: Cleanup imports by @schwehr in #2374
- osm.py: Use package import for common by @schwehr in #2376
- datasets.py: Use module imports for pathlib and common by @schwehr in #2379
- basemaps.py: Use package import for common by @schwehr in #2378
- pyupgrade --py310-plus chart.py and add test_chart.py. by @schwehr in #2377
- init.py: Add type annotations and minor cleanup by @schwehr in #2381
- colormaps: Improve get_palette and add a test. by @schwehr in #2380
- core.py: Use package import for basemaps by @schwehr in #2382
- ai.py: Use module import for geemap by @schwehr in #2383
- cartoee.py: Use module imports and add some type annotations by @schwehr in #2384
- examples/init.py: Sort imports and add type annotations by @schwehr in #2385
- foliumap.py: Use module imports and sort imports by @schwehr in #2386
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #2389
- Add test_legends.py and type annotations to legends.py by @schwehr in #2387
- test_legends.py: Use textwrap.dedent by @schwehr in #2390
- cartoee.py add_layer: Use context manager to close io.BytesIO by @schwehr in #2388
- Add test_cartoee.py. by @schwehr in #2391
- Add test_conversion.py. by @schwehr in #2392
- geemap.py: pyupgrade --py310-plus by @schwehr in #2396
- pyupgrade --py310-plus cartoee.py legends.py plotlymap.py by @schwehr in #2399
- foliumap.py: pyupgrade --py310-plus *.py by @schwehr in #2398
- test_conversion.py: Add test_find_matching_bracket_not_at_start by @schwehr in #2394
- maplibregl.py: pyupgrade --py310-plus *.py by @schwehr in #2397
- conversion.py: Cleanup and add some type annotations by @schwehr in #2393
- geemap.py: More cleanup by @schwehr in #2403
- conversion.py: Remove types from doc strings where type annotations a… by @schwehr in #2402
- test_conversion.py: Fix test_find_matching_bracket_not_at_start by @schwehr in #2401
- Remove unnecessary returns at the end of functions and methods. by @schwehr in #2404
- test_basemaps.py: Add more tests by @schwehr in #2405
- Add test_datasets.py by @schwehr in #2408
- cartoee.py: Wrap to 88 columns by @schwehr in #2407
- colormaps.py: Cleanup by @schwehr in #2411
- chart.py: Cleanup.first half. by @schwehr in #2410
- common.py: Cleanup in first 15% of the file. by @schwehr in #2409
- ee_tile_layers.py: Cleanup by @schwehr in #2416
- deck.py: Cleanup by @schwehr in #2414
- foliumap.py: Cleanup first 20% of the file by @schwehr in #2417
- coreutils.py: Cleanup by @schwehr in #2415
- conversion.py: Cleanup by @schwehr in #2412
- core.py: Cleanup by @schwehr in #2413
- ee_data_catalog.csv: Update to the latest list by @schwehr in #2418
- datasets.py: Cleanup by @schwehr in #2419
- datasets.py: Fix typo in the doc string of get_community_data_list by @schwehr in #2422
- chart.py: Another cleanup pass by @schwehr in #2420
- geemap.py: Minor cleanup. by @schwehr in #2423
- kepler.py: Cleanup by @schwehr in #2424
- legends.py: Remove types from doc string as there are type annotations by @schwehr in #2425
- map_widgets.py: Cleanup by @schwehr in #2426
- ml.py: Cleanup by @schwehr in #2427
- osm.py: Cleanup by @schwehr in...
v0.37.1rc1
What's Changed
- Add version bump script and release workflows by @jdbcode in #2322
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #2326
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #2327
- [Fix] pypi workflow triggered by release "published" and manual by @jdbcode in #2329
- Add tag and confirmation inputs to manual pypi workflow by @jdbcode in #2330
- Fix ee_to_xarray initialization and support automatic high-volume endpoint switching by @Copilot in #2333
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #2335
- common.py: Sort imports and use ee.data.HIGH_VOLUME_API_BASE_URL by @schwehr in #2337
- Drop support for python 3.9. by @schwehr in #2338
- Bump js-yaml from 4.1.0 to 4.1.1 by @dependabot[bot] in #2339
- Minor cleanup of tests. by @schwehr in #2340
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #2343
- tests: More cleanup. by @schwehr in #2344
- bump_geemap_version.py: Minor cleanup by @schwehr in #2341
- Defer widget instantiation to avoid server startup conflicts. by @naschmitz in #2328
- Partial cleanup of imports. by @schwehr in #2346
- tests: Cleanup setUp / tearDown. by @schwehr in #2345
- pyproject.toml: Add
requeststo dependencies. by @schwehr in #2347 - Bump glob from 10.4.5 to 10.5.0 by @dependabot[bot] in #2348
- Partial cleanup of imports. by @schwehr in #2349
- Add test_common.py by @schwehr in #2350
- common: Minor fixes after the last commit. by @schwehr in #2351
- test_toolbar.py: Minor cleanup. by @schwehr in #2352
- test_coreutils.py: Add more test coverage by @schwehr in #2353
- Switch from box import Box to import box. by @schwehr in #2354
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #2364
- fake_map.py: pyupgrade --py310-plus by @schwehr in #2355
- test_core.py: Cleanup by @schwehr in #2356
Tuple→tupleby @schwehr in #2357- basemap.py: pyupgrade --py310-plus by @schwehr in #2359
- toolbar.py: pyupgrade --py310-plus by @schwehr in #2360
- test_coreutils.py: pyupgrade --py310-plus by @schwehr in #2362
- timelapse: pyupgrade --py310-plus by @schwehr in #2361
- common.py: pyupgrade --py310-plus by @schwehr in #2358
- test_common.py: Add more tests by @schwehr in #2363
- Add test report by @schwehr in #2367
- ai.py deck.py: pyupgrade --py310-plus by @schwehr in #2366
- core.py coreutils.py ee_tile_layers.py map_widgets.py: pyupgrade --py310-plus by @schwehr in #2370
- report.py: Remove unused typing import. by @schwehr in #2369
- ai.py: More cleanup by @schwehr in #2368
- timelapse.py: Cleanup by @schwehr in #2371
- Add coreutils. to random_string calls. by @schwehr in #2372
- coreutils: Always import the module. by @schwehr in #2373
- conversion.py: Cleanup imports by @schwehr in #2374
- osm.py: Use package import for common by @schwehr in #2376
- datasets.py: Use module imports for pathlib and common by @schwehr in #2379
- basemaps.py: Use package import for common by @schwehr in #2378
- pyupgrade --py310-plus chart.py and add test_chart.py. by @schwehr in #2377
- init.py: Add type annotations and minor cleanup by @schwehr in #2381
- colormaps: Improve get_palette and add a test. by @schwehr in #2380
- core.py: Use package import for basemaps by @schwehr in #2382
- ai.py: Use module import for geemap by @schwehr in #2383
- cartoee.py: Use module imports and add some type annotations by @schwehr in #2384
- examples/init.py: Sort imports and add type annotations by @schwehr in #2385
- foliumap.py: Use module imports and sort imports by @schwehr in #2386
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #2389
- Add test_legends.py and type annotations to legends.py by @schwehr in #2387
- test_legends.py: Use textwrap.dedent by @schwehr in #2390
- cartoee.py add_layer: Use context manager to close io.BytesIO by @schwehr in #2388
- Add test_cartoee.py. by @schwehr in #2391
- Add test_conversion.py. by @schwehr in #2392
- geemap.py: pyupgrade --py310-plus by @schwehr in #2396
- pyupgrade --py310-plus cartoee.py legends.py plotlymap.py by @schwehr in #2399
- foliumap.py: pyupgrade --py310-plus *.py by @schwehr in #2398
- test_conversion.py: Add test_find_matching_bracket_not_at_start by @schwehr in #2394
- maplibregl.py: pyupgrade --py310-plus *.py by @schwehr in #2397
- conversion.py: Cleanup and add some type annotations by @schwehr in #2393
- geemap.py: More cleanup by @schwehr in #2403
- conversion.py: Remove types from doc strings where type annotations a… by @schwehr in #2402
- test_conversion.py: Fix test_find_matching_bracket_not_at_start by @schwehr in #2401
- Remove unnecessary returns at the end of functions and methods. by @schwehr in #2404
- test_basemaps.py: Add more tests by @schwehr in #2405
- Add test_datasets.py by @schwehr in #2408
- cartoee.py: Wrap to 88 columns by @schwehr in #2407
- colormaps.py: Cleanup by @schwehr in #2411
- chart.py: Cleanup.first half. by @schwehr in #2410
- common.py: Cleanup in first 15% of the file. by @schwehr in #2409
- ee_tile_layers.py: Cleanup by @schwehr in #2416
- deck.py: Cleanup by @schwehr in #2414
- foliumap.py: Cleanup first 20% of the file by @schwehr in #2417
- coreutils.py: Cleanup by @schwehr in #2415
- conversion.py: Cleanup by @schwehr in #2412
- core.py: Cleanup by @schwehr in #2413
- ee_data_catalog.csv: Update to the latest list by @schwehr in #2418
- datasets.py: Cleanup by @schwehr in #2419
- datasets.py: Fix typo in the doc string of get_community_data_list by @schwehr in #2422
- chart.py: Another cleanup pass by @schwehr in #2420
- geemap.py: Minor cleanup. by @schwehr in #2423
- kepler.py: Cleanup by @schwehr in #2424
- legends.py: Remove types from doc string as there are type annotations by @schwehr in #2425
- map_widgets.py: Cleanup by @schwehr in #2426
- ml.py: Cleanup by @schwehr in #2427
- osm.py: Cleanup by @schwehr in...
v0.37.0rc1
What's Changed
- Add version bump script and release workflows by @jdbcode in #2322
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #2326
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #2327
- [Fix] pypi workflow triggered by release "published" and manual by @jdbcode in #2329
- Add tag and confirmation inputs to manual pypi workflow by @jdbcode in #2330
- Fix ee_to_xarray initialization and support automatic high-volume endpoint switching by @Copilot in #2333
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #2335
- common.py: Sort imports and use ee.data.HIGH_VOLUME_API_BASE_URL by @schwehr in #2337
- Drop support for python 3.9. by @schwehr in #2338
- Bump js-yaml from 4.1.0 to 4.1.1 by @dependabot[bot] in #2339
- Minor cleanup of tests. by @schwehr in #2340
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #2343
- tests: More cleanup. by @schwehr in #2344
- bump_geemap_version.py: Minor cleanup by @schwehr in #2341
- Defer widget instantiation to avoid server startup conflicts. by @naschmitz in #2328
- Partial cleanup of imports. by @schwehr in #2346
- tests: Cleanup setUp / tearDown. by @schwehr in #2345
- pyproject.toml: Add
requeststo dependencies. by @schwehr in #2347 - Bump glob from 10.4.5 to 10.5.0 by @dependabot[bot] in #2348
- Partial cleanup of imports. by @schwehr in #2349
- Add test_common.py by @schwehr in #2350
- common: Minor fixes after the last commit. by @schwehr in #2351
- test_toolbar.py: Minor cleanup. by @schwehr in #2352
- test_coreutils.py: Add more test coverage by @schwehr in #2353
- Switch from box import Box to import box. by @schwehr in #2354
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #2364
- fake_map.py: pyupgrade --py310-plus by @schwehr in #2355
- test_core.py: Cleanup by @schwehr in #2356
Tuple→tupleby @schwehr in #2357- basemap.py: pyupgrade --py310-plus by @schwehr in #2359
- toolbar.py: pyupgrade --py310-plus by @schwehr in #2360
- test_coreutils.py: pyupgrade --py310-plus by @schwehr in #2362
- timelapse: pyupgrade --py310-plus by @schwehr in #2361
- common.py: pyupgrade --py310-plus by @schwehr in #2358
- test_common.py: Add more tests by @schwehr in #2363
- Add test report by @schwehr in #2367
- ai.py deck.py: pyupgrade --py310-plus by @schwehr in #2366
- core.py coreutils.py ee_tile_layers.py map_widgets.py: pyupgrade --py310-plus by @schwehr in #2370
- report.py: Remove unused typing import. by @schwehr in #2369
- ai.py: More cleanup by @schwehr in #2368
- timelapse.py: Cleanup by @schwehr in #2371
- Add coreutils. to random_string calls. by @schwehr in #2372
- coreutils: Always import the module. by @schwehr in #2373
- conversion.py: Cleanup imports by @schwehr in #2374
- osm.py: Use package import for common by @schwehr in #2376
- datasets.py: Use module imports for pathlib and common by @schwehr in #2379
- basemaps.py: Use package import for common by @schwehr in #2378
- pyupgrade --py310-plus chart.py and add test_chart.py. by @schwehr in #2377
- init.py: Add type annotations and minor cleanup by @schwehr in #2381
- colormaps: Improve get_palette and add a test. by @schwehr in #2380
- core.py: Use package import for basemaps by @schwehr in #2382
- ai.py: Use module import for geemap by @schwehr in #2383
- cartoee.py: Use module imports and add some type annotations by @schwehr in #2384
- examples/init.py: Sort imports and add type annotations by @schwehr in #2385
- foliumap.py: Use module imports and sort imports by @schwehr in #2386
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #2389
- Add test_legends.py and type annotations to legends.py by @schwehr in #2387
New Contributors
- @Copilot made their first contribution in #2333
Full Changelog: v0.36.6...v0.37.0rc1
v0.36.7rc2
What's Changed
- Add version bump script and release workflows by @jdbcode in #2322
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #2326
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #2327
Full Changelog: v0.36.6...v0.36.7rc2
v0.36.7rc1
What's Changed
- Add version bump script and release workflows by @jdbcode in #2322
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #2326
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #2327
Full Changelog: v0.36.6...v0.36.7rc1
v0.36.6
What's Changed
- Remove duplicate functions by @giswqs in #2311
- Add timelapse support for GOES-18 and GEOS-19 by @giswqs in #2313
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #2314
- timelapse.py: Fix GOES 19 typo and dedup list of satellites. by @schwehr in #2316
- Bump astral-sh/setup-uv from 6 to 7 by @dependabot[bot] in #2318
- Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #2317
- Switch to the new way of getting ee client state by @simonff in #2320
New Contributors
Full Changelog: v0.36.5...v0.36.6
v0.36.6rc1
What's Changed
- Remove duplicate functions by @giswqs in #2311
- Add timelapse support for GOES-18 and GEOS-19 by @giswqs in #2313
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #2314
- timelapse.py: Fix GOES 19 typo and dedup list of satellites. by @schwehr in #2316
- Bump astral-sh/setup-uv from 6 to 7 by @dependabot[bot] in #2318
- Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #2317
- Switch to the new way of getting ee client state by @simonff in #2320
New Contributors
Full Changelog: v0.36.5...v0.36.6rc1
v0.36.5
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #2306
- Add missing data folder in the source distribution by @giswqs in #2308
- Fix ee_to_geotiff bug by @giswqs in #2309
- Update timelapse.py - Added Sampling and Orbit Selection Features by @franz-geoeco in #2287
- Bump tar-fs from 3.0.9 to 3.1.1 by @dependabot[bot] in #2307
New Contributors
- @franz-geoeco made their first contribution in #2287
Full Changelog: v0.36.4...v0.36.5
v0.36.5rc1
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #2306
- Add missing data folder in the source distribution by @giswqs in #2308
- Fix ee_to_geotiff bug by @giswqs in #2309
- Update timelapse.py - Added Sampling and Orbit Selection Features by @franz-geoeco in #2287
- Bump tar-fs from 3.0.9 to 3.1.1 by @dependabot[bot] in #2307
New Contributors
- @franz-geoeco made their first contribution in #2287
Full Changelog: v0.36.4...v0.36.5rc1