Skip to content

v3.7.0

Compare
Choose a tag to compare
@riley-harper riley-harper released this 10 Oct 17:16
· 74 commits to main since this release
c1713e5

What's Changed

  • Add tests to cover several untested sections of code by @riley-harper in #147
  • Refactor core.transforms.generate_transforms() for readability and maintainability; improve documentation and type hints by @riley-harper in #148
  • Fix tests for Python 3.12 and clarify Python 3.12 support and dependence on PySpark by @riley-harper in #151
  • Improve logging by writing to module-level loggers instead of the root logger by @riley-harper in #152
  • Support setting the app name via an optional argument in SparkConnection. The default behavior of setting the app name to "linking" is unchanged. By @riley-harper in #156
  • Improve model_exploration step 2 terminal output, logging, and documentation to make the step more understandable by @riley-harper in #155

Full Changelog: v3.6.1...v3.7.0