Pyrff

Latest version: v2.0.2

Safety actively analyzes 613777 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

2.0.2

What's Changed
* Update python setup and codecov actions by michaelosthege in https://github.com/michaelosthege/pyrff/pull/26
* Update citation instructions by michaelosthege in https://github.com/michaelosthege/pyrff/pull/27
* Fix seeding issues with correlated Thompson sampling by michaelosthege in https://github.com/michaelosthege/pyrff/pull/29


**Full Changelog**: https://github.com/michaelosthege/pyrff/compare/v2.0.1...v2.0.2

2.0.1

+ removed the typing package from the requirements (it is in the standard library, see 25)

2.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
+ brute-force probability calculation `get_probabilities` is replaced with `sampling_probabilities` that calculates the Thompson sampling probability for each candidate exactly.

1.0.1

+ fixes a problem where requirements were not automatically installed when `pyrff` was installed via `setup.py`

1.0.0

+ first public release
+ will adhere to semantic versioning for all future releases

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.