Releases: InftyAI/alphatrion
Releases · InftyAI/alphatrion
v0.2.0
What's Changed
- Add prefix for the environments by @kerthcet in #126
- Support user by @kerthcet in #128
- Update readme by @kerthcet in #129
- Support watching signal by @kerthcet in #130
- Log artifact in async mode by @kerthcet in #131
- Append meta data in database rather than replace by @kerthcet in #132
- Change JSON to mutableDict by @kerthcet in #133
- feat: new api log_execution to store large size content by @kerthcet in #135
- support registry ui by @kerthcet in #137
- fix: make run cancelled once Project is also cancelled by @kerthcet in #138
- use plain func for start.run by @kerthcet in #139
- feat: exp will auto done once runs finished by @kerthcet in #141
- Return result from call_back by @kerthcet in #142
- Add dashboard support by @kerthcet in #143
- Update dashboard by @kerthcet in #144
- Optimize the dashboard by @kerthcet in #145
- Update the dashboard by @kerthcet in #146
- Update dashboard png by @kerthcet in #147
- Enable userid when launching the dashboard by @kerthcet in #149
- Support create user and team with uuid to integrate with external account systems by @kerthcet in #151
- support alphatrion init by @kerthcet in #152
- Support optional team_id in init by @kerthcet in #153
- support environment for user_id by @kerthcet in #154
- Remove complex default team logic by @kerthcet in #155
- Support pareto frontier by @kerthcet in #156
- Optimize perato chart by @kerthcet in #157
- Add startpoint to the plot by @kerthcet in #158
- feat: load the execution result in the run page by @kerthcet in #159
- feat: support tracing run requests by @kerthcet in #161
- Support trace detail by @kerthcet in #162
- Optimize the trace detail page by @kerthcet in #163
- update the font size in traces page by @kerthcet in #164
- Support exp tokens caching by @kerthcet in #165
- Support new chart of token usage by @kerthcet in #166
- Optimize the pie chart by @kerthcet in #167
- Fix token accuracy by @kerthcet in #168
- fix Ctrl+C error by @kerthcet in #170
- rename the trial to experiment by @kerthcet in #174
- Remove Project by @kerthcet in #175
- Add helm chart by @kerthcet in #177
- add image build Makefile by @kerthcet in #178
- Cleanup/fix deployment by @kerthcet in #179
- add indexes by @kerthcet in #180
- add run duration by @kerthcet in #181
- fix run duration error by @kerthcet in #182
- Update helm chart by @kerthcet in #184
- fix: resume experiment will reset to running by @kerthcet in #185
- feat: model distribution by @kerthcet in #189
- Use async function across tests by @kerthcet in #190
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- Add prefix to envs by @kerthcet in #112
- revert the env without prefix ALPHATRION_ by @kerthcet in #113
- Support experiment config by @kerthcet in #116
- remove step from trial by @kerthcet in #117
- Add address to run meta by @kerthcet in #118
- fix dashboard error by @kerthcet in #119
- Add pre_save_hook for log_artifact by @kerthcet in #120
- Restruct the database by @kerthcet in #123
- Support CraftExperiment with new org structure by @kerthcet in #124
Full Changelog: v0.1.0...v0.1.1
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