Changes in version 3.0.1 (2026-02-02) - Adjusting final file column names for HR wording update (no user changes necessary) - Adding data check to OM for duplicate student IDs Changes in version 3.0.0 (2025-12-06) - Adding Admissions survey parts for demographic and test score breakouts Changes in version 2.11.0 (2025-09-09) - Addressed 2025-2026 reporting cycle updates from IPEDS, in particular: - 12 month enrollment, fall enrollment, and completions now report on Unknown Sex instead of Another Gender and Unknown Gender Changes in version 2.10.0 (2024-12-08) - Updating incorrect column name in Outcome Measures vignette - Added quality check for correct column name in OM data prep script Changes in version 2.9.1 - Changing data load method in vignettes to avoid error on old Mac OS checks - Making function documentation a bit more uniform - Adding some badges for fun Changes in version 2.9.0 (2024-08-29) - Addressed 2024-2025 reporting cycle updates from IPEDS (see items below) - Graduation rates removed Gender Detail; info longer required in starting data (functions deprecated) - 12 month enrollment now collects/reports on what kind of program a high school student is in (dual or other) - Internal R updates to handle roxygen & dplyr changes - Some documentation cleanup Changes in version 2.8.7 (2023-11-01) - Internal updates to address CRAN notes about web data and startup messages Changes in version 2.8.6 - Documenting "Count" as a required column for the Completions extracips dataframe This is a documentation update only; no changes were made to functions; this version was not pushed to CRAN Changes in version 2.8.5 (2023-09-06) - Addressed 2023-2024 reporting cycle updates from IPEDS (see items below) - Gender Detail masking implemented when "Another Gender" has fewer than 5 reportable students - 12 Month Enrollment has a new flag and section for Dual Enrollment (High School) students - Related documentation updates - Syntax updates for compatibility with new versions of roxygen and tidyselect Changes in version 2.7.5 (2023-02-04) - Addressed Spring Collection updates from IPEDS (see items below) - Fall Enrollment data now requires a GenderDetail column in the student data for this year's reporting - Human Resources data now excludes New Hires that are not Current Employees from reporting; the functions will now throw a warning for anyone in violation. - Changes union_all code to avoid an error with the next version of R Changes in version 2.6.5 (2022-12-07) - Addressed Winter Collection updates from IPEDS (see items below) - Graduation Rates data now requires a GenderDetail column for this year's reporting - Admissions example in the How-To vignette includes columns for new application-related questions and new another-gender counts Changes in version 2.5.5 (2022-10-03) - Fixed Completions bug for cip codes in XX.0000 format - Addressed Fall Collection updates from IPEDS (see items below) - Completions data now requires a GenderDetail column for this year's reporting - 12 month enrollment now requires a GenderDetail column for this year's reporting - 12 month enrollment now provides full/part time breakouts for Graduate students Changes in version 2.4.5 (2022-05-12) - Added a NEWS.md file to track changes to the package. - Added internal tests and user-facing data quality messages - Documentation tweaks for clarity and CRAN preparation - Adding handling to completions for cip codes in XXYYYY format Changes in version 2.3.5 - See GitHub pull requests/releases for details of previous updates