|
1 | 1 | # broom (development version)
|
2 | 2 |
|
3 |
| -* Soft-deprecated tidiers for margins objects, as the package was archived from CRAN in April 2024. In the case that the package is back on CRAN before the next package release, broom will once again Suggest and test support for the package (#1200). |
| 3 | +## New Features |
4 | 4 |
|
5 |
| -* While this broom release contains no changes to the `tidy.survfit()` method for objects from the survival package, the package has bumped the minimum required version for survival. Before survival 3.6-4, `tidy.survfit()` propagated "inconsistent" `n.censor` values from survival for multi-state models (#1195). |
| 5 | +* Added support for `conf.level` in `augment.lm()` (#1191 by `@zietzm`). |
| 6 | + |
| 7 | +* Added support for columns `adj.r.squared` and `npar` in `glance()` method for objects outputted from `mgcv::gam()` (#1172). |
| 8 | + |
| 9 | +## Deprecations |
| 10 | + |
| 11 | +* Soft-deprecated tidiers for margins objects, as the package was archived from CRAN in April 2024. In the case that the package is back on CRAN before the next package release, broom will once again Suggest and test support for the package (#1200). |
6 | 12 |
|
7 | 13 | * Moved forward with deprecation of tidiers for objects from the sp package. See resources linked in [tidymodels/broom#1142](https://github.com/tidymodels/broom/issues/1142) for more information on migration from retiring spatial packages.
|
8 | 14 |
|
9 |
| -* Corrected confidence interval values for precision components in `tidy.betareg()` output (#1169). |
| 15 | +## Bug Fixes |
10 | 16 |
|
11 |
| -* Fixed bug in tidier for `car::linearHypothesis()` output with long formulas (#1171). |
| 17 | +* While this broom release contains no changes to the `tidy.survfit()` method for objects from the survival package, the package has bumped the minimum required version for survival. Before survival 3.6-4, `tidy.survfit()` propagated "inconsistent" `n.censor` values from survival for multi-state models (#1195). |
12 | 18 |
|
13 |
| -* Added support for columns `adj.r.squared` and `npar` in `glance()` method for objects outputted from `mgcv::gam()` (#1172). |
| 19 | +* Corrected confidence interval values for precision components in `tidy.betareg()` output (#1169). |
14 | 20 |
|
15 |
| -* Corrected coefficients values in `tidy.varest()` output (#1174). |
| 21 | +* Fixed bug in tidier for `car::linearHypothesis()` output with long formulas (#1171). |
16 | 22 |
|
17 |
| -* Added support for `conf.level` in `augment.lm()` (#1191 by `@zietzm`). |
| 23 | +* Corrected coefficient values in `tidy.varest()` output (#1174). |
18 | 24 |
|
19 | 25 | # broom 1.0.5
|
20 | 26 |
|
@@ -728,42 +734,46 @@ Many many thanks to all the following for their thoughtful comments on design,
|
728 | 734 | bug reports and PRs! The community of broom contributors has been kind,
|
729 | 735 | supportive and insightful and I look forward to working you all again!
|
730 | 736 |
|
731 |
| -[@atyre2](https://github.com/atyre2), |
732 |
| -[@batpigandme](https://github.com/batpigandme), |
733 |
| -[@bfgray3](https://github.com/bfgray3), |
734 |
| -[@bmannakee](https://github.com/bmannakee), |
735 |
| -[@briatte](https://github.com/briatte), |
736 |
| -[@cawoodjm](https://github.com/cawoodjm), |
737 |
| -[@cimentadaj](https://github.com/cimentadaj), |
738 |
| -[@dan87134](https://github.com/dan87134), [@dgrtwo](https://github.com/dgrtwo), |
739 |
| -[@dmenne](https://github.com/dmenne), [@ekatko1](https://github.com/ekatko1), |
740 |
| -[@ellessenne](https://github.com/ellessenne), |
741 |
| -[@erleholgersen](https://github.com/erleholgersen), |
742 |
| -[@ethchr](https://github.com/ethchr), |
743 |
| -[@huftis](https://github.com/huftis), |
744 |
| -[@IndrajeetPatil](https://github.com/IndrajeetPatil), |
745 |
| -[@jacob-long](https://github.com/jacob-long), |
746 |
| -[@jarvisc1](https://github.com/jarvisc1), |
747 |
| -[@jenzopr](https://github.com/jenzopr), [@jgabry](https://github.com/jgabry), |
748 |
| -[@jimhester](https://github.com/jimhester), |
749 |
| -[@josue-rodriguez](https://github.com/josue-rodriguez), |
750 |
| -[@karldw](https://github.com/karldw), [@kfeilich](https://github.com/kfeilich), |
751 |
| -[@larmarange](https://github.com/larmarange), |
752 |
| -[@lboller](https://github.com/lboller), |
753 |
| -[@mariusbarth](https://github.com/mariusbarth), |
754 |
| -[@michaelweylandt](https://github.com/michaelweylandt), |
755 |
| -[@mine-cetinkaya-rundel](https://github.com/mine-cetinkaya-rundel), |
756 |
| -[@mkuehn10](https://github.com/mkuehn10), |
757 |
| -[@mvevans89](https://github.com/mvevans89), |
758 |
| -[@nutterb](https://github.com/nutterb), |
759 |
| -[@ShreyasSingh](https://github.com/ShreyasSingh), |
760 |
| -[@stephlocke](https://github.com/stephlocke), |
761 |
| -[@strengejacke](https://github.com/strengejacke), |
762 |
| -[@topepo](https://github.com/topepo), |
763 |
| -[@willbowditch](https://github.com/willbowditch), |
764 |
| -[@WillemSleegers](https://github.com/WillemSleegers), |
765 |
| -[@wilsonfreitas](https://github.com/wilsonfreitas), and |
766 |
| -[@MatthieuStigler](https://github.com/MatthieuStigler) |
| 737 | +`@atyre2`, |
| 738 | +`@batpigandme`, |
| 739 | +`@bfgray3`, |
| 740 | +`@bmannakee`, |
| 741 | +`@briatte`, |
| 742 | +`@cawoodjm`, |
| 743 | +`@cimentadaj`, |
| 744 | +`@dan87134`, |
| 745 | +`@dgrtwo`, |
| 746 | +`@dmenne`, |
| 747 | +`@ekatko1`, |
| 748 | +`@ellessenne`, |
| 749 | +`@erleholgersen`, |
| 750 | +`@ethchr`, |
| 751 | +`@huftis`, |
| 752 | +`@IndrajeetPatil`, |
| 753 | +`@jacob-long`, |
| 754 | +`@jarvisc1`, |
| 755 | +`@jenzopr`, |
| 756 | +`@jgabry`, |
| 757 | +`@jimhester`, |
| 758 | +`@josue-rodriguez`, |
| 759 | +`@karldw`, |
| 760 | +`@kfeilich`, |
| 761 | +`@larmarange`, |
| 762 | +`@lboller`, |
| 763 | +`@mariusbarth`, |
| 764 | +`@michaelweylandt`, |
| 765 | +`@mine-cetinkaya-rundel`, |
| 766 | +`@mkuehn10`, |
| 767 | +`@mvevans89`, |
| 768 | +`@nutterb`, |
| 769 | +`@ShreyasSingh`, |
| 770 | +`@stephlocke`, |
| 771 | +`@strengejacke`, |
| 772 | +`@topepo`, |
| 773 | +`@willbowditch`, |
| 774 | +`@WillemSleegers`, |
| 775 | +`@wilsonfreitas`, and |
| 776 | +`@MatthieuStigler`. |
767 | 777 |
|
768 | 778 | # broom 0.4.4
|
769 | 779 |
|
|
0 commit comments