Releases: shlomiku/zipline-trader
Minor fixes for 1.6.0
Bugfixes:
- timezone in psql ingestion (90aa84d)
- universe selection with new pandas (04d171e)
- fix in code selecting to work with sqlite/psql (dbfe73d)
- moved the config module inside the zipline folder (7132b23)
- data integrity looser restrictions - don't fail entire ingestion for one bad asset (36bbc6b)
- add new limits on pandas and numpy version (dc001b4)
New Database Backend
Release Notes
In this release we update the restricting package versions (pandas, numpy) and
thus allowing to run this package in a more up to date environment. This includes:
- New configuration file replacing alpaca.yaml, called zipline-trader.yaml
- Running on python 3.6 or 3.7
- Using pandas<=1.1.5 and numpy<=1.19.x
- Using postgres as an ingested DB backend
- alpha-vantage free tier bundle
Special thanks to @atarax for contributing to this release of zipline-trader
Going live with Quantopian's final version
This is the first version after Quantopian closed their company and thus, the development of zipline.
This project will continue but with an orientation to live trade with existing zipline capabilities.
New Features
- Free price data using the Alpaca api
- 2 supported brokers: IB, Alpaca
- New documentation: https://zipline-trader.readthedocs.io
- Integration with latest Pyfolio and Alphalens
Release 1.4.1
This release includes a small number of bug fixes, documentation improvements, and build/dependency enhancements.
Conda packages for zipline and its dependencies are now available for python 3.6 on the ‘conda-forge’ Anaconda channel. They’re also available on the ‘Quantopian’ channel, but we’ll stop updating those eventually.
Release 1.4.0
See https://www.zipline.io/releases.html#release-1-4-0 for release information.
Release 1.3.0
This release includes several enhancements and performance improvements along with a small number of bug fixes. We recommend that all users upgrade to this version.
NOTE: This will likely be the last minor release in the Zipline 1.x series. The release next will be Zipline 2.0, which will include a number of small breaking changes required to support international equities.