File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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 1)
4- set (CADABRA_VERSION_TWEAK 14 )
4+ set (CADABRA_VERSION_TWEAK 15 )
55set (COPYRIGHT_YEARS "2001-2020" )
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 @@ -39,6 +39,9 @@ <h3>github master (2.3.1)</h3>
3939 (Dominic).</ li >
4040 < li > Fixes for compatibility with newer < tt > SymPy</ tt > versions.</ li >
4141 < li > Added a 'find' function in the notebook, to search input cells.</ li >
42+ < li > New Jupyter kernel (enabled by default) which does not require
43+ Xeus; you can now get access to Cadabra on Jupyter on all supported
44+ systems, not just Conda (Fergus).</ li >
4245</ ul >
4346
4447< a name ="2.3.0 "> </ a >
@@ -58,9 +61,6 @@ <h3>2.3.0 (released 10-Jun-2020)</h3>
5861 < li > Various fixes for behaviour of < tt > unwrap</ tt > with anti- or
5962 non-commuting arguments.</ li >
6063 < li > New < tt > meld</ tt > algorithm for canonicalisation (Dominic).</ li >
61- < li > New Jupyter kernel (enabled by default) which does not require
62- Xeus; you can now get access to Cadabra on Jupyter on all supported
63- systems, not just Conda (Fergus).</ li >
6464</ ul >
6565
6666< a name ="2.2.8 "> </ a >
You can’t perform that action at this time.
0 commit comments