Releases: jayantom/sknobs
Releases · jayantom/sknobs
v1.0.2
v1.0.1
Fix warnings.
v1.0.0
Naming this 1.0.0 to initiate semver. We have to start somewhere.
See commits since 0.37 for additional details.
- Fix potential buffer overflows.
- Use limits.h instead of arbitrary data sizes.
- Fix issue with random large integers.
- Fix potential seed instability by ignoring non-initial seed setting.
New python packaging.
Upgrade python packaging to distribute as a platform wheel. (#5) * Upgrade python packaging to distribute as a platform wheel. Move to setuptools and separate setup.cfg configuration file. MANIFEST.in file is no longer needed. Make sknobs extension python2/3 compatible using the py3c library. Link to README.md added as setuptools applies a sandbox to avoid use of outside files. * Note some package dependencies for building. * Avoid attempt to update system POD file. * Include py3c headers to avoid build depenency. Some distros (e.g., AL2) have no package for this. * Add include directory for build.