This version includes breaking changes:
- `datasources.get_from_mlflow()` now returns a list of datasources instead of one datasource. The default artifact name is removed now.
- `datasource.log_to_mlflow()` is now deprecated, instead you should be using the QueryResult's `log_to_mlflow` function.
What's Changed
* Enhancement: Make the visualization URL shorter if there's no query by kbolashev in https://github.com/DagsHub/client/pull/557
* Fix: Remove tha artifact_name argument from ds.log_to_mlflow() by kbolashev in https://github.com/DagsHub/client/pull/563
**Full Changelog**: https://github.com/DagsHub/client/compare/0.3.47...0.4.0