LogoLogo
  • Welcome to Gretel!
  • Gretel Basics
    • Getting Started
      • Quickstart
      • Blueprints
      • Use Case Examples
      • Environment Setup
        • Console
        • SDK
      • Projects
      • Inputs and Outputs
      • Gretel Connectors
        • Object Storage
          • Amazon S3
          • Google Cloud Storage
          • Azure Blob
        • Database
          • MySQL
          • PostgreSQL
          • MS SQL Server
          • Oracle Database
        • Data Warehouse
          • Snowflake
          • BigQuery
          • Databricks
        • Gretel Project
    • Release Notes
      • Platform Release Notes
        • May 2025
        • April 2025
        • March 2025
        • February 2025
        • January 2025
        • December 2024
        • November 2024
        • October 2024
        • September 2024
        • August 2024
        • July 2024
        • June 2024
      • Console Release Notes
        • January 2025
        • December 2024
        • November 2024
        • October 2024
        • September 2024
        • August 2024
      • Python SDKs
  • Create Synthetic Data
    • Gretel Safe Synthetics
      • Transform
        • Reference
        • Examples
        • Supported Entities
      • Synthetics
        • Gretel Tabular Fine-Tuning
        • Gretel Text Fine-Tuning
        • Gretel Tabular GAN
        • Benchmark Report
        • Privacy Protection
      • Evaluate
        • Synthetic Quality & Privacy Report
        • Tips to Improve Synthetic Data Quality
        • Data Privacy 101
      • SDK
    • Gretel Data Designer
      • Getting Started with Data Designer
      • Define your Data Columns
        • Column Types
        • Add Constraints to Columns
        • Custom Model Configurations
        • Upload Files as Seeds
      • Building your Dataset
        • Seeding your Dataset
        • Generating Data
      • Generate Realistic Personal Details
      • Structured Outputs
      • Code Validation
      • Data Evaluation
      • Magic Assistance
      • Using Jinja Templates
  • Gretel Playground [Legacy]
    • Getting Started
    • Prompts Tips & Best Practices
    • FAQ
    • SDK Examples
    • Tutorials
    • Videos
    • Gretel Playground [Legacy] Inference API
    • Batch Job SDK
  • Reference
    • Gretel's Python Client
    • Gretel’s Open Source Synthetic Engine
    • Gretel’s REST API
    • Homepage
    • Model Suites
Powered by GitBook
On this page
  • 2025.3.26
  • 2025.3.4-1
  • 2025.3.4

Was this helpful?

Export as PDF
  1. Gretel Basics
  2. Release Notes
  3. Platform Release Notes

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 v2 data_designer SDK. Try it out by calling data_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.

PreviousApril 2025NextFebruary 2025

Last updated 1 month ago

Was this helpful?