File tree 3 files changed +7
-0
lines changed
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,11 @@ looking for a quick way to help out.
26
26
>> > show_versions()
27
27
```
28
28
29
+ and in 0.13 .1 onwards:
30
+ ```python
31
+ >> > pd.show_versions()
32
+ ```
33
+
29
34
- Explain what the expected behavior was, and what you saw instead.
30
35
31
36
# ### Pull Requests
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ Improvements to existing features
80
80
allow multiple axes to be used to operate on slabs of a ``Panel ``
81
81
- The ``ArrayFormatter``s for ``datetime `` and ``timedelta64 `` now intelligently
82
82
limit precision based on the values in the array (:issue: `3401 `)
83
+ - pd.show_versions() is now available for convenience when reporting issues.
83
84
- perf improvements to Series.str.extract (:issue: `5944 `)
84
85
- perf improvments in ``dtypes/ftypes `` methods (:issue: `5968 `)
85
86
Original file line number Diff line number Diff line change 49
49
from pandas .tools .plotting import scatter_matrix , plot_params
50
50
from pandas .tools .tile import cut , qcut
51
51
from pandas .core .reshape import melt
52
+ from pandas .util .print_versions import show_versions
You can’t perform that action at this time.
0 commit comments