Skip to content

Commit f648f8b

Browse files
committed
chore: force=true for progress-bar
1 parent 38a450c commit f648f8b

File tree

5 files changed

+39
-20
lines changed

5 files changed

+39
-20
lines changed

DESCRIPTION

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: mlexperiments
22
Title: Machine Learning Experiments
3-
Version: 0.0.8.9002
4-
Authors@R:
3+
Version: 0.0.8.9003
4+
Authors@R:
55
person("Lorenz A.", "Kapsner", , "[email protected]", role = c("cre", "aut", "cph"),
66
comment = c(ORCID = "0000-0003-1866-860X"))
77
Description: Provides 'R6' objects to perform parallelized hyperparameter
@@ -17,17 +17,17 @@ Description: Provides 'R6' objects to perform parallelized hyperparameter
1717
License: GPL (>= 3)
1818
URL: https://github.com/kapsner/mlexperiments
1919
BugReports: https://github.com/kapsner/mlexperiments/issues
20-
Depends:
20+
Depends:
2121
R (>= 4.1.0)
22-
Imports:
22+
Imports:
2323
data.table,
2424
kdry,
2525
parallel,
2626
progress,
2727
R6,
2828
splitTools,
2929
stats
30-
Suggests:
30+
Suggests:
3131
class,
3232
datasets,
3333
lintr,
@@ -37,11 +37,11 @@ Suggests:
3737
quarto,
3838
rpart,
3939
testthat (>= 3.0.1)
40-
VignetteBuilder:
40+
VignetteBuilder:
4141
quarto
4242
Config/testthat/edition: 3
4343
Config/testthat/parallel: false
44-
Date/Publication: 2025-12-04 21:51:05.676424 UTC
44+
Date/Publication: 2025-12-05 22:09:28.745637 UTC
4545
Encoding: UTF-8
4646
Roxygen: list(markdown = TRUE)
4747
SystemRequirements: Quarto command line tools

NEWS.md

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,27 @@
22

33
# mlexperiments NEWS
44

5-
## Unreleased (2025-10-16)
5+
## Unreleased (2025-12-05)
6+
7+
#### Bug fixes
8+
9+
- removes cat_vars from tuner-results
10+
([9ebb462](https://github.com/kapsner/mlexperiments/tree/9ebb462f4a7f6ff45d7d93f49868c4ec454b8163))
611

712
#### Other changes
813

14+
- force=true for progress-bar
15+
([d15292d](https://github.com/kapsner/mlexperiments/tree/d15292d5127ae6db095aa5523dd51b692664f049))
16+
- added pre-commit hooks
17+
([38a450c](https://github.com/kapsner/mlexperiments/tree/38a450cba4501cb3c8ebf767be07fed50b43b753))
18+
- updated dev-version
19+
([d288dc5](https://github.com/kapsner/mlexperiments/tree/d288dc55c69e86e8b22a16eb821fa834534bf0f4))
920
- updated news.md
1021
([d9d3111](https://github.com/kapsner/mlexperiments/tree/d9d311123b5b0be1b96defdb9efe763750b152f2))
1122

23+
Full set of changes:
24+
[`v0.0.8...d15292d`](https://github.com/kapsner/mlexperiments/compare/v0.0.8...d15292d)
25+
1226
## v0.0.8 (2025-10-15)
1327

1428
#### Bug fixes
@@ -158,12 +172,21 @@ Full set of changes:
158172

159173
## v0.0.3 (2024-03-07)
160174

175+
#### Bug fixes
176+
177+
- fixed issues for cran submission
178+
([273c1de](https://github.com/kapsner/mlexperiments/tree/273c1de3b25777b9cf08bc2001b5ccd5099748b8))
179+
161180
#### Docs
162181

163182
- updated documentation of r-option for initialization iterations
164183
([4557410](https://github.com/kapsner/mlexperiments/tree/455741038ec0922b1a76d4ccfdce10660d06f0e0))
165184
- updated and restrucutred readme!
166185
([908fa03](https://github.com/kapsner/mlexperiments/tree/908fa03fa3008491bccc1e9c983f06903e3e6167))
186+
- mllearnerbase examples again into dontrun
187+
([1cb02da](https://github.com/kapsner/mlexperiments/tree/1cb02daa0616ba399f53bda0733e4f216aa94a30))
188+
- removed dontrun from roxygen examples of mllearnerbase
189+
([a9d0a77](https://github.com/kapsner/mlexperiments/tree/a9d0a776083dbc6168fcad23c37bc27ea8e2102d))
167190

168191
#### Other changes
169192

@@ -173,16 +196,16 @@ Full set of changes:
173196
([6898ca9](https://github.com/kapsner/mlexperiments/tree/6898ca9218f9e646c51e881d7cbf7ab47f369018))
174197
- update README.md
175198
([c06f675](https://github.com/kapsner/mlexperiments/tree/c06f67595d14ac7aa7fc585b6e2efead7dda95ad))
199+
- fixed spelling and examples
200+
([dd99be3](https://github.com/kapsner/mlexperiments/tree/dd99be3257992041885df17c3295449932d87500))
176201

177202
Full set of changes:
178203
[`v0.0.2...v0.0.3`](https://github.com/kapsner/mlexperiments/compare/v0.0.2...v0.0.3)
179204

180-
## v0.0.2 (2023-06-09)
205+
## v0.0.2 (2023-06-05)
181206

182207
#### Bug fixes
183208

184-
- fixed issues for cran submission
185-
([273c1de](https://github.com/kapsner/mlexperiments/tree/273c1de3b25777b9cf08bc2001b5ccd5099748b8))
186209
- removed splittools from remotes
187210
([5b501cc](https://github.com/kapsner/mlexperiments/tree/5b501cc7b9eb1a8940a4c1ed3026cea43cf28b97))
188211
- removed splittools from remotes
@@ -206,10 +229,6 @@ Full set of changes:
206229

207230
#### Docs
208231

209-
- mllearnerbase examples again into dontrun
210-
([1cb02da](https://github.com/kapsner/mlexperiments/tree/1cb02daa0616ba399f53bda0733e4f216aa94a30))
211-
- removed dontrun from roxygen examples of mllearnerbase
212-
([a9d0a77](https://github.com/kapsner/mlexperiments/tree/a9d0a776083dbc6168fcad23c37bc27ea8e2102d))
213232
- updated vignettes
214233
([b7df96e](https://github.com/kapsner/mlexperiments/tree/b7df96ecd6c824182e75f916c367e7cad2e69891))
215234
- added png plots for vignettes
@@ -221,8 +240,6 @@ Full set of changes:
221240

222241
#### Other changes
223242

224-
- fixed spelling and examples
225-
([dd99be3](https://github.com/kapsner/mlexperiments/tree/dd99be3257992041885df17c3295449932d87500))
226243
- preparing v0.0.2
227244
([0f7cc35](https://github.com/kapsner/mlexperiments/tree/0f7cc35f061b96681a8fcec403ca5bac96c4f328))
228245
- updating version

R/cv_helper_base.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
# init a progress bar
1515
pb <- progress::progress_bar$new(
1616
format = "CV progress [:bar] :current/:total (:percent)\n",
17-
total = length(self$fold_list)
17+
total = length(self$fold_list),
18+
force = TRUE
1819
)
1920

2021
outlist <- list()

R/optimizer_helper_grid.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
# init a progress bar
1313
pb <- progress::progress_bar$new(
1414
format = "\nParameter settings [:bar] :current/:total (:percent)",
15-
total = ngrid
15+
total = ngrid,
16+
force = TRUE
1617
)
1718

1819
optim_results <- lapply(

data-raw/devstuffs.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ my_desc$set_authors(c(
2020
# Remove some author fields
2121
my_desc$del("Maintainer")
2222
# Set the version
23-
my_desc$set_version("0.0.8.9002")
23+
my_desc$set_version("0.0.8.9003")
2424
# The title of your package
2525
my_desc$set(Title = "Machine Learning Experiments")
2626
# The description of your package

0 commit comments

Comments
 (0)