File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11set (CADABRA_VERSION_MAJOR 2)
22set (CADABRA_VERSION_MINOR 3)
33set (CADABRA_VERSION_PATCH 7)
4- set (CADABRA_VERSION_TWEAK 4 )
4+ set (CADABRA_VERSION_TWEAK 5 )
55set (COPYRIGHT_YEARS "2001-2021" )
66math (EXPR SYSTEM_BITS "${CMAKE_SIZEOF_VOID_P} * 8" )
77find_program (GIT git PATHS ${GIT_DIR} )
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ <h1>Change log</h1>
1818< a name ="master "> </ a >
1919< h3 > github master (2.3.7)</ h3 >
2020< ul >
21+ < li > Option to display negative powers as fractions (Dominic).</ li >
2122 < li > New algorithm < tt > slot_asym</ tt > to (anti-)symmetrise objects in
2223 indices by giving index positions instead of names.</ li >
2324 < li > New functionality to implement algorithms in Python (Dominic).</ li >
@@ -39,6 +40,7 @@ <h3>github master (2.3.7)</h3>
3940 < li > Fix LaTeX code to avoid some global variable name clashes.</ li >
4041</ ul >
4142
43+ < a name ="2.3.6 "> </ a >
4244< h3 > 2.3.6 (released 30-Dec-2020)</ h3 >
4345< ul >
4446 < li > Once further change to the installation path of
You can’t perform that action at this time.
0 commit comments