Skip to content

RSMTool 11.0.1

Compare
Choose a tag to compare
@tamarl08 tamarl08 released this 15 Aug 21:33
· 196 commits to main since this release

💡 New features 💡

  • New rsmexplain plots by @damien2012eng in #603
  • Full W&B integration to allow logging of output artifacts and report by @tamarl08 in #617, #620, #621, #623, #627
  • Add FAQ page to documentation by @desilinguist in #622
  • Add support for Python 3.11 by @desilinguist in #628
  • Add support for output files when auto-generating configurations by @desilinguist in #640
  • Enhancements to fast_predict by @mulhod in #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.

🛠️ Bugfixes & Improvements 🛠️

🙏🏽 Contributions & Code Reviews 🙏🏽

Full Changelog: v10.0.0...v11.0.1