Skip to content

Commit 2f94bcd

Browse files
committed
version 2.1.0 bumps
1 parent 8015993 commit 2f94bcd

5 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
### General
66
- Updated python version to 3.12 and pyspark to 4.0
77
- Migrated from poetry to UV
8+
### Runner
9+
- Added merge_schema manual override option
10+
### Maker
11+
- Added another feature decorator _@template_ to support feature to text conversion
812

913
## 2.0.11 - 2025-08-12
1014
### Loader

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ This behavior can be modified by various parameters and switches available.
5757
* **op** - run only selected operation / pipeline
5858
* **skip_dependencies** - ignore dependency checks and run all jobs
5959
* **overrides** - dictionary of overrides for the configuration
60+
* **merge_schema** - write output dataframe with mergeSchema option enabled
6061

6162

6263
Transformations are not included in the runner itself, it imports them dynamically according to the configuration, therefore it's necessary to have them locally installed.

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
project = "rialto"
2929
copyright = "2022, Marek Dobransky"
3030
author = "Marek Dobransky"
31-
release = "2.0.11"
31+
release = "2.1.0"
3232

3333
# -- General configuration ---------------------------------------------------
3434
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rialto"
3-
version = "2.0.11"
3+
version = "2.1.0"
44
description = "Rialto is a framework for building and deploying machine learning features in a scalable and reusable way. It provides a set of tools that make it easy to define and deploy features and models, and it provides a way to orchestrate the execution of these features and models."
55
authors = [
66
{ name = "Marek Dobransky", email = "marekdobr@gmail.com" },

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)