Skip to content

Commit

Permalink
bump version v23.0.1-beta -> v24.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
radlfabs committed Jan 23, 2024
1 parent a3cdcc4 commit 4e13ecb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flexcv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .model_mapping import ModelMappingDict, ModelConfigDict
from .repeated import RepeatedCV

__version__ = "v23.0.1-beta"
__version__ = "v24.0-beta"

__all__ = [
"CrossValidation",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "flexcv"
version = "v23.0.1-beta"
version = "v24.0-beta"
description = "Easy and flexible nested cross validation for tabular data in python."
readme = "README.md"

Expand Down Expand Up @@ -108,7 +108,7 @@ addopts = ["-rf", "--import-mode=importlib"]
filterwarnings = ["ignore:jsonschema.RefResolver is deprecated:DeprecationWarning"]

[tool.bumpver]
current_version = "v23.0.1-beta"
current_version = "v24.0-beta"
version_pattern = 'vYY.MINOR[.PATCH][-TAG]'
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
Expand Down

2 comments on commit 4e13ecb

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
flexcv
   core.py190597%280–281, 320–321, 566
   fold_logging.py56296%136–139
   interface.py3294287%125, 128, 182, 184, 187, 190–191, 195, 320, 325, 328, 358, 422, 427, 605, 608, 618, 622, 629, 643, 646, 664, 713, 796–797, 800–801, 877, 886, 891, 896, 900–930
   merf.py1541888%169, 172, 191, 235, 246–248, 306, 384, 400–413, 417–422, 428
   metrics.py12192%72
   model_mapping.py23387%141–143
   model_postprocessing.py2191693%123, 170, 201, 227, 266, 288–293, 303–305, 405, 552, 647
   model_selection.py70297%61, 65
   models.py95496%197, 209, 219, 223
   plot.py1262183%101–102, 111–116, 175–181, 194–200, 236
   repeated.py1151587%30–32, 217–223, 258–260, 272, 285–288, 360
   results_handling.py75791%79, 254–255, 260, 264, 267, 271
   run.py30197%50
   split.py58591%103–106, 131–134, 154
   utilities.py822668%24, 157–163, 174–210
   yaml_parser.py53394%118, 205–220
TOTAL186717191% 

Tests Skipped Failures Errors Time
237 0 💤 0 ❌ 0 🔥 2m 32s ⏱️

@radlfabs
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This created a release tag but did not trigger my workflow for PyPI :((

Please sign in to comment.