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 patch-1
* upstream/master: (75 commits)
Implement idxmax and idxmin functions (pydata#3871)
Update pre-commit-config.yaml (pydata#3911)
Revert "Use `fixes` in PR template (pydata#3886)" (pydata#3912)
update the docstring of diff (pydata#3909)
Un-xfail test_dayofyear_after_cftime_range (pydata#3907)
Limit repr of arrays containing long strings (pydata#3900)
expose a few zarr backend functions as semi-public api (pydata#3897)
Use drawstyle instead of linestyle in plot.step. (pydata#3274)
Implementation of polyfit and polyval (pydata#3733)
misplaced quote in whatsnew (pydata#3889)
Rename ordered_dict_intersection -> compat_dict_intersection (pydata#3887)
Control attrs of result in `merge()`, `concat()`, `combine_by_coords()` and `combine_nested()` (pydata#3877)
xfail test_uamiv_format_write (pydata#3885)
Use `fixes` in PR template (pydata#3886)
Tweaks to "how_to_release" (pydata#3882)
whatsnew section for 0.16.0
Release v0.15.1
whatsnew for 0.15.1 (pydata#3879)
update panel documentation (pydata#3880)
reword the whats-new entry for unit support (pydata#3878)
...
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+9-3
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ assignees: ''
7
7
8
8
---
9
9
10
+
<!-- A short summary of the issue, if appropriate -->
11
+
12
+
10
13
#### MCVE Code Sample
11
14
<!-- In order for the maintainers to efficiently understand and prioritize issues, we ask you post a "Minimal, Complete and Verifiable Example" (MCVE): http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports -->
12
15
@@ -22,8 +25,11 @@ assignees: ''
22
25
<!-- this should explain why the current behavior is a problem and why the expected output is a better solution -->
23
26
24
27
25
-
#### Output of ``xr.show_versions()``
26
-
<details>
27
-
# Paste the output here xr.show_versions() here
28
+
#### Versions
29
+
30
+
<details><summary>Output of `xr.show_versions()`</summary>
31
+
32
+
<!-- Paste the output here xr.show_versions() here -->
0 commit comments