File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ clear of NumPy 1.6's datetime64 API functions (though limited as they are) and
28
28
only interact with this data using the interface that pandas provides.
29
29
30
30
Bug fixes to the 0.7.x series for legacy NumPy < 1.6 users will be provided as
31
- they arise. There will be no more further development in 1 .7.x beyond bug
31
+ they arise. There will be no more further development in 0 .7.x beyond bug
32
32
fixes.
33
33
34
34
Time series changes and improvements
@@ -39,6 +39,10 @@ Time series changes and improvements
39
39
With this release, legacy scikits.timeseries users should be able to port
40
40
their code to use pandas.
41
41
42
+ .. note::
43
+
44
+ See :ref:`documentation <timeseries>` for overview of pandas timeseries API.
45
+
42
46
- New datetime64 representation **speeds up join operations and data
43
47
alignment**, **reduces memory usage**, and improve serialization /
44
48
deserialization performance significantly over datetime.datetime
@@ -133,7 +137,7 @@ Other new features
133
137
- Add max_colwidth configuration option for DataFrame console output
134
138
- Interpolate Series values using index values
135
139
- Can select multiple columns from GroupBy
136
- - Add Series/DataFrame.update methods for updating values in place
140
+ - Add Series/DataFrame.:ref:` update <merging.combine_first.update>` methods for updating values in place
137
141
138
142
Other API changes
139
143
~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments