Skip to content

Commit 0495458

Browse files
committed
update readme and changelog
1 parent c30c3f4 commit 0495458

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="https://github.com/jcmgray/quimb/blob/HEAD/docs/_static/logo-banner.png?raw=true" alt="quimb" width="800px">
1+
![quimb logo](https://github.com/jcmgray/quimb/blob/HEAD/docs/_static/logo-banner.png?raw=true)
22

33
[![Tests](https://github.com/jcmgray/quimb/actions/workflows/tests.yml/badge.svg)](https://github.com/jcmgray/quimb/actions/workflows/tests.yml)
44
[![Code Coverage](https://codecov.io/gh/jcmgray/quimb/branch/main/graph/badge.svg)](https://codecov.io/gh/jcmgray/quimb)
@@ -19,7 +19,7 @@ The `quimb.tensor` module contains tools for working with **tensors and tensor n
1919
- use various backend array libraries such as [jax](https://jax.readthedocs.io) and [torch](https://pytorch.org/) via [autoray](https://github.com/jcmgray/autoray/)
2020
- run specific MPS, PEPS, MERA and quantum circuit algorithms, such as DMRG & TEBD
2121

22-
<img src="https://github.com/jcmgray/quimb/blob/HEAD/docs/_static/rand-tensor.svg?raw=true" width="300px">
22+
![tensor pic](https://github.com/jcmgray/quimb/blob/HEAD/docs/_static/rand-tensor.svg?raw=true)
2323

2424
---
2525

@@ -31,7 +31,7 @@ The core `quimb` module contains tools for reference **'exact'** quantum calcula
3131
- take advantage of [numba](https://numba.pydata.org) accelerations
3232
- stochastically estimate $\mathrm{Tr}f(X)$ quantities
3333

34-
<img src="https://github.com/jcmgray/quimb/blob/HEAD/docs/_static/rand-herm-matrix.svg?raw=true" width="300px">
34+
![matrix pic](https://github.com/jcmgray/quimb/blob/HEAD/docs/_static/rand-herm-matrix.svg?raw=true)
3535

3636
---
3737

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Release notes for `quimb`.
44

55
(whats-new-1-7-1)=
6-
## v1.7.1 (unreleased)
6+
## v1.7.1 (2024-01-30)
77

88
**Enhancements:**
99

0 commit comments

Comments
 (0)