Skip to content

Commit

Permalink
[version] update version to 0.2.20.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzhangxyz committed Aug 2, 2022
1 parent da8148b commit 75b5acc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
* Changelog

** [[https://github.com/hzhangxyz/TAT/compare/v0.2.19...dev][Unreleased]]
** [[https://github.com/hzhangxyz/TAT/compare/v0.2.20...dev][Unreleased]]

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

** [[https://github.com/hzhangxyz/TAT/compare/v0.2.19...v0.2.20][v0.2.20]] - 2022-08-02

*** Added
+ *tetraku*: Add models data and ansatzes data into an individual package named =tetraku=.
Expand All @@ -15,7 +23,6 @@
internal name usage, two new default internal names are added: =Default_3= and =Default_5=.
*** Deprecated
+ *tetragono*: =_owner= of Configuration for sampling lattice is deprecated, use =owner= instead.
*** Removed
*** Fixed
+ *TAT.hpp*: Fix a bug in windows platform when copying an edge with fermi symmetry.

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.2.19"
PROJECT_NUMBER = "0.2.20"
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.2.19"
#define TAT_VERSION "0.2.20"
#endif

/**
Expand Down

0 comments on commit 75b5acc

Please sign in to comment.