·
175 commits
to master
since this release
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.2