File tree 4 files changed +10
-4
lines changed
4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Where to get it
25
25
pandas 0.7.1
26
26
============
27
27
28
- **Release date: ** NOT YET RELEASED
28
+ **Release date: ** February 29, 2012
29
29
30
30
**New features / modules **
31
31
Original file line number Diff line number Diff line change @@ -12,12 +12,18 @@ General functions
12
12
13
13
Data manipulations
14
14
~~~~~~~~~~~~~~~~~~
15
- .. currentmodule :: pandas
15
+ .. currentmodule :: pandas.tools.pivot
16
16
17
17
.. autosummary ::
18
18
:toctree: generated/
19
19
20
20
pivot_table
21
+
22
+ .. currentmodule :: pandas.tools.merge
23
+
24
+ .. autosummary ::
25
+ :toctree: generated/
26
+
21
27
merge
22
28
concat
23
29
Original file line number Diff line number Diff line change 61
61
62
62
# General information about the project.
63
63
project = u'pandas'
64
- copyright = u'2008-2011 , the pandas development team'
64
+ copyright = u'2008-2012 , the pandas development team'
65
65
66
66
# The version info for the project you're documenting, acts as replacement for
67
67
# |version| and |release|, also used in various other places throughout the
Original file line number Diff line number Diff line change 165
165
MAJOR = 0
166
166
MINOR = 7
167
167
MICRO = 1
168
- ISRELEASED = False
168
+ ISRELEASED = True
169
169
VERSION = '%d.%d.%d' % (MAJOR , MINOR , MICRO )
170
170
QUALIFIER = ''
171
171
You can’t perform that action at this time.
0 commit comments