Skip to content

Commit

Permalink
[version] Update version to 0.3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzhangxyz committed Sep 7, 2023
1 parent 3ef9670 commit 6e63b69
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
* Changelog

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

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

** [[https://github.com/USTC-TNS/TAT/compare/v0.3.7...v0.3.9][v0.3.9]] - 2023-09-07

*** Changed
+ *tetragono*: The interface of =save_result= allow only =(state, result, whole_result)= now.
+ *TAT.hpp*: Change the view of sign problem in =conjugate=, there is only one conjugate, but the trivial metric may not
Expand All @@ -15,7 +22,6 @@
+ *scalapack.py*: Change the loader API. The previous way is =from PyScalapack import Scalapack= and using
=Scalapack("libscalapack.so")= to get the scalapack object, Now user should use =import PyScalapack= and
=PyScalapack("libscalapack.so")= directly.
*** Deprecated
*** Removed
+ *TAT.hpp*: Remove deprecated tensor member function =get_rank=, =find_rank_from_name= and =get_rank_from_name=.
*** Fixed
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.8"
PROJECT_NUMBER = "0.3.9"
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.8"
#define TAT_VERSION "0.3.9"
#endif

/**
Expand Down

0 comments on commit 6e63b69

Please sign in to comment.