Skip to content

Commit

Permalink
previous version not saved on setup; re-release to 0.0.11a
Browse files Browse the repository at this point in the history
  • Loading branch information
lshpaner committed Jul 11, 2024
1 parent 27ff1a0 commit 9026ccf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ Before you install `model_tuner`, ensure your system meets the following require

Additionally, `model_tuner` depends on the following packages, which will be automatically installed when you install `model_tuner` using pip:

- NumPy: Version 1.21.6 or higher
- `numpy`: Version 1.21.6 or higher

- Pandas: Version 1.3.5 or higher
- `pandas`: Version 1.3.5 or higher

- joblib: Version 1.3.2 or higher
- `joblib`: Version 1.3.2 or higher

- scikit-learn: Version 1.0.2 or higher
- `scikit-learn`: Version 1.0.2 or higher

- scipy: Version 1.7.3 or higher
- `scipy`: Version 1.7.3 or higher

- tqdm: Version 4.66.4 or higher
- `tqdm`: Version 4.66.4 or higher


## Installation
Expand Down Expand Up @@ -53,13 +53,13 @@ If you use `model_tuner` in your research or projects, please consider citing it
```bibtex
@software{arthur_funnell_2024_12727323,
author = {Arthur Funnell and
Leon Shpaner and
Leonid Shpaner and
Panayiotis Petousis},
title = {uclamii/model\_tuner: model tuner 0.0.09a},
title = {uclamii/model\_tuner: model tuner 0.0.11a},
month = jul,
year = 2024,
publisher = {Zenodo},
version = {0.0.09a},
version = {0.0.11a},
doi = {10.5281/zenodo.12727323},
url = {https://doi.org/10.5281/zenodo.12727323}
}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="model_tuner",
version="0.0.09a",
version="0.0.11a",
author="UCLA CTSI ML Team: Leonid Shpaner, Arthur Funnell, Panayiotis Petousis",
author_email="[email protected]",
description="A Python library for tuning Machine Learning models.",
Expand Down
2 changes: 1 addition & 1 deletion src/model_tuner/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.0.10a"
__version__ = "0.0.11a"

from .main import *

0 comments on commit 9026ccf

Please sign in to comment.