diff --git a/CHANGELOG.org b/CHANGELOG.org index 4c2017795..85d1a287e 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,6 +1,14 @@ * Changelog -** [[https://github.com/USTC-TNS/TAT/compare/v0.3.2...dev][Unreleased]] +** [[https://github.com/USTC-TNS/TAT/compare/v0.3.3...dev][Unreleased]] + +*** Added +*** Changed +*** Deprecated +*** Removed +*** Fixed + +** [[https://github.com/USTC-TNS/TAT/compare/v0.3.2...v0.3.3][v0.3.3]] - 2022-03-09 *** Added + *tetragono*: Add mirror direct sampling which is only used for Gibbs state on square lattice, and maintains the @@ -12,8 +20,6 @@ libraries by parameter =scalapack_libraries= for =gm_run= when =natural_gradient_by_direct_pseudo_inverse= enabled. + *TAT.py*: Change the module alias name convension, =float= and =complex= without bytes specified would be considered as double precision now. -*** Deprecated -*** Removed *** Fixed + *tetragono*: Fix a bug when try to save a file with directory name. The previous program only allows to save file into the current directory. diff --git a/Doxyfile b/Doxyfile index 78deda800..4d468a9b0 100644 --- a/Doxyfile +++ b/Doxyfile @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "TAT" -PROJECT_NUMBER = "0.3.2" +PROJECT_NUMBER = "0.3.3" 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 ad0841508..1a86e8049 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.2" +#define TAT_VERSION "0.3.3" #endif /**