Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gee-community/geemap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.29.0
Choose a base ref
...
head repository: gee-community/geemap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.29.1
Choose a head ref
  • 7 commits
  • 14 files changed
  • 3 contributors

Commits on Oct 8, 2023

  1. Update changelog for v0.29.0 (#1765)

    * Update changelog for v0.29.0
    
    * Fix typo
    giswqs authored Oct 8, 2023
    Configuration menu
    Copy the full SHA
    e118eb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a098f50 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    dcb8823 View commit details
    Browse the repository at this point in the history
  2. Optimize create_timeseries for memory (#1781)

    * Optimize create_timeseries for memory
    
    * Add missing `parallel_scale` arguments
    jdbcode authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    7871226 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    1ce543a View commit details
    Browse the repository at this point in the history
  2. Improve Colorbar for supporting numpy dtypes (#1782)

    * Update map_widgets.py
    
    Worked with vis_params 'min' and 'max':
    - Accept types other than (int, float), for example numpy.float32. In deed, anything that can be converted to float is accepted.
    - Improved error messages in case 'min', 'max' can not be converted to float.
    
    * Change ValueError to TypeError
    
    * Fix unit test errors
    
    ---------
    
    Co-authored-by: Qiusheng Wu <[email protected]>
    rodrigo-j-goncalves and giswqs authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    99940d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b87a879 View commit details
    Browse the repository at this point in the history
Loading