Skip to content

Commit

Permalink
Merge pull request #296 from fasiondog/release
Browse files Browse the repository at this point in the history
Release 2.2.3 for linux 下滚动系统崩溃
  • Loading branch information
fasiondog authored Nov 3, 2024
2 parents b173033 + 3c0f62b commit a225e17
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

sys.path.insert(0, os.path.abspath('.'))

version = '2.2.2'
version = '2.2.3'
release = version

# General information about the project.
Expand Down
8 changes: 8 additions & 0 deletions docs/source/release.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
版本发布说明
=======================

2.2.3 - 2024年11月3日
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1. fixed linux 下滚动寻优系统崩溃
2. SYS_WalkForward 默认寻优算法调整为按账户年化收益率排序寻优
3. 微调优化 HikyuuTDX 界面


2.2.2 - 2024年11月1日
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion docs/source/trade_sys/walkforward.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
:param TradeManager tm: 交易账户
:param int train_len: 滚动评估系统绩效时使用的数据长度
:param int test_len: 使用在 train_len 中选出的最优系统执行的数据长度
:param SelectorBase se: 寻优选择器
:param SelectorBase se: 寻优选择器, 默认为按“帐户平均年收益率%”最大选择
:param TradeManager train_tm: 滚动评估时使用的交易账户, 为None时, 使用 tm 的拷贝进行评估


Expand Down
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set_project("hikyuu")
add_rules("mode.debug", "mode.release")

-- version
set_version("2.2.2", {build = "%Y%m%d%H%M"})
set_version("2.2.3", {build = "%Y%m%d%H%M"})

set_warnings("all")

Expand Down

0 comments on commit a225e17

Please sign in to comment.