Skip to content

Commit d3fa430

Browse files
committed
Add news for v3.6.4
1 parent 2866f1b commit d3fa430

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

NEWS.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# gsDesign 3.6.4 (July, 2024)
2+
3+
## Improvements
4+
5+
We have made the spending function summary output more readable and informative.
6+
7+
- Text summaries for spending functions with multiple parameters are now
8+
properly formatted. For instance, `a b = 0.5 1.5` is now displayed as
9+
`a = 0.5, b = 1.5` (@jdblischak, #162).
10+
- The `summary()` method for `sfLDOF()` no longer includes the redundant
11+
`none = 1` in its output (@jdblischak, #159).
12+
13+
## Documentation
14+
15+
- Added a note about using a positive scalar for `sfupar` in `sfLDOF()`
16+
to create a generalized O'Brien-Fleming spending function
17+
(@keaven, [52cc711](https://github.com/keaven/gsDesign/commit/52cc711),
18+
[99996b](https://github.com/keaven/gsDesign/commit/99996b)).
19+
- Improved math rendering in our pkgdown site vignettes by switching to KaTeX,
20+
which is now supported in pkgdown 2.1.0 (@nanxstats, #161).
21+
- Standardized vignette titles and headings by using h2 as the base level
22+
and adopting sentence case throughout (@nanxstats, #158).
23+
124
# gsDesign 3.6.3 (July, 2024)
225

326
## New features

0 commit comments

Comments
 (0)