Skip to content

Releases: lenskit/seedbank

Add stdlib RNG

28 May 20:45
aa98ce7
Compare
Choose a tag to compare
Add stdlib RNG Pre-release
Pre-release

This adds a function to get an stdlib RNG.

v0.2.0b1

24 May 07:53
Compare
Choose a tag to compare
v0.2.0b1 Pre-release
Pre-release

Working types and initialization, preparing towards the 0.2.0 release.

Improve exports and usability

14 May 15:14
Compare
Choose a tag to compare
Pre-release

This adds exports and docs to improve usability, small changes mostly.

0.2 pre-release

19 Dec 14:57
Compare
Choose a tag to compare
0.2 pre-release Pre-release
Pre-release

Pre-release of SeedBank 0.2, with types and doc improvements. Only supports Python 3.10 and later (per SPEC0).

v0.1.3

28 Sep 16:17
Compare
Choose a tag to compare

Cleanup release, fixing a bug with Python 3.11 and supporting CuPy.

What's Changed

Full Changelog: v0.1.2...v0.1.3

File Initialization

08 Dec 21:15
e8c48d3
Compare
Choose a tag to compare

New release with the file initialization feature (#10).

Merged PRs

Bugfix

23 Sep 03:53
8d1b351
Compare
Choose a tag to compare

Fixes a critical bug in make_key for strings. All strings hashed to the same key.