March 2025
2025.3.26
Feature: Change how we interface with data designer to define evaluation tasks (yaml and sdk).
Fix: Fix some minor logging in the trainer SDK.
Feature: Add
with_person_samplers
method to AIDD interface for creating latent person samplers.Fix: Handle
NotFound
return code for /projects/:id.Fix: Parameters for sampling-based data sources are now autogenerated to the client.
Fix: Fix default type of AIDD evaluation report attribute.
Feature: Implement the
magic
interface for the new v2data_designer
SDK. Try it out by callingdata_designer.magic.add_column("my_column", "my_column_description")
.Feature: AIDD
add_column
now can take a concrete column type as input.Feature: Columns (except for sampler and seed columns, which can't depend on other columns) are now represented with a DAG, ensuring that steps are run in the necessary order.
Feature: Add
ExpressionColumn
, which provides a new implantation of expressions. Expressions are now provided as straight jinja2 templates.
2025.3.4-1
Task: Internal config updates.
2025.3.4
Task: Remove deprecated /auth/email endpoint.
Fix: Block further local IP addresses for data sources.
Fix: Fix Multi-Modal Report for Evaluate Models Rendering bugs.
Fix: Fix an issue with building gretel-synthetics.
Last updated
Was this helpful?