Skip to content

4.2.0: Vagrant setup and bugfix for Pandas Dataframe

Compare
Choose a tag to compare
@tkilias tkilias released this 02 May 18:48
169f6d0

This release fixes a bug in the Python UDF client which occurred when emitting Pandas data frames.
Also, it adds initial support for setting up a virtual machine via Vagrant, which can be used to build this project.
Besides, this releases contains several security fixes.

Package Version Comparison between Release 4.1.0 and 4.2.0

Script-Language-Container-Tool (Exaslct)

This release uses version 0.9.0 of the container tool.

Bug Fixes

  • #561: Fixed emit of Pandas Dataframe for np.float32 dtype

Features / Enhancements

  • #542: Add vagrant setup for libvirt

Documentation

  • #578: Prepared release 4.2.0

Refactoring

  • n/a

Security