-
Notifications
You must be signed in to change notification settings - Fork 29
Comparing changes
Open a pull request
base repository: insarlab/PyAPS
base: v0.3.3
head repository: insarlab/PyAPS
compare: main
- 12 commits
- 10 files changed
- 3 contributors
Commits on Jun 26, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 007ff97 - Browse repository at this point
Copy the full SHA 007ff97View commit details
Commits on Sep 18, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 7d596cc - Browse repository at this point
Copy the full SHA 7d596ccView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 5103853 - Browse repository at this point
Copy the full SHA 5103853View commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 11143ec - Browse repository at this point
Copy the full SHA 11143ecView commit details
Commits on Feb 8, 2025
-
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]>Configuration menu - View commit details
-
Copy full SHA for cce7fa6 - Browse repository at this point
Copy the full SHA cce7fa6View commit details
Commits on Feb 16, 2025
-
autoget.ECMWFdload(): bugfix forsnweinnumpy.int64orfloat(…Configuration menu - View commit details
-
Copy full SHA for 6b01c39 - Browse repository at this point
Copy the full SHA 6b01c39View commit details
Commits on Jun 3, 2025
-
circleci: updateminiforgesetup (#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.
Configuration menu - View commit details
-
Copy full SHA for f24b031 - Browse repository at this point
Copy the full SHA f24b031View commit details
Commits on Aug 11, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 8f45065 - Browse repository at this point
Copy the full SHA 8f45065View commit details
Commits on Aug 18, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 793b5c7 - Browse repository at this point
Copy the full SHA 793b5c7View commit details
Commits on Sep 8, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 8da687d - Browse repository at this point
Copy the full SHA 8da687dView commit details
Commits on Oct 30, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for d7d06de - Browse repository at this point
Copy the full SHA d7d06deView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9059077 - Browse repository at this point
Copy the full SHA 9059077View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.3.3...main