* Improve the performance and the support for special characters in object names in :code:`mflux_ai.get_dataset` by unpickling in memory instead of using a temporary file on disk. * Don't expose non-public variables and imports on the top-level package
0.5.2
-------------------
* Improve the performance of :code:`mflux_ai.put_dataset` by pickling in memory instead of using a temporary file on disk.
0.5.1
-------------------
* Add support for MLflow authentication * Improve the performance of :code:`mflux_ai.put_dataset` * Correctly reset the MinIO client when :code:`init` completes successfully * Specify the desired API version and let the user know if an upgrade is needed
0.4.0
-------------------
* Mark :code:`mflux_ai.set_env_vars()` as deprecated. Use :code:`mflux_ai.init()` instead. * Remove support for Python 3.4 * Add support for secure MinIO connections
0.3.0
-------------------
* Add a function :code:`init` that will eventually replace :code:`set_env_vars` * Check if the provided project token is valid.
0.2.1
-------------------
* Set licence to Apache License 2.0 * Transition from pre-alpha to alpha.