Skip to content

Latest commit

 

History

History
141 lines (111 loc) · 11.3 KB

CHANGELOG.md

File metadata and controls

141 lines (111 loc) · 11.3 KB

Changelog

v0.8.1 (2022-05-12)

v0.8.0 (2022-03-02)

Feature

  • General normal and multivariate normal loglikelihood (fa75102)

Fix

  • Correct output shape for dpotrs in _loglike_multivariate_normal (3f80dee)

Documentation

  • Fixed 1D cholesky example. Closes #8 (39681eb)

v0.7.3 (2022-02-03)

Fix

  • Added underscore to name of kron_loglike_ND_tridiag (3f5442f)

v0.7.2 (2022-02-03)

Feature

  • Option to add jitter to the covariance matrix when std_meas is zero (170d450)
  • Std_meas and y_model are now optional arguments wherever possible. Closes #4 (133c7a1)
  • Implemented loglikelihood_linear_normal (1d006b9)
  • Fixed loglikelihood.py and updated test_block_cholesky_loglikelihood_2D to account for change in call signature of chol_loglike_2D (4f15832)
  • Reworked some call signatures and docstrings for consistency, reworked kron_loglike_2D to work in cases with no tridiagonality. (ffa75a8)
  • Utility function for checking and casting standard deviation into arrays (227778b)
  • Updated integration test for cholesky 1D likelihood (2bdeab1)
  • Reworked chol_loglike_1D to make measurement uncertainty and multiplicative scaling factor optional (cd5b377)
  • Added testing for block Cholesky decomposition and loglikelihood (6b8c172)
  • Added additive 1D cholesky loglikelihood example (21b0f9b)
  • Added pypirc to gitignore (d82c786)
  • Setting up semantic versioning (b864d1b)
  • Changed name in setup.py for PyPI upload (2b523c2)
  • Removed older/unused code from loglikelihood.py (e17d0e9)

Fix

  • Disabled kron_loglike_2D_tridiag due to error (170e868)
  • Fixed error in logic of log_likelihood_linear_normal (65419f0)
  • Fixed input shape of chol_loglike_2D (36ed7ed)
  • Added casting of scalars to arrays in inv_cov_vec_1D. Closes #5 (699c50e)
  • Fixed typo in setup.py (d75ead0)
  • Setup.py not reading version number when using semantic versioning (60ed4a3)

Documentation

  • Fixed 1D cholesky example (b508b7b)
  • Fixed kron_saple_ND docstring (984d63b)
  • Added first test usage example using sphinx-gallery (5bc26f9)
  • Added docstrings and typehints to sampling.py (9d9baf1)
  • Improved docstrings in loglikelihood.py and implemented type hinting (fd46528)
  • Added sphinx.ext.todo extension to support todo's in docs (7e72dcb)
  • Switched to rtd theme (a6ac8f9)
  • Fixed typo in for_controbitors.md (c417907)
  • Fixed conf.py path in readthedocs.yaml (451b66f)
  • Updated paths in conf.py (8c87b11)
  • Added readthedocs yaml file and specified documentation requirements (d957d67)
  • Removed some unused dependencies from setup.py (cf2a035)
  • Improved documentation and switched to markdown (86d74f9)
  • Added initial tests for documentation with Sphinx (86c4786)

v0.7.1 (2022-02-03)

v0.7.0 (2022-02-03)

Feature

  • Option to add jitter to the covariance matrix when std_meas is zero (170d450)

v0.6.0 (2022-02-03)

Feature

  • Std_meas and y_model are now optional arguments wherever possible. Closes #4 (133c7a1)
  • Implemented loglikelihood_linear_normal (1d006b9)

Fix

  • Fixed error in logic of log_likelihood_linear_normal (65419f0)

v0.5.0 (2022-02-02)

Feature

  • Fixed loglikelihood.py and updated test_block_cholesky_loglikelihood_2D to account for change in call signature of chol_loglike_2D (4f15832)
  • Reworked some call signatures and docstrings for consistency, reworked kron_loglike_2D to work in cases with no tridiagonality. (ffa75a8)
  • Utility function for checking and casting standard deviation into arrays (227778b)

Fix

  • Fixed input shape of chol_loglike_2D (36ed7ed)
  • Added casting of scalars to arrays in inv_cov_vec_1D. Closes #5 (699c50e)

Documentation

  • Fixed 1D cholesky example (b508b7b)

v0.4.0 (2022-01-12)

Feature

  • Updated integration test for cholesky 1D likelihood (2bdeab1)
  • Reworked chol_loglike_1D to make measurement uncertainty and multiplicative scaling factor optional (cd5b377)

Documentation

  • Fixed kron_saple_ND docstring (984d63b)
  • Added first test usage example using sphinx-gallery (5bc26f9)

v0.3.1 (2022-01-10)

Documentation

  • Added docstrings and typehints to sampling.py (9d9baf1)

v0.3.0 (2022-01-10)

Feature

  • Added testing for block Cholesky decomposition and loglikelihood (6b8c172)
  • Added additive 1D cholesky loglikelihood example (21b0f9b)

Documentation

  • Improved docstrings in loglikelihood.py and implemented type hinting (fd46528)
  • Added sphinx.ext.todo extension to support todo's in docs (7e72dcb)

v0.2.2 (2021-11-29)

Fix

v0.2.1 (2021-11-29)

v0.2.0 (2021-11-29)

Feature

  • Added pypirc to gitignore (d82c786)

Fix

  • Setup.py not reading version number when using semantic versioning (60ed4a3)

v0.1.0 (2021-11-29)

Feature

  • Setting up semantic versioning (b864d1b)
  • Changed name in setup.py for PyPI upload (2b523c2)
  • Removed older/unused code from loglikelihood.py (e17d0e9)

Documentation

  • Switched to rtd theme (a6ac8f9)
  • Fixed typo in for_controbitors.md (c417907)
  • Fixed conf.py path in readthedocs.yaml (451b66f)
  • Updated paths in conf.py (8c87b11)
  • Added readthedocs yaml file and specified documentation requirements (d957d67)
  • Removed some unused dependencies from setup.py (cf2a035)
  • Improved documentation and switched to markdown (86d74f9)
  • Added initial tests for documentation with Sphinx (86c4786)