From f1369a12477a442ba17e725fe1da04ad3e7bf089 Mon Sep 17 00:00:00 2001 From: Hao Zhang Date: Wed, 29 Nov 2023 01:31:57 +0800 Subject: [PATCH] [version] Update version to 0.3.12. --- CHANGELOG.org | 10 +++++++++- Doxyfile | 2 +- include/TAT/utility/common_variable.hpp | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 27f1e4388..6205389d5 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -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 diff --git a/Doxyfile b/Doxyfile index 00dd1ca9c..35a8803f6 100644 --- a/Doxyfile +++ b/Doxyfile @@ -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 = diff --git a/include/TAT/utility/common_variable.hpp b/include/TAT/utility/common_variable.hpp index cea1b19b2..98844ab56 100644 --- a/include/TAT/utility/common_variable.hpp +++ b/include/TAT/utility/common_variable.hpp @@ -36,7 +36,7 @@ */ namespace TAT { #ifndef TAT_VERSION -#define TAT_VERSION "0.3.11" +#define TAT_VERSION "0.3.12" #endif /**