Skip to content

Commit

Permalink
update to 0.2.0, update references, unpin polyagamma
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Jankowiak committed Jan 23, 2025
1 parent a72f78c commit 1b0c9e1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
23 changes: 14 additions & 9 deletions docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Martin Jankowiak: [email protected]
References
----------

* Jankowiak, M., 2022. `Bayesian Variable Selection in a Million Dimensions <https://arxiv.org/abs/2208.01180>`__ arXiv preprint arXiv:2208.01180.
* Jankowiak, M., 2023. `Bayesian Variable Selection in a Million Dimensions <https://proceedings.mlr.press/v206/jankowiak23a.html>`__ AISTATS 2023.

* Zanella, G. and Roberts, G., 2019. `Scalable importance tempering and Bayesian variable selection <https://rss.onlinelibrary.wiley.com/doi/abs/10.1111/rssb.12316>`__. Journal of the Royal Statistical Society: Series B (Statistical Methodology), 81(3), pp.489-517.

Expand All @@ -153,12 +153,17 @@ If you use millipede please consider citing:

::

@article{jankowiak2022bayesian,
title={Bayesian Variable Selection in a Million Dimensions},
author={Martin Jankowiak},
journal={arXiv preprint arXiv:{2208.01180},
year={2022},
eprint={2208.01180},
archivePrefix={arXiv},
primaryClass={stat.ME}
@InProceedings{pmlr-v206-jankowiak23a,
title = {Bayesian Variable Selection in a Million Dimensions},
author = {Jankowiak, Martin},
booktitle = {Proceedings of The 26th International Conference on Artificial Intelligence and Statistics},
pages = {253--282},
year = {2023},
volume = {206},
series = {Proceedings of Machine Learning Research},
month = {25--27 Apr},
publisher = {PMLR},
pdf = {https://proceedings.mlr.press/v206/jankowiak23a/jankowiak23a.pdf},
url = {https://proceedings.mlr.press/v206/jankowiak23a.html},
}

2 changes: 1 addition & 1 deletion millipede/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.0"
__version__ = "0.2.0"

from millipede.binomial import CountLikelihoodSampler
from millipede.normal import NormalLikelihoodSampler
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
install_requires=[
"torch>=1.11",
"pandas",
"polyagamma==1.3.2",
"polyagamma",
"tqdm",
],
extras_require={
Expand Down

0 comments on commit 1b0c9e1

Please sign in to comment.