:bulb: New features :bulb:
* New rsmexplain plots by damien2012eng in https://github.com/EducationalTestingService/rsmtool/pull/603
* Full W&B integration to allow logging of output artifacts and report by tamarl08 in https://github.com/EducationalTestingService/rsmtool/pull/617, https://github.com/EducationalTestingService/rsmtool/pull/620, https://github.com/EducationalTestingService/rsmtool/pull/621, https://github.com/EducationalTestingService/rsmtool/pull/623, https://github.com/EducationalTestingService/rsmtool/pull/627
* Add FAQ page to documentation by desilinguist in https://github.com/EducationalTestingService/rsmtool/pull/622
* Add support for Python 3.11 by desilinguist in https://github.com/EducationalTestingService/rsmtool/pull/628
* Add support for output files when auto-generating configurations by desilinguist in https://github.com/EducationalTestingService/rsmtool/pull/640
* Enhancements to fast_predict by mulhod in https://github.com/EducationalTestingService/rsmtool/pull/632
* **NOTE**: The `.model` files produced by `rsmtool` are no longer SKLL model files. They are serialized `rsmtool.Modeler` objects. This change should be transparent to the users if the only places they use the `.model` files are with `rsmpredict` and `rsmexplain`. However, if those files are used *outside* of RSMTool and expected to contain SKLL learners, then the following change is needed: users would now need to use the `Modeler.load_from_file()` method to load the `.model` file produced by `rsmtool` and then access the SKLL learner via the `.learner` attribute.
:hammer_and_wrench: Bugfixes & Improvements :hammer_and_wrench:
* Migrate nose to nose2 by damien2012eng in https://github.com/EducationalTestingService/rsmtool/pull/610
* Upgrade `shap` by desilinguist in https://github.com/EducationalTestingService/rsmtool/pull/612
* Use example IDs when specifying `sample_ids` by desilinguist in https://github.com/EducationalTestingService/rsmtool/pull/613
* Expect `scale_with` value of 'raw' in rsmeval by tamarl08 in https://github.com/EducationalTestingService/rsmtool/pull/614
* Fix `update_files` for `nose2`. by desilinguist in https://github.com/EducationalTestingService/rsmtool/pull/616
* Fix bug in wording of what will be highlighted for disattenuated correlation by mulhod in https://github.com/EducationalTestingService/rsmtool/pull/594
* Pin skll version in doc requirements by tamarl08 in https://github.com/EducationalTestingService/rsmtool/pull/619
* Remove unnecessary warnings in HTML reports. by desilinguist in https://github.com/EducationalTestingService/rsmtool/pull/624
* Include system information in RSMExplain reports by desilinguist in https://github.com/EducationalTestingService/rsmtool/pull/633
* Suppress alt text warnings when generating reports by desilinguist in https://github.com/EducationalTestingService/rsmtool/pull/634
* Fix W&B tests and add to CI builds. by desilinguist in https://github.com/EducationalTestingService/rsmtool/pull/637
* Switch to `ruff` for pre-commit checks by desilinguist in https://github.com/EducationalTestingService/rsmtool/pull/639
* Fix test dir usage in test_wandb by tamarl08 in https://github.com/EducationalTestingService/rsmtool/pull/642
🙏🏽 Contributions & Code Reviews 🙏🏽
* tamarl08
* mulhod
* damien2012eng
* dblandan
* Frost45
* blongwill
**Full Changelog**: https://github.com/EducationalTestingService/rsmtool/compare/v10.0.0...v11.0.1