Skip to content

Commit 71f67b0

Browse files
committed
[NDTensors] [ITensors] [ITensorVisualizationBase] [ITensorGLMakie] Bump to NDTensors v0.1.35, ITensors v0.2.16, ITensorVisualizationBase v0.1.2, ITensorGLMakie v0.1.1
1 parent 0309430 commit 71f67b0

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

NEWS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,29 @@ Note that as of Julia v1.5, in order to see deprecation warnings you will need t
66

77
After we release v1 of the package, we will start following [semantic versioning](https://semver.org).
88

9+
ITensors v0.1.2 Release Notes
10+
==============================
11+
12+
Bugs:
13+
14+
Enhancements:
15+
16+
- Remove subscript from single tensor visualization. Show plevs by default. (#841)
17+
918
ITensors v0.1.1 Release Notes
1019
==============================
1120

21+
Bugs:
22+
23+
Enhancements:
24+
1225
- Generalize `ITensorVisualizationBase.visualize` to make it easier to overload for new types (#802)
1326

1427
ITensors v0.1.0 Release Notes
1528
==============================
1629

30+
Bugs:
31+
32+
Enhancements:
33+
1734
- Register ITensorVisualizationBase package, code in ITensors.jl repository

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ITensorVisualizationBase"
22
uuid = "cd2553d2-8bef-4d93-8a38-c62f17d5ad23"
33
authors = ["Matthew Fishman <mfishman@flatironinstitute.org> and contributors"]
4-
version = "0.1.1"
4+
version = "0.1.2"
55

66
[deps]
77
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"

0 commit comments

Comments
 (0)