- Change to preserve class in operations on dibbles (#13).
- Implement a formatting system similar to pillar (#16).
- Fix warning in
broadcast()
(#18). - Add tests and fix minor bugs.
- Fix for dev purrr (#9).
- Broadcasts with transpositions are now warned.
- Resolve warning when checking equality of axis names.
- Fixed few bugs.
- Override
base::%*%
and support matrix multiplications for dibbles. - Override
base::pmin()
andbase::pmax()
functions. - Add
t()
methods for dibbles. - Add
dplyr::filter()
anddplyr::rows_*()
methods for dibbles. - Add .names_sep argument to dibble_by() and support dibble whose dim names are data frames.
- Add
tidyr::replace_na()
methods for dibbles.
- Support unary operation by
-
. - Add
solve()
methods. - Fix
diag()
actions. - Add
list_sizes_unnamed()
helper to avoid retaining dim names (#4).
- This is a new release.