1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
# Release Notes
## Unreleased
## 3.2.2
- Removes type stubs for `random` to fix type-checking failures
under Python 3.11.
## 3.2.1
- Fixes import failure under Python 3.11
## 3.2.0
- PEP 561 compatible typing
- Fix a bug that made xeger() fail under pypy3.8
## 3.1.0
- Fix a bug where setting end_range but not start_range would fail.
- Statically type the library, using PEP 484 annotations.
- Drops test coverage for Python 3.6 (EoL December 2021).
- Adds test coverage for Python 3.10.
## 3.0.0
- Drops support for Python 2.7 and 3.5
- Fixes a bug where `include` could make the generated string too long.
- Add new `rstr.unambiguous()` method that omits homographs.
|