Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
xerus
xerus
Commits
db438b85
Commit
db438b85
authored
May 29, 2017
by
Ben Huber
Browse files
Release v3.0.0
parent
5ef4e0ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog.md
View file @
db438b85
...
...
@@ -2,15 +2,15 @@
Potentially breaking changes are marked with an exclamation point '!' at the begin of their description.
*
2017-
??-??
v3.0.0
*
2017-
05-29
v3.0.0
*
Python wrapper now stable.
*
! REQUIRE macro now logs as error instead of fatal error.
*
! All macros and preprocessor defines now use the XERUS_ prefix. The config.mk file changed accordingly.
*
! TT::find_largest_entry and TT::dyadic_product left the TT scope.
*
! Tensor::modify_diag_elements renamed to Tensor::modify_diagonal_entries for naming consistency.
*
Much faster solve of matrix equations Ax=b by exploiting symmetry and definiteness where possible. This directly speeds up the ALS as well.
*
Added a highly optimized minimal version of the ALS algorithm as xALS.
*
Added Tensor.one_norm() and one_norm(Tensor) to calculate the one norm of a Tensor.
*
New documentation ('make doc') and homepage.
*
Some minor bugfixes and performance improvements.
*
2016-06-23 v2.4.0
...
...
VERSION
View file @
db438b85
2.4
.0
3.0
.0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment