Skip to content

Commit c8f0713

Browse files
committed
Bump versions for NDTensors, ITensors, etc.
* Bump NDTensors to 0.1.34. * Bump ITensors to 0.2.13. * Bump ITensorVisualizationBase to 0.1.1. * Start adding NEWS.md for subdir packages.
1 parent fb1b87e commit c8f0713

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
@@ -0,0 +1,17 @@
1+
This file is a (mostly) comprehensive list of changes made in each release of ITensorVisualizationBase.jl. For a completely comprehensive but more verbose list, see the [commit history on Github](https://github.com/ITensor/ITensors.jl/commits/main/ITensorVisualizationBase).
2+
3+
While we are in v0.x of the package, we will follow the convention that updating from v0.x.y to v0.x.(y+1) (for example v0.1.15 to v0.1.16) should not break your code, unless you are using internal/undocumented features of the code, while updating from `v0.x.y` to `v0.(x+1).y` might break your code, though we will try to add deprecation warnings when possible, such as for simple cases where the name of a function changes.
4+
5+
Note that as of Julia v1.5, in order to see deprecation warnings you will need to start Julia with `julia --depwarn=yes` (previously they were on by default). Please run your code like this before upgrading between minor versions of the code (for example from v0.1.41 to v0.2.0).
6+
7+
After we release v1 of the package, we will start following [semantic versioning](https://semver.org).
8+
9+
ITensors v0.1.1 Release Notes
10+
==============================
11+
12+
- Generalize `ITensorVisualizationBase.visualize` to make it easier to overload for new types (#802)
13+
14+
ITensors v0.1.0 Release Notes
15+
==============================
16+
17+
- 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.0"
4+
version = "0.1.1"
55

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

0 commit comments

Comments
 (0)