Skip to content

Commit 1212741

Browse files
committed
Version 2.4.0: Feature Names and New Encoders
Version 2.4.0: Feature Names and New Encoders
1 parent d56d552 commit 1212741

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@
5454

5555
# General information about the project.
5656
project = 'AlphaPy'
57-
copyright = '2019, ScottFree Analytics LLC'
57+
copyright = '2020, ScottFree Analytics LLC'
5858
author = 'Robert D. Scott II, Mark Conway'
5959

6060
# The version info for the project you're documenting, acts as replacement for
6161
# |version| and |release|, also used in various other places throughout the
6262
# built documents.
6363
#
6464
# The short X.Y version.
65-
version = '2.3.9'
65+
version = '2.4.0'
6666
# The full version, including alpha/beta/rc tags.
67-
release = '2.3.9'
67+
release = '2.4.0'
6868

6969
# The language for content autogenerated by Sphinx. Refer to documentation
7070
# for a list of supported languages.

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
MAINTAINER_EMAIL = '[email protected]'
1111
URL = "https://github.com/ScottFreeLLC/AlphaPy"
1212
LICENSE = "Apache License, Version 2"
13-
VERSION = "2.3.9"
13+
VERSION = "2.4.0"
1414

1515
classifiers = ['Development Status :: 4 - Beta',
1616
'Programming Language :: Python',
@@ -33,11 +33,11 @@
3333
'keras>=2.2',
3434
'matplotlib>=3.0',
3535
'numpy>=1.17',
36-
'pandas>=0.24',
36+
'pandas>=1.0',
3737
'pandas-datareader>=0.8',
3838
'pyfolio>=0.9',
3939
'pyyaml>=5.0',
40-
'scikit-learn>=0.21',
40+
'scikit-learn>=0.22',
4141
'scipy>=1.1',
4242
'seaborn>=0.9',
4343
'tensorflow>=1.15',

0 commit comments

Comments
 (0)