Skip to content

Commit f975251

Browse files
committed
Merge branch 'main' of github.com:tcchiao/xbatcher into demo-nb
2 parents 4db1294 + d98ad21 commit f975251

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
lint:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2.3.5
15+
- uses: actions/checkout@v2.4.0
1616
- uses: actions/[email protected]
1717
- uses: pre-commit/[email protected]
1818

@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
python-version: [3.7, 3.8, 3.9]
2525
steps:
26-
- uses: actions/checkout@v2.3.5
26+
- uses: actions/checkout@v2.4.0
2727
- name: Setup Python
2828
uses: actions/[email protected]
2929
with:
@@ -50,7 +50,7 @@ jobs:
5050
matrix:
5151
python-version: [3.8, 3.9]
5252
steps:
53-
- uses: actions/checkout@v2.3.5
53+
- uses: actions/checkout@v2.4.0
5454
- name: Setup Python
5555
uses: actions/[email protected]
5656
with:

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
xbatcher: Batch Generation from Xarray Datasets
22
===============================================
33

4-
|Build Status| |codecov| |docs| |license|
4+
|Build Status| |codecov| |docs| |pypi| |license|
55

66

77
Xbatcher is a small library for iterating xarray DataArrays in batches. The
@@ -19,6 +19,10 @@ such as Keras_. View the |docs| for more info.
1919
:alt: code coverage
2020
.. |docs| image:: http://readthedocs.org/projects/xbatcher/badge/?version=latest
2121
:target: http://xbatcher.readthedocs.org/en/latest/?badge=latest
22+
:alt: docs
23+
.. |pypi| image:: https://img.shields.io/pypi/v/xbatcher.svg
24+
:target: https://pypi.python.org/pypi/xbatcher
25+
:alt: pypi
2226
.. |license| image:: https://img.shields.io/github/license/mashape/apistatus.svg
2327
:target: https://github.com/pangeo-data/xbatcher
2428
:alt: license

0 commit comments

Comments
 (0)