File tree 4 files changed +3
-14
lines changed
4 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -96,8 +96,6 @@ pip install pandas
96
96
- [ numexpr] ( http://code.google.com/p/numexpr/ )
97
97
- Needed to accelerate some expression evaluation operations
98
98
- Required by PyTables
99
- - numexpr version <= 2.1 is recommended as the current version (2.2.1) has a backward
100
- incompatible change with PyTables < 3.0
101
99
- [ bottleneck] ( http://berkeleyanalytics.com/bottleneck )
102
100
- Needed to accelerate certain numerical operations
103
101
Original file line number Diff line number Diff line change @@ -77,11 +77,6 @@ Recommended Dependencies
77
77
* `numexpr <http://code.google.com/p/numexpr/ >`__: for accelerating certain numerical operations.
78
78
``numexpr `` uses multiple cores as well as smart chunking and caching to achieve large speedups.
79
79
80
- .. warning ::
81
-
82
- ``numexpr <= 2.1 `` is currently recommended as the current version (2.2.1) has a backward incompatible
83
- change with ``PyTables < 3.0.0 ``
84
-
85
80
* `bottleneck <http://berkeleyanalytics.com/bottleneck >`__: for accelerating certain types of ``nan ``
86
81
evaluations. ``bottleneck `` uses specialized cython routines to achieve large speedups.
87
82
Original file line number Diff line number Diff line change @@ -1732,11 +1732,6 @@ for some advanced strategies
1732
1732
backwards compatible) with all ``PyTables `` >= 2.3. For ``python >= 3.2 ``,
1733
1733
``pandas >= 0.12.0 `` is required for compatibility.
1734
1734
1735
- .. warning ::
1736
-
1737
- ``numexpr <= 2.1 `` is currently recommended as the current version (2.2.1) has a backward incompatible
1738
- change with ``PyTables < 3.0.0 ``
1739
-
1740
1735
.. ipython :: python
1741
1736
:suppress:
1742
1737
:okexcept:
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ Improvements to existing features
136
136
- Both ExcelFile and read_excel to accept an xlrd.Book for the io
137
137
(formerly path_or_buf) argument; this requires engine to be set.
138
138
(:issue: `4961 `).
139
-
139
+
140
140
API Changes
141
141
~~~~~~~~~~~
142
142
@@ -192,6 +192,7 @@ API Changes
192
192
- support ``timedelta64[ns] `` as a serialization type (:issue: `3577 `)
193
193
- store `datetime.date ` objects as ordinals rather then timetuples to avoid timezone issues (:issue: `2852 `),
194
194
thanks @tavistmorph and @numpand
195
+ - ``numexpr `` 2.2.2 fixes incompatiblity in PyTables 2.4 (:issue: `4908 `)
195
196
- ``JSON ``
196
197
197
198
- added ``date_unit `` parameter to specify resolution of timestamps. Options
@@ -483,7 +484,7 @@ Bug Fixes
483
484
- Fixed wrong check for overlapping in ``DatetimeIndex.union `` (:issue: `4564 `)
484
485
- Fixed conflict between thousands separator and date parser in csv_parser (:issue: `4678 `)
485
486
- Fix appending when dtypes are not the same (error showing mixing float/np.datetime64) (:issue: `4993 `)
486
- - Fix repr for DateOffset. No longer show duplicate entries in kwds.
487
+ - Fix repr for DateOffset. No longer show duplicate entries in kwds.
487
488
Removed unused offset fields. (:issue: `4638 `)
488
489
489
490
pandas 0.12.0
You can’t perform that action at this time.
0 commit comments