From 33c87a2ed7e2a3f53abb7f1fcd7c90ac89acab88 Mon Sep 17 00:00:00 2001 From: Jungtaek Kim Date: Wed, 16 Aug 2023 14:37:40 -0400 Subject: [PATCH] Add tqdm reference --- paper.bib | 8 ++++++++ paper.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/paper.bib b/paper.bib index 451c543..02e2312 100644 --- a/paper.bib +++ b/paper.bib @@ -269,3 +269,11 @@ @article{RoyPT2023joss year=2023, doi={10.21105/joss.05309} } + +@misc{tqdm2016software, + author={The tqdm authors}, + title={tqdm}, + publisher={GitHub}, + url={https://github.com/tqdm/tqdm}, + year=2016 +} diff --git a/paper.md b/paper.md index dbad4ed..4bfad0e 100644 --- a/paper.md +++ b/paper.md @@ -160,7 +160,7 @@ achieved 100\% coverage. In addition, unit tests for measuring execution time are also provided. - Dependency: Our package depends on NumPy [@HarrisCR2020nature], SciPy [@VirtanenP2020nm], a quasi-Monte Carlo submodule in SciPy [@RoyPT2023joss], -pycma [@HansenN2019software], and tqdm. +pycma [@HansenN2019software], and tqdm [@tqdm2016software]. - Installation: Our software is released via the Python Package Index (PyPI) meaning users can easily install BayesO into their environment. - Documentation: We create official documentation with docstring.