Releases: omaciel/fauxfactory
Releases · omaciel/fauxfactory
v3.1.1
What's Changed
- Dropping support for Python 3.6, 3.7; added 3.11, 3.12.
- Several code linting and smell checks.
- Improve execution time of some key methods
- Better selection for CJK characters.
Full Changelog: v3.1.0...v3.1.1
v3.1.0
CI Updated to run on Python 3.6, 3.7, and 3.8. Python 3.5 is no longer actively tested for contributions as of this release.
@JaryN Improved support for static analysis tools and type annotation
@mayurilahane cleaned up documentation
v3.0.6
Merge pull request #111 from mshriver/pypi-token
try another syntax...
v3.0.5
Updated versioning, using setuptools-scm to auto-version on build.
v3.0.4
Resolve flake failures in CI
v3.0.3
Fixes for warnings for file resources
v3.0.2
Brown paper bag release to make sure that facts.json
file is included with the distribution.
v3.0.0
- Make
gen_utf8
return optionally only BMP characters
(6201b63)
- Don't install tests into the binary distribution
(b291873, @evgeni)
- Use floor division operator in base_repr for Python 3
compatibility (914178a, @gshefer)
- New
gen_octagonal
and gen_hexadecimal
methods added
(57f5d17, @gshefer)
v2.1.2
Remove tests, docs and contrib from binary distribution.