Skip to content

Commit 47dda89

Browse files
committed
Prepare for release 1.1.0. (#44)
1 parent dea8727 commit 47dda89

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

HOWTO_RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
2. Update [RELEASE.md](https://github.com/GPflow/check_shapes/blob/develop/RELEASE.md).
99
- Make sure it contains up-to-date release notes for the next release.
10-
* They should cover all changes, that are visible to library users on the `develop` branch
10+
* They should cover all changes that are visible to library users on the `develop` branch
1111
since the most recent release.
1212
* They should make clear to users whether they might benefit from this release and what
1313
backwards incompatibilities they might face.

RELEASE.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This release contains contributions from:
3333
<INSERT>, <NAME>, <HERE>, <USING>, <GITHUB>, <HANDLE>
3434

3535

36-
# Release 1.0.1 (next upcoming release in progress)
36+
# Release 1.1.1 (next upcoming release in progress)
3737

3838
<INSERT SMALL BLURB ABOUT RELEASE FOCUS AREA AND POTENTIAL TOOLCHAIN CHANGES>
3939

@@ -66,6 +66,28 @@ This release contains contributions from:
6666
<INSERT>, <NAME>, <HERE>, <USING>, <GITHUB>, <HANDLE>
6767

6868

69+
# Release 1.1.0
70+
71+
Maintenance release. Mostly importantly adds support for Python 3.11, but also adds a couple of
72+
small features.
73+
74+
## Major Features and Improvements
75+
76+
* Adds support for:
77+
- Python 3.11
78+
- PyTorch 2.0
79+
- TensorFlow 2.12
80+
- JAX 0.4
81+
* Adds support for annotating `functools.partial` functions.
82+
* Hides `check_shapes` stack frames from stack traces, to be less spammy.
83+
84+
## Thanks to our Contributors
85+
86+
This release contains contributions from:
87+
88+
jesnie, uri-granta
89+
90+
6991
# Release 1.0.0
7092

7193
Release version 1.0.0!

check_shapes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
install_tfp_integration()
4444
install_torch_integration()
4545

46-
__version__ = "1.0.0"
46+
__version__ = "1.1.0"
4747

4848
__all__ = [
4949
"Dimension",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "check_shapes"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "A library for annotating and checking the shapes of tensors."
55
authors = [
66
"Jesper Nielsen <jespernielsen1982+check_shapes@gmail.com>",

0 commit comments

Comments
 (0)