Features / Enhancements
- Requirements: Bump fsspec and dependancies + databricks-sdk, #4739, @tomerm-iguazio
- Docs: Repair & remove links, #4752, @george0st
- API: Add aborting state, #4757, @alonmr
- Artifacts: Refactor artifacts db tables and api, #4753, @TomerShor
- Logs: Refactor get_log & watch_log functions for better log retrieval, #4731, @Yacouby
- Pipelines: Ignore get run status for remote:local, #4751, @alonmr
- Featurestore: Add future deprecation messages to several apis, #4754, @alxtkr77
- Linting: Add ruff linter - replace isort & flake8, #4740, @jond01
- Config: Remove an unused legacy
setup.cfg
file, #4745, @jond01 - Requirements: Bump storey to 1.6.11, #4746, @gtopper
- CRUD: Validate run state before deletion, #4736, @alonmr
- API: Cascade and batch multiple runs deletion, #4729, @alonmr
- UI: Features & enhancement
Bug fixes
- Datastore: Fix delete ("rm") in azure datastore, #4734, @tomerm-iguazio
- API: Fix run logs not deleted in worker, #4747, @TomerShor
- HTTPDB: Update paths to use project prefix convention, #4743, @alonmr
- Model Monitoring: Fix the option to return a list of results, #4735, @jond01
- UI: Bug fixes
Pull requests:
e141719 [Requirements] Bump fsspec and dependancies + databricks-sdk (#4739)
9a5cc95 [Docs] Repair & Remove links (#4752)
d2080b6 [API] Add aborting state (#4757)
bdeb966 [Artifacts] Refactor artifacts DB tables and API (#4753)
142cfe1 [Datastore] Fix delete ("rm") in Azure datastore (#4734)
dbc02a8 [Logs] Refactor get_log & watch_log functions for better log retrieval (#4731)
71deb56 [Pipelines] Ignore get run status for remote:local (#4751)
14e1637 [Featurestore] Add future deprecation messages to several APIs (#4754)
7d97ad1 [API] Fix run logs not deleted in worker (#4747)
2420615 [Linting] Add Ruff linter - replace isort & flake8 (#4740)
c774618 [Config] Remove an unused legacy setup.cfg
file (#4745)
de958eb [Requirements] Bump storey to 1.6.11 (#4746)
f4b9786 [HTTPDB] Update paths to use project prefix convention (#4743)
0d4ef3a [Model Monitoring] Fix the option to return a list of results (#4735)
0430d35 [CRUD] Validate run state before deletion (#4736)
b650953 [API] Cascade and batch multiple runs deletion (#4729)