# tidyprint NEWS

## tidyprint 1.1.1 (2026-08-21)

### BUG FIXES
- Fixed a `print.SummarizedExperiment()` subsetting bug for 7-sample pasilla-shaped inputs when assay data are represented as a `data.frame` instead of a matrix.
- Added a regression test that reconstructs pasilla from `pasilla` package `extdata` and verifies `show()` does not throw out-of-bounds subsetting errors.

## tidyprint 0.99.11

### BUG FIXES
- The option-vs-cache mismatch warning from `tidy_print_enabled()` is now shown once per R session, using `rlang::inform()` frequency control via `tidy_message(frequency = "once")`.

## tidyprint 0.99.5 (2024-12-19)

### BUG FIXES
- Fixed missing \value section in package man page (tidyprint-package.Rd)

## tidyprint 0.99.4 (2024-12-19)

### CHANGES IN RESPONSE TO REVIEWER COMMENTS
- Added comprehensive Introduction section to vignette with Bioconductor motivation
- Created NEWS file in correct Bioconductor format
- Added package-level documentation (tidyprint-package.Rd)
- Fixed vignette section numbering (removed decimal numbering)
- Ensured all exported functions have complete man pages

## tidyprint 0.99.3 (2024-12-19)

### NEW FEATURES
- Initial Bioconductor submission
- Custom print methods for SummarizedExperiment objects
- Tidyverse-aligned console displays for genomic data
- Alternative tibble abstractions for large genomic datasets
- Unified messaging utilities for the tidyomics ecosystem
- Support for multiple print designs: SummarizedExperiment, tidyprint_1, tidySummarizedExperiment, and plyxp
- Automatic package detection for contextualized messaging

### IMPROVEMENTS
- Enhanced readability and usability within tidy workflows
- Consistent display formatting across different data sizes
- Improved discoverability and interpretation of genomic data

### BUG FIXES
- None in this initial release

### DOCUMENTATION
- Comprehensive vignette with Introduction section
- Complete man pages for all exported functions
- Package-level documentation
