Skip to content

Release history

plexe releases

All releases

15 shown

v1.4.4 New feature
Notable features
  • Support for explicit split inputs
  • Ability to override neural network (NN) epoch count
Full changelog

What's Changed

  • chore: ignore .claude and .codex directories by @marcellodebernardi in https://github.com/plexe-ai/plexe/pull/188
  • feat: support explicit split inputs and nn epoch overrides by @marcellodebernardi in https://github.com/plexe-ai/plexe/pull/189

Full Changelog: https://github.com/plexe-ai/plexe/compare/v1.4.3...v1.4.4

v1.4.3 New feature
Notable features
  • Add probability‑aware metric support across search and evaluation
Full changelog

What's Changed

  • feat: add probability-aware metric support across search and evaluation by @marcellodebernardi in https://github.com/plexe-ai/plexe/pull/187

Full Changelog: https://github.com/plexe-ai/plexe/compare/v1.4.2...v1.4.3

v1.4.2 Bug fix

Fixed calibration of evaluator verdict rubric and baseline context.

Full changelog

What's Changed

  • fix: calibrate evaluator verdict rubric and baseline context by @marcellodebernardi in https://github.com/plexe-ai/plexe/pull/186

Full Changelog: https://github.com/plexe-ai/plexe/compare/v1.4.1...v1.4.2

v1.4.1 New feature
Notable features
  • Train/val gap tracking
  • Bootstrap insights
Full changelog

What's Changed

  • feat: add train/val gap tracking and bootstrap insights by @marcellodebernardi in https://github.com/plexe-ai/plexe/pull/185

Full Changelog: https://github.com/plexe-ai/plexe/compare/v1.4.0...v1.4.1

v1.4.0 New feature
Notable features
  • Added GPU‑aware Keras and PyTorch training runtime
Full changelog

What's Changed

  • feat: add gpu-aware keras/pytorch training runtime by @marcellodebernardi in https://github.com/plexe-ai/plexe/pull/183

Full Changelog: https://github.com/plexe-ai/plexe/compare/v1.3.6...v1.4.0

v1.3.6 Bug fix

Fixed preservation of checkpoint feedback in variants and persisted the search journal.

Full changelog

What's Changed

  • fix: preserve checkpoint feedback in variants and persist search journal by @marcellodebernardi in https://github.com/plexe-ai/plexe/pull/184

Full Changelog: https://github.com/plexe-ai/plexe/compare/v1.3.5...v1.3.6

v1.3.5 Maintenance

Minor fixes and improvements.

Full changelog

What's Changed

  • test: add staged pytest integration suite by @marcellodebernardi in https://github.com/plexe-ai/plexe/pull/182

Full Changelog: https://github.com/plexe-ai/plexe/compare/v1.3.4...v1.3.5

v1.3.4 New feature
Notable features
  • Reproducibility controls and deterministic search RNG
  • Model card packaging
  • Column exclusion pipeline
Full changelog

What's Changed

  • fix: enable keras and final evaluation make tests by @marcellodebernardi in https://github.com/plexe-ai/plexe/pull/177
  • feat: add reproducibility controls and deterministic search RNG by @marcellodebernardi in https://github.com/plexe-ai/plexe/pull/179
  • feat: add model card packaging by @marcellodebernardi in https://github.com/plexe-ai/plexe/pull/180
  • feat: add column exclusion pipeline by @marcellodebernardi in https://github.com/plexe-ai/plexe/pull/181

Full Changelog: https://github.com/plexe-ai/plexe/compare/v1.3.0...v1.3.4

v1.3.0 New feature
Notable features
  • Conditional framework extras
Full changelog

What's Changed

  • feat: conditional framework extras by @marcellodebernardi in https://github.com/plexe-ai/plexe/pull/176

Full Changelog: https://github.com/plexe-ai/plexe/compare/v1.2.2...v1.3.0

v1.2.2 Bug fix

Fixed feature name resolution.

Full changelog

What's Changed

  • fix: improve feature name resolution by @marcellodebernardi in https://github.com/plexe-ai/plexe/pull/175

Full Changelog: https://github.com/plexe-ai/plexe/compare/v1.2.1...v1.2.2

v1.2.1 Bug fix

Fixed file uploads above 100MB silently dropping.

Full changelog

What's Changed

  • fix: make torch optional for packaging by @marcellodebernardi in https://github.com/plexe-ai/plexe/pull/174

Full Changelog: https://github.com/plexe-ai/plexe/compare/v1.2.0...v1.2.1

v1.2.0 New feature
Notable features
  • Added PyTorch support
Full changelog

What's Changed

  • feat: add pytorch support by @marcellodebernardi in https://github.com/plexe-ai/plexe/pull/173

Full Changelog: https://github.com/plexe-ai/plexe/compare/v1.1.0...v1.2.0

v1.1.0 New feature
Notable features
  • Add lightgbm support
Full changelog

What's Changed

  • fix(setup): resolve path bugs and missing config extras by @Virtuoso633 in https://github.com/plexe-ai/plexe/pull/164
  • ci: allow codex branch prefix by @marcellodebernardi in https://github.com/plexe-ai/plexe/pull/167
  • chore: add AGENTS instructions by @marcellodebernardi in https://github.com/plexe-ai/plexe/pull/169
  • test: expand unit coverage for core utilities by @marcellodebernardi in https://github.com/plexe-ai/plexe/pull/171
  • feat: add lightgbm support by @marcellodebernardi in https://github.com/plexe-ai/plexe/pull/172

New Contributors

  • @Virtuoso633 made their first contribution in https://github.com/plexe-ai/plexe/pull/164

Full Changelog: https://github.com/plexe-ai/plexe/compare/v1.0.1...v1.1.0

v1.0.1 Maintenance

Minor fixes and improvements.

Full changelog

What's Changed

  • fix: miscellaneous rewrite errors by @marcellodebernardi in https://github.com/plexe-ai/plexe/pull/162

Full Changelog: https://github.com/plexe-ai/plexe/compare/v1.0.0...v1.0.1

v1.0.0 New feature
Notable features
  • Rewrite model builder to use guardrailed workflow
  • Smart auto-scroll in chat
Full changelog

What's Changed

  • fix: multi-agent mermaid chart by @ptdatta in https://github.com/plexe-ai/plexe/pull/138
  • Implemented smart auto-scroll in chat [closes #142] by @AumPatel1 in https://github.com/plexe-ai/plexe/pull/143
  • feat: Update example by @JasonHonKL in https://github.com/plexe-ai/plexe/pull/149
  • chore: update cicd workflows by @marcellodebernardi in https://github.com/plexe-ai/plexe/pull/160
  • feat: rewrite model builder to use guardrailed workflow by @marcellodebernardi in https://github.com/plexe-ai/plexe/pull/161

New Contributors

  • @ptdatta made their first contribution in https://github.com/plexe-ai/plexe/pull/138
  • @AumPatel1 made their first contribution in https://github.com/plexe-ai/plexe/pull/143
  • @JasonHonKL made their first contribution in https://github.com/plexe-ai/plexe/pull/149

Full Changelog: https://github.com/plexe-ai/plexe/compare/v0.26.2...v1.0.0

Beta — feedback welcome: [email protected]