Skip to content

Commit

Permalink
Version 2.4.1: replace pandas .ix and DataFrame.from_items
Browse files Browse the repository at this point in the history
migrate to .loc and DataFrame.from_dict
  • Loading branch information
mrconway committed Mar 3, 2020
1 parent 095a7a1 commit f99cd4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
# built documents.
#
# The short X.Y version.
version = '2.4.0'
version = '2.4.1'
# The full version, including alpha/beta/rc tags.
release = '2.4.0'
release = '2.4.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
MAINTAINER_EMAIL = 'scottfree.analytics@scottfreellc.com'
URL = "https://github.com/ScottFreeLLC/AlphaPy"
LICENSE = "Apache License, Version 2"
VERSION = "2.4.0"
VERSION = "2.4.1"

classifiers = ['Development Status :: 4 - Beta',
'Programming Language :: Python',
Expand Down

0 comments on commit f99cd4a

Please sign in to comment.