# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [0.15.2] 27.04.2026

### Added
- update docs

## [0.15.1] 26.04.2026

### Added
- KI generated documentation
- Fix links

## [0.15.0] 22.04.2026

### Added
- add churn example
- neutral state calulations


## [0.14.0] 12.03.2026

### Added
- implement infer (same as evel except no label is given in data)
- implemnet output file for eval/infer 
- added keep extra columns for evel/infer
- no hist plots (they need more work)


## [0.13.1] 09.03.2026

### Fixed
- Fix Homepage Path

## [0.13.0] 04.03.2026

- Rename to Pilz


## [0.12.0] 25.01.2026

- cli for creating data card
- add support for parquete files
- handle missing values 


## [0.11.0] 05.01.2026

### Added

- add neutral state for low populated states (optionla feature)
- add espresso minmizer for smaller queries
- introduce batched eval, since larger where clauses are not good for duckdb


## [0.10.0] 10.12.2025

### Changed

- use Sympy to handle binary logic (very slow but works, could also simplify numerical expressions but then even more slow)
- Bank Term Deposit example (many cat features)

### Added
- Works with Categorical features


## [0.9.1] 07.10.2025

### Added
- First version of CICD pipeline

### Changed

- make eval folde to list

## [0.9.0] 08.09.2025

### Added

- Initial version of project
- Works with continus features only
- Example version runs with mnist 
- No docmention so far