Skip to content

Commit

Permalink
date, and fix dask double cite
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyas committed Nov 1, 2024
1 parent ff8319d commit 2326609
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
],
"identifier": "",
"codeRepository": "https://github.com/timothyas/xesn",
"datePublished": "2023-12-15",
"dateModified": "2023-12-15",
"datePublished": "2024-11-01",
"dateModified": "2024-11-01",
"dateCreated": "2023-12-15",
"description": "Echo State Networks powered by xarray and dask.",
"keywords": "echo state networks, machine learning, weather, climate, forecasting",
Expand Down
4 changes: 2 additions & 2 deletions paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ affiliations:
index: 4
- name: Pacific Northwest National Laboratory, Richland, WA, USA
index: 5
date: 15 December 2023
date: 1 November 2024
bibliography: docs/references.bib

---
Expand Down Expand Up @@ -129,7 +129,7 @@ as the basis for `xesn`.
level operations with `xarray` [@hoyer_xarray_2017].
As with `xarray`, users refer to dimensions based on their named axes.
`Xesn` parallelizes the core array based operations by using `dask`
[@dask_2016,@rocklin_scipy_2015]
[@dask_2016; @rocklin_scipy_2015]
to map them across available resources, from a laptop to a distributed HPC or
cloud cluster.

Expand Down

0 comments on commit 2326609

Please sign in to comment.