Skip to content

Commit

Permalink
v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chen-001 committed Jul 2, 2023
1 parent f75f48a commit fdf3d4a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pure_ocean_breeze/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
一个量化多因子研究的框架,包含数据、回测、因子加工等方面的功能
"""

__updated__ = "2023-07-03 01:22:04"
__version__ = "4.0.1"
__updated__ = "2023-07-03 01:29:04"
__version__ = "4.0.2"
__author__ = "chenzongwei"
__author_email__ = "winterwinter999@163.com"
__url__ = "https://github.com/chen-001/pure_ocean_breeze"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__updated__ = "2023-07-03 01:21:54"
__updated__ = "2023-07-03 01:28:50"

from setuptools import setup
import setuptools
Expand All @@ -16,7 +16,7 @@ def get_version(package):
return re.search("__version__ = ['\"]([^'\"]+)['\"]", init_py).group(1)

install_requires=[
"numpy",
# "numpy",
"pandas<=1.5.3",
"scipy",
"statsmodels",
Expand Down
5 changes: 5 additions & 0 deletions 更新日志/version4.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## 更新日志🗓 — v4


* v4.0.2 — 2023.7.3

> 1. 暂时取消了对numpy的强制依赖

* v4.0.1 — 2023.7.3

> 1. 修正了convert_tick_by_tick_data_to_parquet中成交额与成交量的混淆错误
Expand Down

0 comments on commit fdf3d4a

Please sign in to comment.