Skip to content

Commit f1bb9d8

Browse files
authored
Merge pull request #142 from mnfienen/main
numpyu 2.0 bug fix and updating some metadat
2 parents f1a2eaa + 6a67e9d commit f1bb9d8

5 files changed

Lines changed: 71 additions & 396 deletions

File tree

AGENDA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Python USGS Training Agenda
1+
# Python USGS Training Agenda - February 2024 Edition
22

33
## Part 0: Introduction to python for hydrologists
44
Monday

DISCLAIMER.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Disclaimer
22
==========
33

4-
This material has been approved for release as a Provisional Data Release by the U.S. Geological Survey
5-
(USGS). The USGS reserves the right to update the material as needed pursuant to further analysis
6-
and review. No warranty, expressed or implied, is made by the USGS or the U.S.
7-
Government as to the functionality of the workflow code and related material nor
8-
shall the fact of release constitute any such warranty. Furthermore, the
9-
material is released on condition that neither the USGS nor the U.S. Government
10-
shall be held liable for any damages resulting from its authorized or
11-
unauthorized use.
4+
This software is preliminary or provisional and is subject to revision. It is
5+
being provided to meet the need for timely best science. The software has not
6+
received final approval by the U.S. Geological Survey (USGS). No warranty,
7+
expressed or implied, is made by the USGS or the U.S. Government as to the
8+
functionality of the software and related material nor shall the fact of release
9+
constitute any such warranty. The software is provided on the condition that
10+
neither the USGS nor the U.S. Government shall be held liable for any damages
11+
resulting from the authorized or unauthorized use of the software.

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ Click [here](https://doi-usgs.github.io/python-for-hydrology/latest/) to see a r
1111

1212
We encourage students to explore these materials for their own study or to reach out to USGS to attend an in-person course.
1313

14+
If you are on the code.usgs.gov site, note that up-to-date changes are maintained on the version on the [GitHub](https://github.com/doi-usgs/python-for-hydrology) version.
15+
1416
Suggested Citation:
1517
Fienen MN, Hughes, JD, Langevin, CL, Larsen, JD, and Leaf, AT. 2024.
1618
python-for-hydrology
1719
U.S. Geological Survey software release. Reston, VA.
1820
https://doi.org/10.5066/P1QTRYJY
19-
20-
_For USGS internal use, this is related to IP-162677._
21-

code.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"licenses": [
1212
{
1313
"name": "Public Domain, CC0-1.0",
14-
"URL": "https://github.com/DOI-USGS/python-for-hydrology/raw/main/LICENSE.md"
14+
"URL": "https://code.usgs.gov/mnfienen/python-for-hydrology/-/raw/v1.0/LICENSE.md"
1515
}
1616
]
1717
},
1818

19-
"homepageURL": "https://github.com/DOI-USGS/python-for-hydrology",
20-
"downloadURL": "https://github.com/DOI-USGS/python-for-hydrology/archive/main/python-for-hydrology.zip",
21-
"disclaimerURL": "https://github.com/DOI-USGS/python-for-hydrology/raw/main/DISCLAIMER.md",
22-
"repositoryURL": "https://github.com/DOI-USGS/python-for-hydrology.git",
19+
"homepageURL": "https://code.usgs.gov/mnfienen/python-for-hydrology",
20+
"downloadURL": "https://code.usgs.gov/mnfienen/python-for-hydrology/-/archive/v1.0/python-for-hydrology-v1.0.zip",
21+
"disclaimerURL": "https://code.usgs.gov/mnfienen/python-for-hydrology/-/raw/v1.0/DISCLAIMER.md",
22+
"repositoryURL": "https://code.usgs.gov/mnfienen/python-for-hydrology.git",
2323
"vcs": "git",
2424

2525
"laborHours": 0,
@@ -43,7 +43,7 @@
4343
},
4444

4545
"date": {
46-
"metadataLastUpdated": "2022-09-16"
46+
"metadataLastUpdated": "2024-04-02"
4747
}
4848
}
4949
]

notebooks/part0_python_intro/solutions/05_numpy__solutions.ipynb

Lines changed: 54 additions & 378 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)