Skip to content

Commit

Permalink
Merge pull request #69 from mgrover1/use-recent-numba
Browse files Browse the repository at this point in the history
FIX: Use recent numba
  • Loading branch information
mgrover1 authored Oct 18, 2023
2 parents 28e57c9 + 359b3f2 commit 0880f8c
Show file tree
Hide file tree
Showing 6 changed files with 7,272 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ With such a large amount of model output produced, moving the data around is ine

## Authors

[Ryan Abernathey](https://github.com/rabernat), [Henri Drake](https://github.com/hdrake), [Robert Ford](https://github.com/r-ford)
[Ryan Abernathey](https://github.com/rabernat), [Henri Drake](https://github.com/hdrake), [Robert Ford](https://github.com/r-ford), [Max Grover](https://github.com/mgrover1)

### Contributors

Expand Down
1 change: 1 addition & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ parts:
- file: notebooks/example-workflows/gmst
- file: notebooks/example-workflows/precip-freq
- file: notebooks/example-workflows/xesmf-ohu
- file: notebooks/example-workflows/enso-esgf
- file: notebooks/example-workflows/esgf2-arm-comparison
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ channels:
- pyviz
dependencies:
- python<3.12
- numpy<1.24.0
- numpy
- matplotlib
- pandas
- xarray
- xesmf
- xhistogram
- numba
- numba>=0.58.0
- cartopy
- dask
- dask-gateway
Expand Down
5,648 changes: 5,648 additions & 0 deletions notebooks/example-workflows/enso-esgf.ipynb

Large diffs are not rendered by default.

1,620 changes: 1,620 additions & 0 deletions notebooks/example-workflows/enso-globus.ipynb

Large diffs are not rendered by default.

Binary file added notebooks/images/globus-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0880f8c

Please sign in to comment.