Skip to content

Commit

Permalink
[version] Update version to 0.3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzhangxyz committed Nov 28, 2023
1 parent 94fafb9 commit f1369a1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
* Changelog

** [[https://github.com/USTC-TNS/TAT/compare/v0.3.11...dev][Unreleased]]
** [[https://github.com/USTC-TNS/TAT/compare/v0.3.12...dev][Unreleased]]

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

** [[https://github.com/USTC-TNS/TAT/compare/v0.3.11...v0.3.12][v0.3.12]] - 2023-11-29

*** Added
+ *TAT.py*: =edges[int]= and =edge_by_name(str)= are the new interface for indexing edges in tensor, the previous
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.3.11"
PROJECT_NUMBER = "0.3.12"
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.3.11"
#define TAT_VERSION "0.3.12"
#endif

/**
Expand Down

0 comments on commit f1369a1

Please sign in to comment.