Skip to content

Releases: shlomiku/zipline-trader

Minor fixes for 1.6.0

21 Mar 14:21
Compare
Choose a tag to compare

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

06 Mar 20:43
Compare
Choose a tag to compare

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

30 Dec 10:16
Compare
Choose a tag to compare

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

Release 1.4.1

06 Oct 09:17
Compare
Choose a tag to compare

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

06 Oct 09:17
Compare
Choose a tag to compare

Release 1.3.0

06 Oct 09:19
Compare
Choose a tag to compare

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.

https://github.com/quantopian/zipline/releases/tag/v1.3.0