mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-11 11:16:15 +08:00
REL: 0.8.0
This commit is contained in:
@@ -117,7 +117,7 @@ on OSX):
|
||||
[--capital_base CAPITAL_BASE] [--source {yahoo}] [--source_time_column SOURCE_TIME_COLUMN] [--symbols SYMBOLS]
|
||||
[--output OUTPUT] [--metadata_path METADATA_PATH] [--metadata_index METADATA_INDEX] [--print-algo] [--no-print-algo]
|
||||
|
||||
Zipline version 0.8.0rc1.
|
||||
Zipline version 0.8.0.
|
||||
|
||||
optional arguments:
|
||||
-h, --help show this help message and exit
|
||||
|
||||
@@ -192,7 +192,7 @@ pre_setup()
|
||||
|
||||
setup(
|
||||
name='zipline',
|
||||
version='0.8.0rc1',
|
||||
version='0.8.0',
|
||||
description='A backtester for financial algorithms.',
|
||||
author='Quantopian Inc.',
|
||||
author_email='opensource@quantopian.com',
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright 2013 Quantopian, Inc.
|
||||
# Copyright 2015 Quantopian, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
@@ -20,7 +20,7 @@ Zipline
|
||||
# This is *not* a place to dump arbitrary classes/modules for convenience,
|
||||
# it is a place to expose the public interfaces.
|
||||
|
||||
__version__ = "0.8.0rc1"
|
||||
__version__ = "0.8.0"
|
||||
|
||||
from . import data
|
||||
from . import finance
|
||||
|
||||
Reference in New Issue
Block a user