File tree Expand file tree Collapse file tree 2 files changed +34
-2
lines changed Expand file tree Collapse file tree 2 files changed +34
-2
lines changed Original file line number Diff line number Diff line change
1
+ .. _whatsnew_040:
2
+
3
+ v0.4.0 (???)
4
+ -------------------------
5
+
6
+ This is a major release from 0.3.0 and includes new features and a number of bug fixes.
7
+
8
+ Highlights include:
9
+
10
+ .. contents:: What's new in v0.4.0
11
+ :local:
12
+ :backlinks: none
13
+
14
+ .. _whatsnew_040.enhancements:
15
+
16
+ New features
17
+ ~~~~~~~~~~~~
18
+
19
+ Other enhancements
20
+ ^^^^^^^^^^^^^^^^^^
21
+
22
+ .. _whatsnew_040.bug_fixes:
23
+
24
+ Bug Fixes
25
+ ~~~~~~~~~
26
+
27
+ .. _whatsnew_040.api_breaking:
28
+
29
+ Backwards incompatible API changes
30
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31
+ - Support has been dropped for Python 2.6 and 3.4 (:issue:`313`)
32
+ - Support has been dropped for `pandas` versions before 0.17.0 (:issue:`313`)
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def readme():
24
24
return f .read ()
25
25
26
26
INSTALL_REQUIRES = (
27
- ['pandas' , 'requests>=2.3.0' , 'requests-file' , 'requests-ftp' ]
27
+ ['pandas>=0.17.0 ' , 'requests>=2.3.0' , 'requests-file' , 'requests-ftp' ]
28
28
)
29
29
30
30
setup (
@@ -47,8 +47,8 @@ def readme():
47
47
'Programming Language :: Python :: 2' ,
48
48
'Programming Language :: Python :: 2.7' ,
49
49
'Programming Language :: Python :: 3' ,
50
- 'Programming Language :: Python :: 3.4' ,
51
50
'Programming Language :: Python :: 3.5' ,
51
+ 'Programming Language :: Python :: 3.6' ,
52
52
'Topic :: Scientific/Engineering' ,
53
53
],
54
54
keywords = 'data' ,
You can’t perform that action at this time.
0 commit comments