Commit ab1d906
authored
Prepare v0.13.0 (#775)
Minor release. Highlights:
- Analyses (`linear`, `smooth`, `density`, `histogram`, `expectation`,
`filled_contours`) now fit in transformed space and back-transform when
the aesthetic carries a `scale` function via `scales` (e.g. `scales(Y =
(; scale = log10))`)
[#773](#773).
- `histogram` now accepts a `direction` (`:x` or `:y`) keyword for 1D
histograms
[#773](#773).
- `smooth` with the default `degree = 2` no longer collapses on `Date`
(and other large-magnitude) x axes
[#774](#774).
The transformed-space analyses feature warrants the minor (`0.12.13` →
`0.13.0`) bump.1 parent 6d55259 commit ab1d906
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments