Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmdunla committed Nov 11, 2024
1 parent 221ff63 commit e19a7f5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v1.8.1 (2024-11-11)
- Fixed:
- Aligning comparison operator output for data classes (https://github.com/sandialabs/pyttb/pull/331)
- Improved:
- Getting starting documentation (https://github.com/sandialabs/pyttb/pull/324)
- Development enviroment (https://github.com/sandialabs/pyttb/pull/329, https://github.com/sandialabs/pyttb/pull/330)
- Documentation (https://github.com/sandialabs/pyttb/pull/328, https://github.com/sandialabs/pyttb/pull/334)

# v1.8.0 (2024-10-23)
- Added:
- Added `ktensor.vis` method for visualizing CP decompositions (https://github.com/sandialabs/pyttb/pull/301)
Expand Down
4 changes: 2 additions & 2 deletions CITATION.bib
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@misc{pyttb,
author = {Dunlavy, Daniel M. and Johnson, Nicholas T. and others},
month = oct,
title = {{pyttb: Python Tensor Toolbox, v1.8.0}},
month = nov,
title = {{pyttb: Python Tensor Toolbox, v1.8.1}},
url = {https://github.com/sandialabs/pyttb},
year = {2024}
}
2 changes: 1 addition & 1 deletion pyttb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from __future__ import annotations

__version__ = "1.8.0"
__version__ = "1.8.1"


import warnings
Expand Down

0 comments on commit e19a7f5

Please sign in to comment.