Skip to content

Commit 1fb70e9

Browse files
Prepare 0.16 release (#1370)
* Prepare 0.16 release * Prepare 0.16 * minor fix * minor fix * Update releasenotes/notes/0.16/prepare-0.16-07bda95c73a22819.yaml * Update releasenotes/notes/0.16/prepare-0.16-07bda95c73a22819.yaml Co-authored-by: Matthew Treinish <mtreinish@kortar.org> * Update releasenotes/notes/0.16/prepare-0.16-07bda95c73a22819.yaml --------- Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
1 parent c05a583 commit 1fb70e9

18 files changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
prelude: >
3+
This is a new Rustworkx release with many bug fixes and new features to
4+
the library. The highlights of this release are:
5+
6+
* Enhanced support for type checking with `mypy` and `pyright`
7+
* Support for reading GraphML files that are compressed
8+
* New dominance algorithms
9+
10+
This release uses the `Python Stable ABI <https://docs.python.org/3.9/c-api/stable.html>`__,
11+
and will be compatible with all versions from Python 3.9 onwards. The published
12+
binaries have been tested with Python 3.9 to 3.13, although they will likely
13+
work with future versions like 3.14.
14+
We'd like to thank all the users that reported issues and contributed to this release.
15+
This is the rustworkx release with the most individual contributors to date!

0 commit comments

Comments
 (0)