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 85f330b..77adb23 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" @@ -4,13 +4,14 @@ * v4.0.5 — 2023.7.7 > 1. 修复了pure_fall_nature中缺少fields参数和参数传递的bug -> 2. 删去了pure_fall_nature中get_daily_factors的系统通知 -> 3. 将pure_fall_frequent中的并行改为使用concurrent -> 4. 对pure_fall_frequent中的get_daily_factors新增了防止系统通知报错的功能 -> 5. 对pure_coldwinter加入了缓存机制,改进了相关系数的计算方法,大幅提高了运算速度 -> 6. 对pure_coldwinter剔除的风格因子默认新增了传统反转因子、传统波动因子、传统换手因子 -> 7. 将get_abs的median参数替换为quantile参数,表示计算到截面某个分位点的距离 -> 8. 将clip_mad中的参数n默认值改为5 +> 2. 修复了pure_fall_nature中拼接新旧因子时的错误 +> 3. 删去了pure_fall_nature中get_daily_factors的系统通知 +> 4. 将pure_fall_frequent中的并行改为使用concurrent +> 5. 对pure_fall_frequent中的get_daily_factors新增了防止系统通知报错的功能 +> 6. 对pure_coldwinter加入了缓存机制,改进了相关系数的计算方法,大幅提高了运算速度 +> 7. 对pure_coldwinter剔除的风格因子默认新增了传统反转因子、传统波动因子、传统换手因子 +> 8. 将get_abs的median参数替换为quantile参数,表示计算到截面某个分位点的距离 +> 9. 将clip_mad中的参数n默认值改为5 * v4.0.4 — 2023.7.4