From fdf3d4aacdb80675af4e0ae80584c24c3ee9e33e Mon Sep 17 00:00:00 2001 From: chenzongwei <63836858+chen-001@users.noreply.github.com> Date: Mon, 3 Jul 2023 01:29:54 +0800 Subject: [PATCH] v4.0.2 --- pure_ocean_breeze/__init__.py | 4 ++-- setup.py | 4 ++-- .../version4.md" | 5 +++++ 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/pure_ocean_breeze/__init__.py b/pure_ocean_breeze/__init__.py index 23b7a15..a7ccc53 100644 --- a/pure_ocean_breeze/__init__.py +++ b/pure_ocean_breeze/__init__.py @@ -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" diff --git a/setup.py b/setup.py index 7c34fb1..1a36dab 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -__updated__ = "2023-07-03 01:21:54" +__updated__ = "2023-07-03 01:28:50" from setuptools import setup import setuptools @@ -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", diff --git "a/\346\233\264\346\226\260\346\227\245\345\277\227/version4.md" "b/\346\233\264\346\226\260\346\227\245\345\277\227/version4.md" index be0394d..283431e 100644 --- "a/\346\233\264\346\226\260\346\227\245\345\277\227/version4.md" +++ "b/\346\233\264\346\226\260\346\227\245\345\277\227/version4.md" @@ -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中成交额与成交量的混淆错误