From d72fa26b84e8c6f4e4d1c9e9f5124df05ad4d0d2 Mon Sep 17 00:00:00 2001 From: Xiaojing Zhang <80235074+zhangxjohn@users.noreply.github.com> Date: Mon, 18 Dec 2023 18:47:11 +0800 Subject: [PATCH] Update Release Note(0.2.1). --- .../source/contents/0800_release_note.rst | 22 +++++++++---------- .../source/contents/0800_release_note.rst | 16 +++++++------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/en_US/source/contents/0800_release_note.rst b/docs/en_US/source/contents/0800_release_note.rst index 3b50359..9f3e281 100644 --- a/docs/en_US/source/contents/0800_release_note.rst +++ b/docs/en_US/source/contents/0800_release_note.rst @@ -167,33 +167,33 @@ Version 0.2.1 Details of the HypertTS update are as follows: -- Adapted to TensorFlow versions `2.11.0` and above. +- Adapted to TensorFlow versions ```2.11.0``` and above. - Fixed the issue of unstable random seed in NAS mode. -- Fixed handling of `int` variables in DL models. +- Fixed handling of ```int``` variables in DL mode. - Updated CI. -- Fixed the unordered indexing problem in the `arrow_head` data loading. +- Fixed the unordered indexing problem in the ```arrow_head``` data loading. - Refactored the identification of discrete variables in DL mode. -- Added the `Lion` optimizer. +- Added the ```Lion``` optimizer. -- Corrected variable name spelling error, `HybirdRNN` -> `HybridRNN`. +- Corrected variable name spelling error, ```HybirdRNN``` -> ```HybridRNN```. -- Corrected the `trend` parameter in the `VAR` model. +- Corrected the ```trend``` parameter in the ```VAR``` model. -- Adjusted the field of view length for evaluation segmentation in prediction tasks. +- Adjusted the field of view length for evaluation segmentation in forecast tasks. -- Added seasonal analysis functionality. +- Added seasonal analysis. -- Fixed the issue of truncating negative values to 0 in prediction problems. +- Fixed the issue of truncating negative values to 0 in forecast tasks. -- Updated `hypernets` and `numpy` versions. +- Updated ```hypernets``` and ```numpy``` versions. -- Supported the `AdamW` optimizer (`tensorflow >= 2.14.0`). +- Supported the ```AdamW``` optimizer (```tensorflow >= 2.14.0```). - Adjusted the legend margin in visualizations. diff --git a/docs/zh_CN/source/contents/0800_release_note.rst b/docs/zh_CN/source/contents/0800_release_note.rst index 2366f93..60264c0 100644 --- a/docs/zh_CN/source/contents/0800_release_note.rst +++ b/docs/zh_CN/source/contents/0800_release_note.rst @@ -140,23 +140,23 @@ HyperTS本次更新细节如下: HyperTS本次更新细节如下: -- 适配tensorflow `2.11.0`以上版本。 +- 适配tensorflow ```2.11.0```以上版本。 - 修复NAS模式下随机种子不固定的问题。 -- 修复DL模型对于`int`变量的处理。 +- 修复DL模型对于```int```变量的处理。 - 更新CI。 -- 修复`arrow_head`数据加载`index`无序的问题。 +- 修复```arrow_head``` 数据加载 ```index```无序的问题。 - 重构DL模式下离散变量识别的问题。 -- 新增`Lion`优化器。 +- 新增```Lion```优化器。 -- 修改变量名拼写错误, `HybirdRNN` -> `HybridRNN`。 +- 修改变量名拼写错误, ```HybirdRNN``` -> ```HybridRNN```。 -- 修正`VAR`模型的`trend`参数。 +- 修正```VAR``` 模型的 ```trend```参数。 - 对于预测任务修正eval分割的视野长度。 @@ -164,9 +164,9 @@ HyperTS本次更新细节如下: - 修复预测问题中负值截断为0的问题。 -- 更新`hypernets`, `numpy`版本。 +- 更新```hypernets```, ```numpy```版本。 -- 支持`AdamW`优化器(`tensorflow >= 2.14.0`)。 +- 支持```AdamW``` 优化器 (```tensorflow >= 2.14.0```)。 - 调整可视化图例边距。