Skip to content

Commit

Permalink
news + version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
grantmcdermott committed Jan 11, 2025
1 parent 7918175 commit a4fd802
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: parttree
Title: Visualise simple decision tree partitions
Version: 0.0.1.9005
Version: 0.0.1.9006
Authors@R: c(
person(given = "Grant",
family = "McDermott",
Expand Down
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# parttree 0.0.1.9005
# parttree 0.0.1.9006

To be released as 0.1.0

#### Breaking changes

* Move ggplot2 to Suggests, following the addition of native (base R)
* Move ggplot2 to Enhances, following the addition of native (base R)
`plot.parttree` method. The `geom_parttree()` function now checks whether
ggplot2 is available on the user's system before executing any code. (#18)
* The `flipaxes` argument has been renamed to `flip`, e.g.
Expand All @@ -23,6 +23,7 @@ by @juliasilge).

* Support for negative values. (#6 by @pjgeens)
* Better handling of single-level factors and `flip(axes)`. (#5)
* Handling of complex formula expressions. (#17)

#### Internals

Expand Down

0 comments on commit a4fd802

Please sign in to comment.