You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge remote-tracking branch 'upstream/master' into dataset/quiver
* upstream/master:
speed up the repr for big MultiIndex objects (pydata#4846)
dim -> coord in DataArray.integrate (pydata#3993)
WIP: backend interface, now it uses subclassing (pydata#4836)
weighted: small improvements (pydata#4818)
Update related-projects.rst (pydata#4844)
iris update doc url (pydata#4845)
Faster unstacking (pydata#4746)
Allow swap_dims to take kwargs (pydata#4841)
Move skip ci instructions to contributing guide (pydata#4829)
fix issues in drop_sel and drop_isel (pydata#4828)
Bugfix in list_engine (pydata#4811)
Add drop_isel (pydata#4819)
Fix RST.
Remove the references to `_file_obj` outside low level code paths, change to `_close` (pydata#4809)
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,3 @@
5
5
-[ ] Passes `pre-commit run --all-files`
6
6
-[ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst`
7
7
-[ ] New functions/methods are listed in `api.rst`
8
-
9
-
10
-
<sub>
11
-
<h3>
12
-
Overriding CI behaviors
13
-
</h3>
14
-
By default, the upstream dev CI is disabled on pull request and push events. You can override this behavior per commit by adding a <tt>[test-upstream]</tt> tag to the first line of the commit message. For documentation-only commits, you can skip the CI per commit by adding a <tt>[skip-ci]</tt> tag to the first line of the commit message
Copy file name to clipboardExpand all lines: doc/contributing.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -836,6 +836,7 @@ PR checklist
836
836
837
837
- Write new tests if needed. See `"Test-driven development/code writing" <https://xarray.pydata.org/en/stable/contributing.html#test-driven-development-code-writing>`_.
838
838
- Test the code using `Pytest <http://doc.pytest.org/en/latest/>`_. Running all tests (type ``pytest`` in the root directory) takes a while, so feel free to only run the tests you think are needed based on your PR (example: ``pytest xarray/tests/test_dataarray.py``). CI will catch any failing tests.
839
+
- By default, the upstream dev CI is disabled on pull request and push events. You can override this behavior per commit by adding a <tt>[test-upstream]</tt> tag to the first line of the commit message. For documentation-only commits, you can skip the CI per commit by adding a "[skip-ci]" tag to the first line of the commit message.
839
840
840
841
-**Properly format your code** and verify that it passes the formatting guidelines set by `Black <https://black.readthedocs.io/en/stable/>`_ and `Flake8<http://flake8.pycqa.org/en/latest/>`_. See `"Code formatting" <https://xarray.pydata.org/en/stablcontributing.html#code-formatting>`_. You can use `pre-commit <https://pre-commit.com/>`_ to run these automatically on each commit.
Copy file name to clipboardExpand all lines: doc/related-projects.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ Geosciences
15
15
- `aospy <https://aospy.readthedocs.io>`_: Automated analysis and management of gridded climate data.
16
16
- `climpred <https://climpred.readthedocs.io>`_: Analysis of ensemble forecast models for climate prediction.
17
17
- `geocube <https://corteva.github.io/geocube>`_: Tool to convert geopandas vector data into rasterized xarray data.
18
+
- `GeoWombat <https://github.com/jgrss/geowombat>`_: Utilities for analysis of remotely sensed and gridded raster data at scale (easily tame Landsat, Sentinel, Quickbird, and PlanetScope).
18
19
- `infinite-diff <https://github.com/spencerahill/infinite-diff>`_: xarray-based finite-differencing, focused on gridded climate/meterology data
19
20
- `marc_analysis <https://github.com/darothen/marc_analysis>`_: Analysis package for CESM/MARC experiments and output.
20
21
- `MetPy <https://unidata.github.io/MetPy/dev/index.html>`_: A collection of tools in Python for reading, visualizing, and performing calculations with weather data.
0 commit comments