aiken/crates/aiken-project
Kasey 86ec3b2924
Fix: issue crash in code gen with incorrect column length in decision trees (#1069)
* Fix: Deeply nested assignments would offset the new columns count calculation. Now we track relevant columns and their path to ensure each row has wildcards if they don't contain the relevant column

* Add test plus clippy fix

* Clippy fix

* New version clippy fix
2024-12-05 11:02:19 +07:00
..
src Fix: issue crash in code gen with incorrect column length in decision trees (#1069) 2024-12-05 11:02:19 +07:00
templates Fix dark colorscheme for dark. 2024-09-06 13:31:19 +02:00
Cargo.toml chore: Release 2024-11-19 15:55:23 +01:00
README.md chore: make folder names match crate name 2022-12-21 18:11:07 -05:00
build.rs Move compile-time build info to aiken-project 2023-10-06 14:08:47 +02:00

README.md

Project

This crate encapsulates the code used to manage Aiken projects. See crates/cli for usage.