Skip to content

Commit

Permalink
Add complexities to changelist
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Novikov committed Jan 8, 2018
1 parent 62f192f commit 0246ecb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Manually import all the relevant function in __init__ and avoid importing internal tools.
- gather_nd for gathering several elements from a TT-objects at once.
- Overload operations to support `a - b`, `a + -b`, `0.4 * a`.


- Add complexities of some functions into the docstrings.

### Changed
- Speed improvements (in particular to quadratic form, ).
- Speed improvements (in particular to quadratic_form).
- Bug fixes.
- Multiplication by a number uniformly multiplies all cores (improved stability for large tensors).
- Better test coverage.
Expand Down

0 comments on commit 0246ecb

Please sign in to comment.