Skip to content

Commit

Permalink
Add tqdm reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jungtaekkim committed Aug 16, 2023
1 parent b5c270b commit 33c87a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
2 changes: 1 addition & 1 deletion paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 33c87a2

Please sign in to comment.