{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# What's new in RuleKit version 1.7.14.0?" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### 1. New version of the Java RuleKit backend.\n", "\n", "Added mincov_new adjustment at the end of growing. Small fixes making the algorithm insensitive to the value ordering of nominal attributes.\n", "\n", "> This change might change the results of the algorithm!" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### 2. New versioning scheme\n", "\n", "From now on, this Python package will be versioned consistently with [the main RuleKit Java package](https://github.com/adaa-polsl/RuleKit). The versioning scheme is as follows:\n", "```\n", "{JAVA_RULEKIT_PACKAGE_VERSION}.{PYTHON_PACKAGE_VERSION}.\n", "``` \n", "e.g.\n", "```\n", "1.7.14.0\n", "```\n", "Where `JAVA_RULEKIT_PACKAGE_VERSION` will be equal to the Java package version used by this particular Python package version. The `PYTHON_PACKAGE_VERSION` will be a single number to distinguish specific versions of the Python package using the same version of the Java package that differ in Python code.\n", "\n", "Yes, I know it's quite complicated, but now it's at least clear which version of the Java package is being used under the hood." ] } ], "metadata": { "kernelspec": { "display_name": "env", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.9.10" } }, "nbformat": 4, "nbformat_minor": 2 }