Skip to content

Commit 6361b40

Browse files
authored
Prepare the 0.5.0 release (#95)
1 parent e1239ce commit 6361b40

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to `maq` will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.5.0] - 2024-11-14
8+
9+
### Added
10+
- Invisibly return data when calling plot to allow for optional customization with other plotting libraries. [#94](https://github.com/grf-labs/maq/pull/94)
11+
12+
### Fixed
13+
- Omit empty CI plots lines when R = 0. [#76](https://github.com/grf-labs/maq/pull/76)
14+
715
## [0.4.0] - 2024-04-18
816

917
### Added

RELEASES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ For a big release, can also run `R CMD check --as-cran --run-donttest --use-valg
8787

8888
## Previous performance test results
8989

90+
**0.5.0**
91+
92+
Only a minor release with no perf/C++ touches.
93+
9094
**0.4.0**
9195

9296
Only a minor release with no perf/C++ touches.

r-package/maq/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: maq
22
Title: Multi-Armed Qini
3-
Version: 0.4.0
3+
Version: 0.5.0
44
Authors@R: c(
55
person("Erik", "Sverdrup", email = "erik.sverdrup@monash.edu", role = c("aut", "cre")),
66
person("Han", "Wu", role = "aut"),

0 commit comments

Comments
 (0)