Changes in version 0.3.2 (2026-01-16) - Support .data and .env pronouns in filter() (#30). - Replace unique() with vctrs::vec_unique() for speed improvement. Changes in version 0.3.1 (2025-02-06) - Updated R version dependency to 4.3 to use matrixOps. - Implemented pillar::tbl_sum() for dibble (#20). - Fixed bugs in all_equal_dim_names() (#22), rbind() (#24), and matrixOps (#27). - Fixed compatibility issue with purrr 1.0.4 (#28). Changes in version 0.3.0 (2024-06-23) - 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. Changes in version 0.2.2 (2022-12-25) - Fix for dev purrr (#9). Changes in version 0.2.1 (2022-08-07) - Broadcasts with transpositions are now warned. - Resolve warning when checking equality of axis names. - Fixed few bugs. Changes in version 0.2.0 (2022-05-29) - Override base::%*% and support matrix multiplications for dibbles. - Override base::pmin() and base::pmax() functions. - Add t() methods for dibbles. - Add dplyr::filter() and dplyr::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. Changes in version 0.1.1 (2022-03-16) - Support unary operation by -. - Add solve() methods. - Fix diag() actions. - Add list_sizes_unnamed() helper to avoid retaining dim names (#4). Changes in version 0.1.0 (2022-02-14) - This is a new release.