diff --git a/LICENSE.txt b/LICENSE.txt index e787efaa..ec31d920 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright 2015-2022 Johnnie Gray +Copyright 2015-2024 Johnnie Gray Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/docs/changelog.md b/docs/changelog.md index 5ecee741..5f3f3fda 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,12 +5,18 @@ Release notes for `quimb`. (whats-new-1-7-1)= ## v1.7.1 (unreleased) +** Enhancements:** + +- add [TensorNetwork.visualize_tensors](quimb.tensor.TensorNetwork.visualize_tensors) + for visualizing the actual data entries of an entire tensor network. + **Bug fixes:** - fix bug in [`kruas_op`](quimb.kraus_op) when operator spanned multiple subsystems ({issue}`214`) - fix bug in [`qr_stabilized`](quimb.decomp.qr_stabilized) when the diagonal of `R` has significant imaginary parts. +- fix bug in quantum discord computation when the state was diagonal ({issue}`217`) (whats-new-1-7-0)=