Releases: WecoAI/aideml
Releases · WecoAI/aideml
v0.2.2
What's Changed
- 🐛 minor fix for o1 models by @dexhunter in #42
- 🐛 better handling for function calling models (#43) by @dexhunter in #44
- ⬆️ Bump scikit-learn from 1.2.2 to 1.5.0 by @dependabot[bot] in #46
- 🐛 fix outdated error by @dexhunter in #49
- ⬆️ Bump tqdm from 4.66.2 to 4.66.3 by @dependabot[bot] in #48
- ⬆️ Bump requests from 2.31.0 to 2.32.2 by @dependabot[bot] in #47
- Update README by @DhruvSrikanth in #50
- 🐛 no openai.error by @dexhunter in #51
- 🧠 Add claude 3.7 alias by @dexhunter in #52
- feat: Add openrouter backend (#55) by @dexhunter in #56
- Migration to OpenAI responses API by @DhruvSrikanth in #65
- Add Gemini Backend by @DhruvSrikanth in #63
- fix import aide example in readme by @DhruvSrikanth in #66
- Update README.md by @ILKaplan1 in #67
- Resolve moderate package vulnerability CVE-2024-47081 by @jacenko in #71
- fix: Update for openai compatible apis by @dexhunter in #68
- fix: add more loggings (#70) by @dexhunter in #73
- fix(backend): correct regex for openai model routing by @dexhunter in #75
- Update README.md with correct AIRA DOJO paper link by @ai-nikolai in #76
- docs: Add ML-Master paper by @dexhunter in #77
- docs: add full local example (#78) by @dexhunter in #79
New Contributors
- @dependabot[bot] made their first contribution in #46
- @DhruvSrikanth made their first contribution in #50
- @ILKaplan1 made their first contribution in #67
- @jacenko made their first contribution in #71
- @ai-nikolai made their first contribution in #76
Full Changelog: v0.2.0...v0.2.2
aideml v0.2.0
What's Changed
- pass the cfg.desc_file to open by @thesofakillers in #7
- Direct any model (named without
claude-) to the OpenAI backend. by @namin in #14 - Configure and enable final report generation from journal. by @namin in #15
- 📝 Update README to include local llm usage by @dexhunter in #17
- 🐳 Add Dockerfile by @dexhunter in #18
- 🐛 fix model issues with beta limitation by @dexhunter in #21
- 🚨 add linter workflow and fix issues by @dexhunter in #23
- 👷 Add github templates by @dexhunter in #24
- 🚨 Add black formatter by @dexhunter in #25
- Feat: Add WebUI (please merge with squash) by @dexhunter in #27
- ✨ Add validation plot and score for webui by @dexhunter in #28
- ♻️ Refactor webui to live render results by @dexhunter in #29
- 💄 Fix styling issue for webui by @dexhunter in #30
- ⬆️ Update requirements.txt by @dexhunter in #31
- 💄 Hide the right bottom hint by @dexhunter in #32
- 🐛 fix typo on the template by @dexhunter in #33
- 🚸 Update bug report template by @dexhunter in #36
- ⚡ update execution timeout logic more aggresively (#35) by @dexhunter in #37
- 🐛 handle missing function calls for openai (#35) by @dexhunter in #38
- ✨ Add anthropic tool use by @dexhunter in #39
- 🔧 Add Makefile by @dexhunter in #26
- Release 0.2.0 by @dexhunter in #41
New Contributors
- @thesofakillers made their first contribution in #7
- @namin made their first contribution in #14
- @dexhunter made their first contribution in #17
Full Changelog: v0.1.4...v0.2.0
aideml v0.1.4
- test github action for publishing
aideml v0.1.2
- fixed minor bug in
MetricValue - downgraded
bayespydependency for Python 3.12