Skip to content

Commit 9d3d741

Browse files
committed
Update NEWS
1 parent b1ef842 commit 9d3d741

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

NEWS.md

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111

1212
* For space-filling designs for $p$ parameters, there is a higher likelihood of finding a space-filling design for `1 < size <= p`. Also, single-point designs now default to a random grid (#363).
1313

14+
* The `grid_*()` functions now error instead of warn when provided with the wrong argument to control the grid size. So `grid_space_filling()`, `grid_random()`, `grid_max_entropy()`, and `grid_latin_hypercube()` now error if used with a `levels` argument and `grid_regular()` now errors if used with a `size` argument (#368).
15+
16+
1417
# dials 1.3.0
1518

1619
## Improvements

0 commit comments

Comments
 (0)