Skip to content

Releases: jayantom/sknobs

v1.0.2

10 Jan 18:20
9cf65ed
Compare
Choose a tag to compare

Fixes file recursion bug.

v1.0.1

20 Jan 01:37
b2fc0ea
Compare
Choose a tag to compare

Fix warnings.

v1.0.0

30 Nov 21:08
1eac8a3
Compare
Choose a tag to compare

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.

15 Sep 22:11
c29c3a9
Compare
Choose a tag to compare
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.