Install
https://pypi.org/project/mlcflow/1.1.7/
pip install mlcflow==1.1.7
What's Changed
- Create README.md by @arjunsuresh in #1
- Added initial development files by @arjunsuresh in #2
- Sync with dev by @arjunsuresh in #3
- Sync with Dev by @arjunsuresh in #4
- Updated repo list function by @anandhu-eng in #5
- Fix cache folder name by @arjunsuresh in #10
- Fix the working of cache, util functions by @arjunsuresh in #11
- Support dictionary and list inputs, fixed the config file path by @arjunsuresh in #14
- Added MLPerf R50 github action by @arjunsuresh in #15
- Added dependencies by @arjunsuresh in #16
- Support repo registering in mlc pull repo by @anandhu-eng in #17
- Fix config file load by @arjunsuresh in #18
- support for mlc docker run added by @arjunsuresh in #20
- Update pull and add rm functionality by @anandhu-eng in #23
- Added mlc pull repo, fix repo class, prototype cp action by @arjunsuresh in #26
- Update mlperf-inference-resnet50.yml by @arjunsuresh in #27
- Fixes for cp action by @arjunsuresh in #29
- Added support for logging to file and console by @sujik18 in #13
- Function returns made proper for repo actions by @anandhu-eng in #33
- Fix return when repo already registered by @anandhu-eng in #35
- Code cleanup to support access function for all actions by @arjunsuresh in #34
- Support test script by @arjunsuresh in #36
- Implemented Color-Coding for Errors and Warnings, fixes #24 by @Sid9993 in #28
- Sync Dev by @arjunsuresh in #40
- Merge from GO by @arjunsuresh in #41
- Sync Dev by @arjunsuresh in #42
- Cleanup of logging, rm action by @arjunsuresh in #43
- Merge from GO by @arjunsuresh in #44
- Merge from GO by @arjunsuresh in #45
- List all target and corresponding actions by @anandhu-eng in #46
- Support find cache + gh action for core mlc actions by @anandhu-eng in #39
- Support show action for cache, printd with begin spaces by @arjunsuresh in #47
- Updated Architectural Diagram by @arjunsuresh in #48
- Sync Dev by @arjunsuresh in #49
- Fix logger propagate by @arjunsuresh in #50
- Fix duplicate logging in repoaction, default log path, missing cache … by @arjunsuresh in #53
- Merge from GO by @arjunsuresh in #55
- Added add repo action by @arjunsuresh in #57
- Merge from GO by @arjunsuresh in #60
- Implementation of the find repo functionality by @Sid9993 in #56
- Added support for template in mlc add script, fix pull repo by @arjunsuresh in #63
- PR against Issue#54 by @anandhu-eng in #61
- Merge from GO by @arjunsuresh in #64
- Update contributors list by @anandhu-eng in #66
- Update gh actions for rm script by @anandhu-eng in #65
- RM action improvement by @anandhu-eng in #68
- Merge Dev by @arjunsuresh in #59
- Improve show action by @anandhu-eng in #69
- Resolves Issue #70 by @anandhu-eng in #71
- Merge Dev by @arjunsuresh in #73
- Add tests for find repo by @anandhu-eng in #74
- Add documentation website for MLCFlow by @anandhu-eng in #75
- Update README.md by @sahilavaran in #76
- Update documentation for docker and test action - script target by @anandhu-eng in #78
- Add list action for script and cache + corresponding gh actions by @anandhu-eng in #79
- Add check for local changes while checkout by @anandhu-eng in #80
- Add MLCFlow script execution flow by @anandhu-eng in #82
- Fix access function in Action class by @arjunsuresh in #83
- Fix for #86 by @anandhu-eng in #87
- Improve rm repo by @anandhu-eng in #88
- Fix for Issue #54 by @anandhu-eng in #81
- Docs update by @arjunsuresh in #90
- Fixes to docs by @arjunsuresh in #91
- Fix typo by @arjunsuresh in #92
- GitHub action tests for mlc access function by @anandhu-eng in #85
- Sync dev by @anandhu-eng in #94
- Fix repo path usage for script automation by @arjunsuresh in #96
- Update installation commands for windows by @anandhu-eng in #95
- Fix mlc pull repo by @arjunsuresh in #97
- Added back the script action docs by @arjunsuresh in #98
- Fix script action docs by @arjunsuresh in #99
- Docs update by @arjunsuresh in #100
- Added reset fork gh action by @arjunsuresh in #101
- Support non github urls, docker run by @arjunsuresh in #103
- Add test actions for mlc docker run by @anandhu-eng in #102
- Documentation Update by @anandhu-eng in #107
- RepoAction + docs update by @anandhu-eng in #110
- split the actions by @sahilavaran in #108
- File renaming + repoaction enhancement by @anandhu-eng in #112
- Support non github urls, docker run by @arjunsuresh in #113
- Fix parent assignment in access function by @arjunsuresh in #114
- Add tests for podman by @anandhu-eng in #124
- Add contents inside docker-script page in doc by @anandhu-eng in #122
- rm cache enhancements by @anandhu-eng in #118
- Update documentation about the log levels by @anandhu-eng in #126
- Support recursive pull of non github based repos by @arjunsuresh in #128
- Fix mlc test script by @arjunsuresh in #129
- Use get for obtaining value from dictionary by @anandhu-eng in #133
- Support backslash in mlc cp by @anandhu-eng in #134
- Add ending tag for details by @anandhu-eng in #135
- Support help option in mlcflow by @anandhu-eng in #136
- Add connection to script help by @anandhu-eng in #143
- Support single tag by @arjunsuresh in #144
- Added logging levels by @anandhu-eng in #131
- Updated test_mlc_access.py and added logging and assert statement by @sahilavaran in #123
- Add experiment as an action in mlcflow by @anandhu-eng in #146
- Sync Dev by @anandhu-eng in #147
- Show warning if particular target is not present for removal by @anandhu-eng in #145
- Use pull instead of fetch in repo_action by @arjunsuresh in #148
- Fix a bug in cp action by @arjunsuresh in #150
- Support experiment action by @arjunsuresh in #151
- Fixes for recursive repo pull by @arjunsuresh in #152
- Support extra_tags in cached entries by @arjunsuresh in #153
- Sync Dev by @arjunsuresh in #154
- Update action.py | Fix search by folder name by @arjunsuresh in #156
- Merge from GO by @arjunsuresh in #157
- Merge from GO by @arjunsuresh in #158
- Changes for supporting lint in MLC by @anandhu-eng in #161
- Fix trailing / issue for mlc add repo by @arjunsuresh in #163
- Create PR checklists by @anandhu-eng in #162
- Merge from GO by @arjunsuresh in #167
- Fix Windows install instructions by @arjunsuresh in #166
- Fixes for help, support --all in search by @arjunsuresh in #169
- Issue #141 by @sinanshamsudheen in #168
- Sync Dev by @arjunsuresh in #171
- Potential fix for code scanning alert no. 10: Workflow does not contain permissions by @arjunsuresh in #174
- Potential fix for code scanning alert no. 11: Incomplete URL substring sanitization by @arjunsuresh in #173
- Potential fix for code scanning alert no. 12: Incomplete URL substring sanitization by @arjunsuresh in #172
- Improve github actions by @arjunsuresh in #176
- Potential fix for code scanning alert no. 8: Workflow does not contain permissions by @arjunsuresh in #175
- Support cache expiry, export mlc_run_cmd to script runs by @arjunsuresh in #177
- Support --help/-h by @anandhu-eng in #179
- Don't handle dependent_cached_path in mlcflow by @arjunsuresh in #180
- Added support for mlcd, mlce and mlcp shortcuts by @arjunsuresh in #181
- Merge dev by @arjunsuresh in #182
New Contributors
- @anandhu-eng made their first contribution in #5
- @sujik18 made their first contribution in #13
- @Sid9993 made their first contribution in #28
- @sahilavaran made their first contribution in #76
- @sinanshamsudheen made their first contribution in #168
Full Changelog: https://github.com/mlcommons/mlcflow/commits/v1.1.7