Changelog
v1.0.0 (2021-04-25)
Fixed bugs:
- ValueError: second must be in 0..59 #40
- when omega start, logging is not started since very begining #39
- server role should be honored when save configuration during setup #6
Closed issues:
- None type cannot compare to int, if sessions is not set #38
- omega jobs failed to start, if __cfg4py_server_role__ is not set
Assignees: zillionare
Labels: #37 - No error prompt when download_archive actually failed #36
- bin_cut return array which size is not n #35
- when failed to stop omega, it should report failure #34
- missed args of fmt string when download_archive fail #33
- missed args of fmt string when download_archive fail #32
- raise exception: KeyError: '__cfg4py_server_role' when run omega setup #31
- Omega 运行过程中遇到的几个问题 #1
v1.0.0a8.6 (2021-04-18)
1.0.0a8 (2021-04-17)
Closed issues:
- Enhancement: remove requirement of setting envar __cfg4py_server_role__ #30
1.0.0a7 (2021-04-01)
Closed issues:
- when download_archive is called, it starts as much processes as much CPU counts #29
- when import asyncio, it complains that logging module has no attribute of getLogger #28
- omega setup failed if redis is empy #27
- discrete bars found when trigger sync day frame in open time #26
- cannot start jobs in pip setup #25
- resource leak: omega download doesn't release database connection #24
- omega download cause exception: #23
- cannot set listening port for jobs #22
- cannot set listening port for jobs #21
- AttributeError: module 'sqlalchemy.sql.schema' has no attribute '_schema_getter'
Assignees: zillionare
Labels: dependency #19
1.0.0.a5 (2021-03-19)
Closed issues:
- sync job failed if pyemit logging level is DEBUG #20
1.0.0.a4 (2021-03-19)
1.0.0-a3 (2021-03-11)
Implemented enhancements:
- remove dependancy of syslog #5
Closed issues:
- redis log receiver is not written on disk asap #18
- when jobs started, redis log receiver is not started #17
- index -1 is out of bounds for axis 0 with size ... #16
- index.yml is cached #15
- IndexError: No fetchers available raised during travis CI build #14
- Omega setup still have rsyslog setting procedures #11
1.0.0-a2 (2021-03-09)
Closed issues:
1.0.0-alpha.1 (2021-03-09)
test-coverage-91% (2021-03-08)
Closed issues:
- get_bars返回错误:证券xxx在frame [2021-xx-xx]处于停牌中 #10
1.0.0-alpha.0 (2021-02-25)
Fixed bugs:
- Omega start failed due to psutil is not installed #9
- Omega failed to start on ubuntu 20 #8
- omega failed to started due to port is None #7
0.6.1-alpha.1 (2020-12-13)
版本历史
0.1.0 (2020-04-28)
- First release on PyPI.
0.5.0 (2020-11-09)
- 增加市值数据
- Update omicron to 0.2.0
- Update jq-adaptor to 0.2.1
0.6.0 (2020-11-25)
- 重构了[omega.app.start][]接口,允许从父进程继承
cfg
设置 - web interface增加[omega.app.get_version][]接口。此接口也可以用来判断Omega服务器是否在线
- 本版本适配zillionare-omicron 0.3和zillionare-omega-adaptors-jq 0.2.4
1.0 (2020-?)
first stable release
- 可导入从2015年以来的A股30分钟及以上股票数据。
- 高速行情同步。支持多账号、多session、多进程。
- 向外提供服务时,支持load-balance(需要配置http网关,如nginx)。
- 自动实时行情同步。
- 仅支持JoinQuant作为上游数据源
* This Changelog was automatically generated by github_changelog_generator