Skip to content

Commit 79e13e4

Browse files
committed
incremented version number to update readme visible at npmjs and added line to readme explaining that mlflow-js is community-maintained
1 parent f28cf7e commit 79e13e4

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

mlflow/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
A JavaScript library designed to provide seamless integration with MLflow's REST API. This package offers access to all the essential endpoints for both the MLflow Tracking Server and Model Registry, along with high-level abstraction workflows, enabling efficient management of machine learning experiments and model lifecycle.
66

7+
Note: MLflow.js is a community-maintained project and is not affiliated with or endorsed by Databricks or the official MLflow maintainers.
8+
79
# Install
810

911
```bash

mlflow/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mlflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mlflow-js",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"description": "JavaScript library for MLflow",
55
"homepage": "https://www.mlflow-js.org/",
66
"repository": {

0 commit comments

Comments
 (0)