Skip to content

Commit

Permalink
Update Release Note(0.2.1).
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangxjohn committed Dec 18, 2023
1 parent 65f77ab commit d72fa26
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
22 changes: 11 additions & 11 deletions docs/en_US/source/contents/0800_release_note.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
16 changes: 8 additions & 8 deletions docs/zh_CN/source/contents/0800_release_note.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,33 +140,33 @@ 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分割的视野长度。
- 新增季节性分析功能。
- 修复预测问题中负值截断为0的问题。
- 更新`hypernets`, `numpy`版本。
- 更新```hypernets```, ```numpy```版本。
- 支持`AdamW`优化器(`tensorflow >= 2.14.0`)。
- 支持```AdamW``` 优化器 (```tensorflow >= 2.14.0```)。

- 调整可视化图例边距。

Expand Down

0 comments on commit d72fa26

Please sign in to comment.