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: pydap/pydap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.5.7
Choose a base ref
...
head repository: pydap/pydap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.5.8
Choose a head ref
  • 5 commits
  • 16 files changed
  • 2 contributors

Commits on Sep 30, 2025

  1. Enable using a persistent sqlite data as a session object for testing (

    …#570)
    
    * permantently allow adding sqlite dbs to repo
    
    * avoid erasing cached session
    
    * use a sqlite database as session for testing
    Mikejmnez authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    6bc84a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. use GET instead of shared session (#572)

    * use `GET` instead of shared session
    
    * enable other cache_name db to cache
    Mikejmnez authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    1871b9f View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Enable batch=False|True when consolidating metadata (#574)

    * initial commit
    
    * enable batch=False|True and adapt testing
    
    * methods for creating keys to use for Caching dap responses of dimensions
    
    * pass along any custom key in session
    
    * always read dimensions from cache
    
    * creates cache_key to avoid downloading repeated dimensions and Maps
    
    * test that the dims and concat_dim are added to the cache_key correctly
    
    * test number of urls cached
    
    * improve for testing
    
    * define header
    
    * expand for all urls with a common path (not just UAT urls), and test
    
    * fix #575 and adds test
    
    * exclude concat dim from assertion - this is actually downloaded
    
    * when concat_dim is array, download extra data before xarray does it
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * allow scenario there is no `concat_dim`
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Mikejmnez and pre-commit-ci[bot] authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    ebb87cd View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

  1. Update documentation (#569)

    * initial commit
    
    * add as optional to run the notebooks `earthaccess` as form of authentication
    
    * demonstrates authentication with `earthaccess`
    
    * fix docs from edl auth
    
    * update notebooks
    
    * search for PACE urls using ccid
    
    * update notebooks
    
    * always install from source pydap
    
    * update notebooks
    
    * add h5netcdf to environment
    
    * upgrade ECCO to use xarray
    
    * minor cleanups
    
    * update notebooks
    
    * go back to not track sqlite databases
    
    * clean up notebooks
    
    * remove zarr from docs - unused
    Mikejmnez authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    23b5e8b View commit details
    Browse the repository at this point in the history
  2. Updates Readme (#576)

    * update readme
    
    * update NEWs
    Mikejmnez authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    e27ccc1 View commit details
    Browse the repository at this point in the history
Loading