Releases: datarobot/syftr
Releases · datarobot/syftr
Release list
Latest update
Configuration improvements and expanded search space
What's Changed
- Update config.yaml sample model configs by @alex-dr in #162
- Removing unnecessary information that is causing issues by @shackmann in #161
- Cerebras experiments by @shackmann in #163
- Second round of silver bullet experiments by @shackmann in #158
- Multi-prompt optimization by @nvdv in #137
- Actually filter jobs list by name by @alex-dr in #170
- Seeding Experiments by @shackmann in #168
- Adding silver bullet results by @shackmann in #182
- Adding LLM parameters to the search space by @shackmann in #181
Full Changelog: v0.2.2...v0.3.0
v0.2.2
Bugfix release
The release contains various new features and bugfixes, most notably:
features:
- configurable judge prompts
- chain of abstraction agent
bugfixes:
- removing asyncio package
v0.2.0
Backwards Compatibility Broken
IMPORTANT: This update changes LLM configuration in config.yaml. Please review the updated documentation for LLM provider configuration and update your config.yaml accordingly.
What's Changed
- IRT Analysis Notebook by @alex-dr in #118
- Use SQLite instead of postgres for initialization test by @shackmann in #88
- syftr with Python >= 3.11.1 by @shackmann in #128
- Refactor LLM configuration to be more consistent by @alex-dr in #124
Full Changelog: v0.1.3...v0.2.0
v0.1.3: update Readme
- Fix README.md to look better on PyPI
v0.1.2: fix dependencies
- Fix some package dependencies that were causing conflicts
v0.1.1: bugfixes
- Update Optuna version
- Better README.md
v0.1.0: Hello, PyPI!
This is our first official PyPI release. Refer to the README.md on our Github page on how to install and configure it.
v0.0.2-alpha-4
This is a fourth pre-release created to test PyPI publishing infrastructure and the usage of syftr as a library.