Release v0.27.0
·
48 commits
to refs/heads/master
since this release
What’s Changed
Features
- Feature/SK-1585 | Start comparing response in api client tests (count, length of lists) @niklastheman (#903)
- Feature/SK-1566 | Added Telemetry Store/DTO/Route/GRPC @carl-andersson (#897)
- Feature/SK-1449 | list projects with info in tabular format @KatHellg (#876)
- Feature/SK-1563 | Remove the active model concept @niklastheman (#893)
- Feature/SK-1570 | Send client id with validations @niklastheman (#895)
- Feature/SK-1381 | Add committed_at as a field for all table stores and use this as a base for all orderings @carl-andersson (#892)
- Feature/SK-1561 | Server functions running aggregate and bugfixes @viktorvaladi (#888)
- Feature/SK-1531 | Add admin args to project create @KatHellg (#871)
- Feature/SK-1051 | Add prefix for models @niklastheman (#890)
- Feature/SK-1268 | Use desc and asc instead of pymongo types in store interfaces @carl-andersson (#889)
- Feature/SK-1558 | Store session seed model on session @niklastheman (#887)
- Feature/SK-1368 | Move resources from shared.py in to singleton classes @carl-andersson (#886)
- Feature/SK-1548 | Store start of training @niklastheman (#885)
- Feature/SK-1546 | Added attributes GRPC calls @carl-andersson (#882)
- Feature/SK-1539 | Added attribute_store and tests @carl-andersson (#880)
Fixes
- Bug/SK-1589 | Race condition in project create @KatHellg (#906)
- Bug/SK-1581 | Telemetry_bp is missing from routes @carl-andersson (#901)
- Bug/SK-1584 | Start session not working (api client) @niklastheman (#905)
- Bug/SK-1582 | Running client.get_model_trail() returns only one model when should return multiple @niklastheman (#902)
- Bug/SK-1467 | Mismatch in click.option input and method argument for repository @KatHellg (#875)
- Bug/SK-1577 | Path bug fix in mnist-pytorch example @Hovstadius (#899)
- Bug/SK-1571 | Validation of sessions fails if no name is provided or if boolean values are false @niklastheman (#896)
- Bug/SK-1565 | Fixed argument name in project create cli function @KatHellg (#894)
- Fix/SK-1547 | Fixing Huggingface train.py imports @FrankJonasmoelle (#883)