You are viewing the RapidMiner Python documentation for version 10.3 - Check here for latest version
Python Library - Release Notes
Note that this list is meant to track the main changes and does not provide an exhaustive list of changes in the package.
The first 3 numbers in the version always indicate the RapidMiner platform (Studio and AI Hub) version that the package is meant to be used with. This does not mean that the package is always incompatible with a different platform version. We aim to add explicit error messages when there is an incompatibility between versions, but it is generally recommended to always use the same version of the package and the RapidMiner platform.
Version 10.0.0.0
- Added authentication option to
Scoring
- Adapted authentication to AI Hub 10.0.0 in all classes
- Added support for reading
rmhdf5table
files toStudio
Version 9.10.0.0
- Removed
tink
package dependency (helps Windows and newer Python support)
Version 9.9.0.0
- Added
Connections
class to allow access to connections in projects - Added
get_connections()
function toServer
class to allow access to connections in AI Hub repository - Adapted
Time
data type handling to how Studio and AI Hub 9.9.0+ handle it
Version 9.7.1.1
- Fixed
get_server()
call on docker-based environments
Version 9.7.1.0
- Fixed the loss of attribute roles when using
read()
ofProject
class - Explicit error is thrown when a Python Scripting extension with version below 9.7.0 is installed on RapidMiner AI Hub
Version 9.7.0.1
- Added support for versioned projects via the new
Project
class - Added support for versioned projects in
read_resource()
andrun_process()
calls of theServer
class
Version 9.6.0.0
- Added support for JupyterHub integration with RapidMiner Server
- Package is now published on PyPi
Version 9.5.0.0
- Improved data handover, requires 9.5.0 version of the platform
Version 9.3.1.0
run_process()
ofServer
now returns just a single value when there is just one output
Version 9.3.0.0
- First version of the library