Skip to content

Pega Data Scientist Tools V3.5.0: Polars V1

Compare
Choose a tag to compare
@StijnKas StijnKas released this 08 Oct 10:24
· 213 commits to master since this release
7c91518

While we've been hard at work creating version 4 of pdstools, I wanted to get one last release for V3 out of the way.

V4 brings some pretty sizable changes; we'll deprecate the R tools and fully rework all python classes to make them more consistent & maintainable, including renaming pretty much all classes & methods. Since things will be breaking, it may be desirable to sometimes fall back to V3 while transitioning. However, our V3 branch was falling out of date mainly because we were tied to Polars < 1. This minor update brings Polars V1 support. It does require Polars > 1.9 as we were facing a ipc serialization bug in earlier versions. We likely will not support the V3 branch out into the future, but if necessary we could accept small bug fixes down the line.

What's Changed

  • Make Quarto Render OS-Agnostic and Add Version Info to Health Check Logs by @yusufuyanik1 in #257
  • Fixing issue with inconsitent coloring and ordering by @operdeck in #261
  • [WIP] Compatibility with Polars V1 by @StijnKas in #233

Full Changelog: V3.4.7...V3.5.0