Skip to content

Commit

Permalink
[version] update version to 0.2.22.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzhangxyz committed Sep 2, 2022
1 parent 101ee27 commit 8df0ee0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
* Changelog

** [[https://github.com/hzhangxyz/TAT/compare/v0.2.20...dev][Unreleased]]
** [[https://github.com/hzhangxyz/TAT/compare/v0.2.22...dev][Unreleased]]

*** Added
*** Changed
*** Deprecated
*** Removed
*** Fixed

** [[https://github.com/hzhangxyz/TAT/compare/v0.2.20...v0.2.22][v0.2.22]] - 2022-09-02

*** Added
+ *tetragono*: Add =save_configuration_file= option for =gm_run= and =ap_run= in tetragono shell, which saves sampling
configurations during gradient descent.
+ *tetragono*: Add list as interface for =rename_io= in =tetragono.common_tensor.tensor_toolkit=. Original argument such
as ={0: a, 1: b, 2: c}= can be written as =[a, b, c]=.
*** Changed
*** Deprecated
+ *tetragono*: =save_state_interval= option for =gm_run= and =ap_run= is deprecated. The state will be saved for every
step if =save_state_file= was set in the future.
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "TAT"
PROJECT_NUMBER = "0.2.20"
PROJECT_NUMBER = "0.2.22"
PROJECT_BRIEF = "TAT is A Tensor library"
PROJECT_LOGO =
OUTPUT_DIRECTORY =
Expand Down
2 changes: 1 addition & 1 deletion include/TAT/utility/common_variable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*/
namespace TAT {
#ifndef TAT_VERSION
#define TAT_VERSION "0.2.20"
#define TAT_VERSION "0.2.22"
#endif

/**
Expand Down

0 comments on commit 8df0ee0

Please sign in to comment.