Skip to content

Tags: stefan-jansen/empyrical-reloaded

Tags

0.5.11

Toggle 0.5.11's commit message
permissions update

0.6.0

Toggle 0.6.0's commit message
roll back last change because GHA does in fact support macos py versions

0.5.10

Toggle 0.5.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Python 3.12 compatibility (#27)

* format; make def arg immutable
* bump up versions; cap peewee due to bug
* address deprecation
* update GHA  python versions
* updated installation instructions
* make pandas-datareader optional
* update black version
* update and fix GHA black version
* update tox envs

0.5.9

Toggle 0.5.9's commit message
pypi condition from zipline

0.5.8

Toggle 0.5.8's commit message
CI install tox-gh-actions

0.5.7

Toggle 0.5.7's commit message
README update

0.5.6

Toggle 0.5.6's commit message
CONDA ubuntu 39

0.5.6rc1

Toggle 0.5.6rc1's commit message
update name for pypi

0.5.5

Toggle 0.5.5's commit message
DOC: Updated links to https

0.5.4

Toggle 0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix for pandas 1.0 (quantopian#124)

* as_matrix was depricated then removed. to_numpy() works in this situation

* updated travis to include pandas 1.0.x, python 3.7 numpy 1.18 and scipy 1.4.x - kept a python 2.7 with the last supported versions of pydata.

* versions compatible with conda for travis

* old scipy and numpy

* old scipy and numpy

* old scipy and numpy

* old scipy and numpy

* old scipy and numpy

* old scipy and numpy

* who uses 3.5 anyway

* Fix for pandas 1.0

* as_matrix was deprecated then removed. to_numpy() works in this situation

* updated travis to include pandas 1.0.x, python 3.7 numpy 1.18 and scipy 1.4.x 

* kept a python 2.7 build with the last supported versions of pydata.

* versions compatible with conda for travis

* try except branch to support old pandas as required by zipline

* as_matrix() not to_matrix() - thanks again Travis.

Co-authored-by: Rich Atkinson <[email protected]>