Skip to content

Commit

Permalink
[version] Update version to 0.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzhangxyz committed Mar 9, 2023
1 parent 17bed81 commit d4175bf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions 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.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
Expand All @@ -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.
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.2"
PROJECT_NUMBER = "0.3.3"
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.2"
#define TAT_VERSION "0.3.3"
#endif

/**
Expand Down

0 comments on commit d4175bf

Please sign in to comment.