Skip to content

Releases: aangelopoulos/ppi_py

ppi_py 0.2.2

08 Mar 07:24
Compare
Choose a tag to compare
  • Optimized _get_lhat_glm function
  • Supports an extra dimension on mean inference
  • Bug fixes: missing optimization_parameters dictionary for logistic,

ppi_py 0.2.0

03 Nov 04:05
Compare
Choose a tag to compare

Version 0.2.0 is out! The main changes are:

  • Implementation of the power tuning and efficient GLM algorithm from https://arxiv.org/abs/2311.01453
  • Weighted versions have been added to almost every method.

ppi_py 0.1.6

03 Oct 18:11
Compare
Choose a tag to compare

More efficient implementation, minor notebook edits.

ppi_py 0.1.5

02 Oct 01:54
Compare
Choose a tag to compare

Initial release of ppi_py package.

Includes

  • docstrings for all public functions
  • auto-generated documentation via Sphinx
  • new README with sections "Getting Started", "Examples", "Usage and Documentation", "Repository Structure", and "Contributing"
  • testing via PyTest
  • code formatting via Black
  • new logo
  • example notebooks are now carefully documented and explained