Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmdunla committed Feb 20, 2023
1 parent d97ca7f commit bc83b26
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v1.3.9 (2023-02-20)
- Remove deprecated `numpy` code associated with aliases to built-in types and ragged arrays (Issue #48, PR #49)

# v1.3.8 (2022-10-12)
- Fixed `pyttb_utils.tt_ind2sub` (Issue #45, PR #47)
- Implemented `ktensor.score` (Issue #46, PR #47)
Expand Down
18 changes: 13 additions & 5 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,17 @@ U.S. Government retains certain rights in this software.

## Contributors

**Primary POC:** Danny Dunlavy, [email protected]
**Primary POC:** [Danny Dunlavy](@dmdunla)

**Contributors:**
* Danny Dunlavy - original author, `sptensor`, `ktensor`, `tensor`, `tenmat`, `cp_als`, `cp_apr`
* Nick Johnson - original author, `sptensor`, `ktensor`, `tensor`, `cp_als`, `cp_apr`
* Derek Tucker - `tensor`
**Main Developers:**

- [Danny Dunlavy](@dmdunla) - original author, `sptensor`, `ktensor`, `tensor`, `tenmat`, `cp_als`, `cp_apr`,
[PRs](https://github.com/sandialabs/pyttb/commits?author=dmdunla)
- [Nick Johnson](@ntjohnson1) - original author, `sptensor`, `ktensor`, `tensor`, `cp_als`, `cp_apr`,
[PRs](https://github.com/sandialabs/pyttb/commits?author=ntjohnson1)

**Other Contributors:**
- [Brian Kelley](@brian_kelley) - `numpy` compatability,
[PRs](https://github.com/sandialabs/pyttb/commits?author=brian-kelley)
- [Derek Tucker](@jdtuck)[#1] - `tensor`,
[PRs](https://github.com/sandialabs/pyttb/commits?author=jdtuck)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyttb"
version = "1.3.8"
version = "1.3.9"
description = "Python Tensor Toolbox"
authors = [
{name="Daniel M. Dunlavy", email="[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='pyttb',
version='1.3.8',
version='1.3.9',
packages=['pyttb'],
package_dir={'': '.'},
url='',
Expand Down

0 comments on commit bc83b26

Please sign in to comment.