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: DOI-USGS/dataretrieval-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.4
Choose a base ref
...
head repository: DOI-USGS/dataretrieval-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.5
Choose a head ref
  • 6 commits
  • 7 files changed
  • 4 contributors

Commits on Apr 27, 2023

  1. drop gdal (#96)

    elbeejay authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    87351a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Type hint for DataFrame (#103)

    * Add DataFrame type annotation
    
    This is sufficient for Pyright to infer the complete return type for (at least) nwis.get_info and nwis.get_iv.
    
    #97
    
    * Update dataretrieval/nwis.py
    
    Co-authored-by: Timothy Hodson <[email protected]>
    
    ---------
    
    Co-authored-by: Timothy Hodson <[email protected]>
    davetapley and thodson-usgs authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    37f4190 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Format datetime with ISO8601 (#104)

    Co-authored-by: thodson <[email protected]>
    elbeejay and thodson-usgs authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    9ab08a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    9c9aec1 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Merge pull request #106 from elbeejay/ssl-verify-flag

    add ssl_check optional parameter
    elbeejay authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    0b12b48 View commit details
    Browse the repository at this point in the history
  2. Pin numpy<2 (#107)

    thodson-usgs authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    dab0f51 View commit details
    Browse the repository at this point in the history
Loading