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: insarlab/PyAPS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.3
Choose a base ref
...
head repository: insarlab/PyAPS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 12 commits
  • 10 files changed
  • 3 contributors

Commits on Jun 26, 2024

  1. processor.PTV2del(): rename integrate func call to scipy-1.14 (#35)

    + `processor.PTV2del()`: rename integrate func call to scipy-1.14 from `scipy.integrate.cumtrapz()` to `scipy.integrate.cumulative_trapezoid()`, as the former is removed from scipy since version 1.14.
    yunjunz authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    007ff97 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. update to the new CDS-beta (#37)

    + `autoget.pyp`: update url to the new CDS-beta url and API token
    
    + README: update instructions on 1) how to setup the API with the new personal access token, 2) where to find my token, and 3) where to accept the terms of use
    
    + dependency: add cdsapi>=0.7.0 version constraint on pyproject.toml and requirements.txt files
    
    + tests/test_dload.py: update print out website link
    
    ---------
    
    Co-authored-by: Zhang Yunjun <[email protected]>
    yuankailiu and yunjunz authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7d596cc View commit details
    Browse the repository at this point in the history
  2. pyproject.toml: use dynamic dependencies (#38)

    * pyproject.toml: use dynamic dependencies
    
    + requirements.txt:
       - move the packaging related dependencies into tests/requirements.txt file
       - remove `matplotlib` as it's only used in the obsolete functions in utils.py, which is not used at all
    
    + pyproject.toml:
       - use dynamic files for dependencies and optional dependencies, to avoid duplicating the list of dependencies, to be consistent with mintpy
       - use dynamic files for readme as well
    
    * tests/requirements.txt: add matplotlib
    yunjunz authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5103853 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

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

Commits on Feb 8, 2025

  1. update to the official new CDS (#44)

    + `autoget.py`:
       - update `cds_url` link
       - update to the latest syntax of `cdsapi` for the request dictionary input
       - use `f'{}'` instead of `.format` syntax
    
    + `README.md`: update account setup doc for the official new CDS
    
    + `requirements.txt`: the new CDS requires cdsapi>=0.7.2
    
    + update `model.cfg` and `tests/test_dload.py` for the new CDS
    
    + `processor.intP2H()`: add whitespace for better readability
    
    ---------
    
    Co-authored-by: Yuan-Kai Liu <[email protected]>
    yunjunz and yuankailiu authored Feb 8, 2025
    Configuration menu
    Copy the full SHA
    cce7fa6 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2025

  1. autoget.ECMWFdload(): bugfix for snwe in numpy.int64 or float (

    …#45)
    
    + `autoget.ECMWFdload()`: bugfix for `snwe` in `numpy.int64` or `float` (#45)
    
    + `README`: collapse dev install note
    yunjunz authored Feb 16, 2025
    Configuration menu
    Copy the full SHA
    6b01c39 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. circleci: update miniforge setup (#48)

    + `.circleci/config.yml`: replace `mamba init bash` with `source conda/mamba.sh`, as suggested by its GitHub repo readme at https://github.com/conda-forge/miniforge?tab=readme-ov-file#as-part-of-a-ci-pipeline, to fix the current circle CI environment setup error.
    yunjunz authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    f24b031 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. build(deps): bump actions/download-artifact from 4 to 5 (#49)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    8f45065 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. build(deps): bump actions/checkout from 4 to 5 (#50)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    793b5c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. build(deps): bump actions/setup-python from 5 to 6 (#51)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    8da687d View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. build(deps): bump actions/upload-artifact from 4 to 5 (#52)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    d7d06de View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/download-artifact from 5 to 6 (#53)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    9059077 View commit details
    Browse the repository at this point in the history
Loading