File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
![ Travis-CI Build Status] ( https://travis-ci.org/pydata/pandas.png )
4
4
5
- [ ![ Scatter-CI Status page] ( http://scatterci.github.io/ScatterCI-Pandas/images/ scatterci48.jpg )] ( http://scatterci.github.io/ScatterCI-Pandas/ )
5
+ [ ![ Scatter-CI Status page] ( http://scatterci.github.io/scatterci48.jpg )] ( http://scatterci.github.io/pydata/pandas )
6
6
7
7
## What is it
8
8
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ Highlights include:
15
15
- :ref:`Tutorials<tutorials>`, a guide to community developed pandas tutorials.
16
16
- :ref:`Pandas Ecosystem<ecosystem>`, a guide to complementary projects built on top of pandas.
17
17
- :ref:`Contributing<contributing>`, a guide to how to contribute to the pandas codebase and documentation.
18
- - updated building/ci tools, including a consolidated ci see `here <http://scatterci.github.io/ScatterCI-Pandas/ >`__, thanks to @y-p .
18
+ - Our new CI status page: `ScatterCI <http://scatterci.github.io/pydata/pandas >`__.
19
19
20
20
.. warning::
21
21
22
22
0.13.1 fixes a bug that was caused by a combination of having numpy < 1.8, and doing
23
- chained assignent on a string-like array. Please review :ref:`the docs<indexing.view_versus_copy>`,
23
+ chained assignment on a string-like array. Please review :ref:`the docs<indexing.view_versus_copy>`,
24
24
chained indexing can have unexpected results and should generally be avoided.
25
25
26
26
This would previously segfault:
@@ -46,7 +46,7 @@ API changes
46
46
See :ref:`NA Values <io.na_values>`.
47
47
48
48
- Added ``Series.str.get_dummies`` vectorized string method (:issue:`6021`), to extract
49
- dummy/indicator variables for seperated string columns:
49
+ dummy/indicator variables for separated string columns:
50
50
51
51
.. ipython:: python
52
52
You can’t perform that action at this time.
0 commit comments