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.