From 614a8c1eeaef22e40f04fa98d818aa1be9645043e6fe39c2d2a95a7605cd20ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Br=C3=BCns?= Date: Wed, 18 Sep 2019 12:59:03 +0000 Subject: [PATCH] Accepting request 731660 from home:kwk:branches:science Add changes from https://cadabra.science/changelog.html * Added cdb.utils.develop and cdb.relativity.abstract. * Added authentication token to all client-server communication. * Various extensions to the Trace property. * Make property info available from Python (Dominic). * Fixed integration by parts with index-less derivatives. * Added eliminate_vielbein. * Fixed display of lists of sympy expressions. * Fixed (finally) UTF8 input for non-English symbols. - Update to 2.2.6 * Experimental notebook diff viewer (Dominic). * Warn when about to overwrite an existing notebook. * Improvements for HiDPI screens especially on macOS. * Fix crash in sym/asym. * Fix undo/redo crash in notebook when deleting cells. * Improvements to the cdb.core.manip package (Dominic). * Fix in young_project_tensor. * Fix pattern matching for anti-commuting factors. * Added explicit_indices to convert expressions with implicit indices to their explicit form. * Add option to build a Jupyter kernel. * Fix bug in split_index (acted on wrong parts of expressions). * Fix bug with substitute not checking constraints for single-factor patterns. * Add partial option to substitute to require that products or sums match all terms, not just a partial sum or partial product. OBS-URL: https://build.opensuse.org/request/show/731660 OBS-URL: https://build.opensuse.org/package/show/science/cadabra2?expand=0&rev=30 --- cadabra2.changes | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/cadabra2.changes b/cadabra2.changes index 7be8587..2459cda 100644 --- a/cadabra2.changes +++ b/cadabra2.changes @@ -2,7 +2,33 @@ Tue Jun 25 09:24:38 UTC 2019 - Atri Bhattacharya - Update to version 2.2.7: - * List of changes unavailable from upstream. + * Added cdb.utils.develop and cdb.relativity.abstract. + * Added authentication token to all client-server communication. + * Various extensions to the Trace property. + * Make property info available from Python (Dominic). + * Fixed integration by parts with index-less derivatives. + * Added eliminate_vielbein. + * Fixed display of lists of sympy expressions. + * Fixed (finally) UTF8 input for non-English symbols. + +- Update to 2.2.6 + * Experimental notebook diff viewer (Dominic). + * Warn when about to overwrite an existing notebook. + * Improvements for HiDPI screens especially on macOS. + * Fix crash in sym/asym. + * Fix undo/redo crash in notebook when deleting cells. + * Improvements to the cdb.core.manip package (Dominic). + * Fix in young_project_tensor. + * Fix pattern matching for anti-commuting factors. + * Added explicit_indices to convert expressions with + implicit indices to their explicit form. + * Add option to build a Jupyter kernel. + * Fix bug in split_index (acted on wrong parts of expressions). + * Fix bug with substitute not checking constraints for + single-factor patterns. + * Add partial option to substitute to require that products or sums + match all terms, not just a partial sum or partial product. + - Refresh cadabra2-add-pthread-to-cxxflags.patch for version update, no effective changes.