-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #528 from icesat2py/development
version 1.1.0 release
- Loading branch information
Showing
92 changed files
with
9,534 additions
and
7,484 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
[run] | ||
branch = True | ||
source = icepyx | ||
omit = | ||
omit = | ||
setup.py | ||
test/* | ||
doc/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# temporarily store GitHub traffic data | ||
# from: https://github.com/marketplace/actions/repository-traffic | ||
on: | ||
schedule: | ||
schedule: | ||
# runs once a week on sunday | ||
- cron: "55 23 * * 0" | ||
# Trigger manually at https://github.com/icesat2py/icepyx/actions/workflows/publish_to_pypi.yml | ||
|
@@ -20,19 +20,19 @@ jobs: | |
- uses: actions/checkout@v3 | ||
with: | ||
ref: "traffic" | ||
|
||
# Calculates traffic and clones and stores in CSV file | ||
- name: GitHub traffic | ||
- name: GitHub traffic | ||
uses: sangonzal/[email protected] | ||
env: | ||
TRAFFIC_ACTION_TOKEN: ${{ secrets.TRAFFIC_ACTION_TOKEN }} | ||
TRAFFIC_ACTION_TOKEN: ${{ secrets.TRAFFIC_ACTION_TOKEN }} | ||
|
||
# Custom steps to move files to another dir and format plot | ||
- name: Move files | ||
run: | | ||
pip install matplotlib pandas | ||
python ./doc/source/tracking/traffic/traffic_data_mgmt.py | ||
# Commits files to repository | ||
- name: Commit changes | ||
uses: EndBug/add-and-commit@v9 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,3 @@ David Shean <[email protected]> | |
Anna Valentine <[email protected]> | ||
Bidhyananda Yadav <[email protected]> | ||
Friedrich Knuth <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,19 @@ | ||
repos: | ||
- repo: https://github.com/psf/black | ||
rev: 23.12.0 | ||
rev: 24.4.2 | ||
hooks: | ||
- id: black | ||
|
||
# you can run `pre-commit autoupdate` to automatically update to the latest version of hooks! | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.6.0 # Use the ref you want to point at | ||
hooks: | ||
- id: check-added-large-files | ||
args: ["--maxkb=5000"] | ||
- id: end-of-file-fixer | ||
- id: trailing-whitespace | ||
args: [--markdown-linebreak-ext=md] | ||
|
||
ci: | ||
autoupdate_schedule: monthly | ||
|
||
# you can run `pre-commit autoupdate` to automatically update to the latest version of hooks! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.