File tree Expand file tree Collapse file tree 3 files changed +61
-1
lines changed Expand file tree Collapse file tree 3 files changed +61
-1
lines changed Original file line number Diff line number Diff line change
1
+ cff-version : 1.2.0
2
+
3
+ title : xbatcher
4
+ doi : 10.5281/zenodo.13776824
5
+ type : software
6
+ url : " https://github.com/xarray-contrib/xbatcher"
7
+ abstract : >-
8
+ Xbatcher is a small library for iterating Xarray DataArrays and Datasets in
9
+ batches. The goal is to make it easy to feed Xarray objects to machine
10
+ learning libraries such as PyTorch or TensorFlow.
11
+
12
+ keywords :
13
+ - Xarray
14
+ - Machine Learning
15
+ - Deep Learning
16
+ - PyTorch
17
+ - TensorFlow
18
+ - Dask
19
+ version : 0.4.0
20
+ date-released : 2024-09-17
21
+ message : " If you use this software, please cite it as below."
22
+ authors :
23
+ - family-names : Jones
24
+ given-names : Max
25
+ orcid : https://orcid.org/0000-0003-0180-8928
26
+ - family-names : Abernathey
27
+ given-names : Ryan
28
+ orcid : https://orcid.org/0000-0001-5999-4917
29
+ - family-names : Hamman
30
+ given-names : Joseph
31
+ orcid : https://orcid.org/0000-0001-7479-8439
32
+ - family-names : Banihirwe
33
+ given-names : Anderson
34
+ orcid : https://orcid.org/0000-0001-6583-571X
35
+ - family-names : Leong
36
+ given-names : Wei Ji
37
+ orcid : https://orcid.org/0000-0003-2354-1988
38
+ - family-names : Cindy
39
+ given-names : Chiao
40
+ - family-names : Bell
41
+ given-names : Ryan
42
+ - family-names : Hagen
43
+ given-names : Raphael
44
+ - family-names : Scott
45
+ given-names : Richard
46
+ - family-names : Bednar
47
+ given-names : James
48
+ - family-names : Vandal
49
+ given-names : TJ
50
+ - family-names : Bourbeau
51
+ given-names : James
52
+ - family-names : Jackson
53
+ given-names : Robert
Original file line number Diff line number Diff line change 1
1
xbatcher: Batch Generation from Xarray Datasets
2
2
===============================================
3
3
4
- |Build Status | |codecov | |docs | |pypi | |conda-forge | |license |
4
+ |Build Status | |codecov | |docs | |pypi | |conda-forge | |license | | zenodo |
5
5
6
6
7
7
Xbatcher is a small library for iterating Xarray DataArrays and Datasets in
32
32
.. |license | image :: https://img.shields.io/github/license/xarray-contrib/xbatcher.svg
33
33
:target: https://github.com/xarray-contrib/xbatcher
34
34
:alt: license
35
+ .. |zenodo | image :: https://zenodo.org/badge/DOI/10.5281/zenodo.13776824.svg
36
+ :target: https://doi.org/10.5281/zenodo.13776824
37
+ :alt: zenodo
35
38
36
39
Installation
37
40
------------
Original file line number Diff line number Diff line change 4
4
"version" : " latest" ,
5
5
"url" : " https://xbatcher.readthedocs.io/en/latest/"
6
6
},
7
+ {
8
+ "version" : " 0.4.0" ,
9
+ "url" : " https://xbatcher.readthedocs.io/en/v0.4.0/"
10
+ },
7
11
{
8
12
"version" : " 0.3.0" ,
9
13
"url" : " https://xbatcher.readthedocs.io/en/v0.3.0/"
You can’t perform that action at this time.
0 commit comments