File tree 2 files changed +2
-7
lines changed
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ v0.14.0 (May 31 , 2014)
5
5
6
6
{{ header }}
7
7
8
- .. ipython :: python
9
- :suppress:
10
-
11
8
12
9
This is a major release from 0.13.1 and includes a small number of API changes, several new features,
13
10
enhancements, and performance improvements along with a large number of bug fixes. We recommend that all
@@ -219,8 +216,9 @@ API changes
219
216
>> > x = pd.Series(np.random.rand(10 ) > 0.5 )
220
217
>> > y = True
221
218
>> > x + y # warning generated: should do x | y instead
219
+ UserWarning : evaluating in Python space because the ' +' operator is not
220
+ supported by numexpr for the bool dtype, use ' |' instead
222
221
>> > x / y # this raises because it doesn't make sense
223
-
224
222
NotImplementedError : operator ' /' not implemented for bool dtypes
225
223
226
224
- In `` HDFStore`` , `` select_as_multiple`` will always raise a `` KeyError `` , when a key or the selector is not found (:issue:`6177 ` )
Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ v0.14.1 (July 11, 2014)
5
5
6
6
{{ header }}
7
7
8
- .. ipython :: python
9
- :suppress:
10
-
11
8
12
9
This is a minor release from 0.14.0 and includes a small number of API changes, several new features,
13
10
enhancements, and performance improvements along with a large number of bug fixes. We recommend that all
You can’t perform that action at this time.
0 commit comments