File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 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.
2626 >> > show_versions()
2727 ```
2828
29+ and in 0.13 .1 onwards:
30+ ```python
31+ >> > pd.show_versions()
32+ ```
33+
2934 - Explain what the expected behavior was, and what you saw instead.
3035
3136# ### Pull Requests
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ Improvements to existing features
8080 allow multiple axes to be used to operate on slabs of a ``Panel ``
8181 - The ``ArrayFormatter``s for ``datetime `` and ``timedelta64 `` now intelligently
8282 limit precision based on the values in the array (:issue: `3401 `)
83+ - pd.show_versions() is now available for convenience when reporting issues.
8384 - perf improvements to Series.str.extract (:issue: `5944 `)
8485 - perf improvments in ``dtypes/ftypes `` methods (:issue: `5968 `)
8586
Original file line number Diff line number Diff line change 4949from pandas .tools .plotting import scatter_matrix , plot_params
5050from pandas .tools .tile import cut , qcut
5151from 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