Skip to content

Commit 30683ec

Browse files
authored
Merge pull request #6 from oracle/bump_version_to_1_0_1
Bumps version to 1.0.1
2 parents 2fa3c29 + b75b3ab commit 30683ec

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The OCI MLflow plugins allow to utilize Oracle Cloud Infrastructure (OCI) resour
1616
:maxdepth: 2
1717
:caption: Contents:
1818

19+
release_notes
1920
quickstart
2021
concepts
2122
tracking_server

docs/source/release_notes.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
=============
2+
Release Notes
3+
=============
4+
5+
1.0.1
6+
-----
7+
Release date: Jun 15, 2023
8+
9+
**New Features and Enhancements:**
10+
11+
* Updated the ``README-development.md`` file for better clarity and ease of use.
12+
* Improved the ``Dockerfile`` to provide the option of running the tracking server using a local ``oci-mlflow`` wheel.
13+
* Refactored Object Storage (OS) plugin to leverage Oracle Cloud Infrastructure (OCI) `OS UploadManager <https://docs.oracle.com/en-us/iaas/tools/python/2.104.1/api/upload_manager.html>`__, enhancing the functionality and improving performance.
14+
15+
**Bug Fixes:**
16+
17+
* Fixed the issue with ``launch_mlflow.sh`` where the copyright information was added in the wrong place, resulting in an error when running ``launch_mlflow.sh``.

oci_mlflow/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.0.0"
2+
"version": "1.0.1"
33
}

0 commit comments

Comments
 (0)