Releases: InftyAI/alphatrion
Releases · InftyAI/alphatrion
v0.1.0
What's Changed
- Add Project, Experiment, Trial, Run as different levels for exploration
- Add graphql support @wanyingz-dis in #75
- Support stopping criterion with target metric value by @kerthcet in #78
- Add graphql server implementation by @kerthcet in #84
- Dashboard Frontend MVP v0.1.0 by @wanyingz-dis in #98
Full Changelog: v0.0.2...v0.1.0
v0.0.4
v0.0.3
v0.0.2
What's Changed
- Init by @kerthcet in #1
- Add Experiment model and PG support by @kerthcet in #3
- Rename database to metastore by @kerthcet in #7
- Add Roadmap by @kerthcet in #10
- Add labels to Experiment by @kerthcet in #11
- Add Model definition by @kerthcet in #13
- Add artifact support with ORAS to make them OCI format by @kerthcet in #15
- Add integration test framework by @kerthcet in #16
- Support push files inside a folder to the artifact by @kerthcet in #17
- Support with context manager by @kerthcet in #18
- Update readme by @kerthcet in #19
- Support log_artifact to save checkpoints by @kerthcet in #20
- Add logo by @kerthcet in #21
- Update parameters by @kerthcet in #22
- Add API by @kerthcet in #23
- Make log_* functions callable globally by @kerthcet in #24
- Add support for log_params by @kerthcet in #25
- Add Trial to Experiment as n:1 by @kerthcet in #27
- Support log metrics by @kerthcet in #28
- Add step to the metric by @kerthcet in #30
- remove id from database by @kerthcet in #31
- Support timeout trial by @kerthcet in #32
- support loading start time from env by @kerthcet in #33
- Support tracing with traceloop by @kerthcet in #34
- Support auto checkpoint based on best result by @kerthcet in #35
- Support with function to start a new trial by @kerthcet in #36
- Add more tests by @kerthcet in #37
- Change func name by @kerthcet in #38
- Support start_run to begin a Run by @kerthcet in #39
- feat: support early stopping by @kerthcet in #40
- Trigger trial to end once no task is running by @kerthcet in #41
- Add pg admin by @kerthcet in #43
- Add name to trial by @kerthcet in #44
- support exp name as the identifier by @kerthcet in #45
- Add project_id to all models by @kerthcet in #46
- Add max_run_number by @kerthcet in #47
- fix: trial wit same name in Experiment should be the same obj by @kerthcet in #48
- update readme.md by @kerthcet in #49
- Add run_id to workflow by @kerthcet in #50
- Support migration by @kerthcet in #51
- Update readme by @kerthcet in #52
- add dalphyx as a new approver by @kerthcet in #53
- Add seed script by @kerthcet in #54
- Add seed cleanup script by @kerthcet in #55
- Add run_id to metrics by @kerthcet in #56
- Update Readme.md by @kerthcet in #57
- Refactor trial.start() by @kerthcet in #58
- Rename the configurations by @kerthcet in #64
- Update README.md by @kerthcet in #65
- docs: add default pgAdmin login credentials to README by @wanyingz-dis in #66
- Enable non_context Experiment by @kerthcet in #67
- Rename start to setup by @kerthcet in #69
New Contributors
- @kerthcet made their first contribution in #1
- @wanyingz-dis made their first contribution in #66
Full Changelog: https://github.com/InftyAI/alphatrion/commits/v0.0.2