Published January 29, 2025
| Version v2025.01.28
Software
Open
Pythia Foundations
Creators
- 1. University at Albany (State University of New York)
- 2. UCAR/NCAR
- 3. UCAR/Unidata
- 4. Argonne National Laboratory
- 5. NVIDIA
Description
What's Changed
- Remove line break so badges line up by @brian-rose in https://github.com/ProjectPythia/pythia-foundations/pull/406
- add website and affiliation to authors in citation.cff by @jukent in https://github.com/ProjectPythia/pythia-foundations/pull/407
- Update CITATION.cff by @jukent in https://github.com/ProjectPythia/pythia-foundations/pull/408
- Updates auxiliary chordates in Data Format by @pratik-bhandari in https://github.com/ProjectPythia/pythia-foundations/pull/411
- Fix typo by @brian-rose in https://github.com/ProjectPythia/pythia-foundations/pull/410
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/ProjectPythia/pythia-foundations/pull/412
- Set flag so the build fails on notebook errors by @brian-rose in https://github.com/ProjectPythia/pythia-foundations/pull/414
- Update basic-git.md by @joaoambiente in https://github.com/ProjectPythia/pythia-foundations/pull/415
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/ProjectPythia/pythia-foundations/pull/416
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/ProjectPythia/pythia-foundations/pull/417
- Creates a blog link in navbar by @jukent in https://github.com/ProjectPythia/pythia-foundations/pull/419
- How to cite by @jukent in https://github.com/ProjectPythia/pythia-foundations/pull/418
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/ProjectPythia/pythia-foundations/pull/421
- Remove old version pins from environment by @brian-rose in https://github.com/ProjectPythia/pythia-foundations/pull/423
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/ProjectPythia/pythia-foundations/pull/425
- Fix pandas link by @erogluorhan in https://github.com/ProjectPythia/pythia-foundations/pull/429
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/ProjectPythia/pythia-foundations/pull/430
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/ProjectPythia/pythia-foundations/pull/432
- Fix link to matplotlib annotations examples by @brian-rose in https://github.com/ProjectPythia/pythia-foundations/pull/433
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/ProjectPythia/pythia-foundations/pull/434
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/ProjectPythia/pythia-foundations/pull/435
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/ProjectPythia/pythia-foundations/pull/437
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/ProjectPythia/pythia-foundations/pull/439
- Fix links to Xarray logo by @brian-rose in https://github.com/ProjectPythia/pythia-foundations/pull/443
- Set minimum version of setuptools in environment.yml by @ktyle in https://github.com/ProjectPythia/pythia-foundations/pull/444
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/ProjectPythia/pythia-foundations/pull/446
- Start using the updated theme by @erogluorhan in https://github.com/ProjectPythia/pythia-foundations/pull/454
- Add Metrics footer by @jukent in https://github.com/ProjectPythia/pythia-foundations/pull/452
- Language edits in the Introduction section of the Core Package Overview by @himahuja in https://github.com/ProjectPythia/pythia-foundations/pull/457
- Change admonitions by @jukent in https://github.com/ProjectPythia/pythia-foundations/pull/469
- Clarify Array Slicing Syntax from 'array[start:stop[:step]]' to 'array[start:stop:step]' by @kazakhpunk in https://github.com/ProjectPythia/pythia-foundations/pull/465
- Added examples to Git commands mini-reference section by @anacmontoya in https://github.com/ProjectPythia/pythia-foundations/pull/474
- Git Branches section edits by @anacmontoya in https://github.com/ProjectPythia/pythia-foundations/pull/476
- Order code terms to match order of equation terms by @chuckwondo in https://github.com/ProjectPythia/pythia-foundations/pull/477
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/ProjectPythia/pythia-foundations/pull/484
- Update local environment installation and instructions by @brian-rose in https://github.com/ProjectPythia/pythia-foundations/pull/487
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/ProjectPythia/pythia-foundations/pull/489
- Jupyter notebooks vs Python scripts syntax by @jukent in https://github.com/ProjectPythia/pythia-foundations/pull/490
- Update installation instructions to use miniforge/mamba by @ktyle in https://github.com/ProjectPythia/pythia-foundations/pull/491
- Additional text to justify use of conda-forge by @ktyle in https://github.com/ProjectPythia/pythia-foundations/pull/492
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/ProjectPythia/pythia-foundations/pull/493
- Fix broken link about lunar day, and remove dead link to NASA dataset interoperability by @brian-rose in https://github.com/ProjectPythia/pythia-foundations/pull/495
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/ProjectPythia/pythia-foundations/pull/497
- Remove cname argument to deploy-book workflow by @brian-rose in https://github.com/ProjectPythia/pythia-foundations/pull/496
- Remove prettier from pre-commit by @dopplershift in https://github.com/ProjectPythia/pythia-foundations/pull/498
- Fix broken link by @brian-rose in https://github.com/ProjectPythia/pythia-foundations/pull/500
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/ProjectPythia/pythia-foundations/pull/501
New Contributors
- @pratik-bhandari made their first contribution in https://github.com/ProjectPythia/pythia-foundations/pull/411
- @joaoambiente made their first contribution in https://github.com/ProjectPythia/pythia-foundations/pull/415
- @himahuja made their first contribution in https://github.com/ProjectPythia/pythia-foundations/pull/457
- @kazakhpunk made their first contribution in https://github.com/ProjectPythia/pythia-foundations/pull/465
- @anacmontoya made their first contribution in https://github.com/ProjectPythia/pythia-foundations/pull/474
- @chuckwondo made their first contribution in https://github.com/ProjectPythia/pythia-foundations/pull/477
Full Changelog: https://github.com/ProjectPythia/pythia-foundations/compare/v2023.06.21...v2025.01.28
Notes
Files
ProjectPythia/pythia-foundations-v2025.01.28.zip
Files
(23.8 MB)
Name | Size | Download all |
---|---|---|
md5:d0bb1b92f0851d78cd886eb13705fb24
|
23.8 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/ProjectPythia/pythia-foundations/tree/v2025.01.28 (URL)
Software
- Repository URL
- https://github.com/ProjectPythia/pythia-foundations