Releases: michaelosthege/pyrff
Releases · michaelosthege/pyrff
v2.0.2
What's Changed
- Update python setup and codecov actions by @michaelosthege in #26
- Update citation instructions by @michaelosthege in #27
- Fix seeding issues with correlated Thompson sampling by @michaelosthege in #29
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.0
Changes & new features for discrete Thompson sampling:
- signature of
sample_batch
changed:- samples must be passed as
(C, S)
or(C, ?)
instead of (S, C). This is to permit unequal sample sizes. - a new kwarg
correlated:bool
must be specified to choose between jointly or independently sampling from the candidate posterior samples
- samples must be passed as
- brute-force probability calculation
get_probabilities
is replaced withsampling_probabilities
that calculates the Thompson sampling probability for each candidate exactly.
v1.0.1
- fixes a problem where requirements were not automatically installed when
pyrff
was installed viasetup.py
v1.0.0
- first public release
- will adhere to semantic versioning for all future releases