Releases: UBC-MDS/fixml
Releases · UBC-MDS/fixml
v0.1.1
What's Changed
- docs: Provide better instructional materials by @SoloSynth1 in #208
- hotfix: Add pandas' extra dependency; bump version to 0.1.1 by @SoloSynth1 in #210
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- First release of fixml!
- Added a CLI command fixml.
- Added two pipeline fixml evaluate and fixml generate.
- Added prompt templates.
- Added code analyzer to extract files from code base to be analyzed.
- Added support for OpenAI API.
- Added a checklist for testing completeness of ML projects.
- Added report generation pipeline from call results.
- Added unit tests and integration tests.
- Added design documents and capstone reports.
- Added consistency and accuracy reports.
- Added ReadtheDocs integration.
New Contributors
- @JohnShiuMK made their first contribution in #16
- @jinyz8888 made their first contribution in #9
- @SoloSynth1 made their first contribution in #8
- @eltociear made their first contribution in #129
Full Changelog: https://github.com/UBC-MDS/fixml/commits/v0.1.0
v1.0.0-rc1
What's Changed
- First release of
fixml
! - Added a CLI command
fixml
. - Added two pipeline
fixml evaluate
andfixml generate
. - Added prompt templates.
- Added code analyzer to extract files from code base to be analyzed.
- Added support for OpenAI API.
- Added a checklist for testing completeness of ML projects.
- Added report generation pipeline from call results.
- Added unit tests and integration tests.
- Added design documents and capstone reports.
- Added consistency and accuracy reports.
- Added ReadtheDocs integration.
New Contributors
- @JohnShiuMK made their first contribution in #16
- @jinyz8888 made their first contribution in #9
- @SoloSynth1 made their first contribution in #8
- @eltociear made their first contribution in #129
Full Changelog: https://github.com/UBC-MDS/fixml/commits/v0.1.0-rc.1