Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 1.2.1
Date: 2024-08-17 15:36:23 UTC
SHA: dd44d33e27102fa327b72bdd4893e4b483b362bc
Version: 1.2.2
Date: 2025-10-12 18:54:38 UTC
SHA: e2f5f86acc73238f926e1ba940b01f1aa0a3e67c
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

## Bug fixes

- Compatibility warning with ggplot v4.0.
- Compatibility warning with ggplot v4.0 ([#137](https://github.com/ModelOriented/hstats/pull/137)).

## Documentation

- Changed Tidymodels example to probabilistic multiclass, see discussion in [#129](https://github.com/ModelOriented/hstats/issues/129).

## Internals

- Use "\r" instead of "_:_" as separator to paste values in multi-column grids (similar to `merge()`). [#133](https://github.com/ModelOriented/hstats/issues/133).
- Use `"\r"` instead of `"_:_"` as separator to paste values in multi-column grids (similar to `merge()`) ([#133](https://github.com/ModelOriented/hstats/issues/133)).

# hstats 1.2.1

Expand Down