Skip to content

Commit

Permalink
Bump version to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmdunla authored Jun 8, 2023
1 parent 7e95047 commit f66730e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v1.6.2 (2023-06-08)
- Documentation:
- Updated coverage testing (https://github.com/sandialabs/pyttb/pull/128, https://github.com/sandialabs/pyttb/pull/131, https://github.com/sandialabs/pyttb/pull/132, https://github.com/sandialabs/pyttb/pull/133)
- Updated dev docs for contributors (https://github.com/sandialabs/pyttb/pull/106, https://github.com/sandialabs/pyttb/pull/123)
- Clarifications in `sptensor` (https://github.com/sandialabs/pyttb/pull/137)
- Minor fixes for clarification (https://github.com/sandialabs/pyttb/pull/117)
- Fixes/Completed:
- Fixing indexing/slicing in `tensor` (https://github.com/sandialabs/pyttb/pull/109, https://github.com/sandialabs/pyttb/pull/116)
- Fixing `ktensor` methods: `arrange`, `normalize` (https://github.com/sandialabs/pyttb/pull/103)
- Streamling `khatrirao` code (https://github.com/sandialabs/pyttb/pull/127)
- Avoiding class names for variables (https://github.com/sandialabs/pyttb/pull/118)

# v1.6.1 (2023-04-27)
- New:
- Tensor generator helpers:
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ U.S. Government retains certain rights in this software.
[PRs](https://github.com/sandialabs/pyttb/commits?author=dmdunla)
- [Nick Johnson](@ntjohnson1) - original author, `sptensor`, `ktensor`, `tensor`, `ttensor`, `cp_als`, `cp_apr`,
[PRs](https://github.com/sandialabs/pyttb/commits?author=ntjohnson1)
- [Jordan Medina](@DeepBlockDeepak) - documentation, tutorials,
[PRs](https://github.com/sandialabs/pyttb/commits?author=@DeepBlockDeepak)

**Other Contributors:**
- [Brian Kelley](@brian_kelley) - `numpy` compatability,
Expand Down
2 changes: 1 addition & 1 deletion pyttb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the
# U.S. Government retains certain rights in this software.

__version__ = "1.6.1"
__version__ = "1.6.2"

import warnings

Expand Down

0 comments on commit f66730e

Please sign in to comment.