Skip to content

Commit e1527c6

Browse files
committed
Update readme and fix version back to 1.0.0
1 parent 00dfe0b commit e1527c6

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ Visit our LinkedIn page below:
4343
- createRegisteredModelWithVersion - Creates a new registered model and the frist version of that model
4444
- updateRegisteredModelDescriptionAndTag - Updates a registered model's description and tags
4545
- updateAllLatestModelVersion - Updates the latest version of the specified registered model's description, adds a new alias, and tag key/value foro tthat latest version
46+
- setLatestModelVersionTag - Adds a new tag key/value for the latest version of the specified registered model
47+
- setLatestModelVersionAlias - Adds an alias for the latest version of the specified registered model
48+
- updateLatestModelVersion - Updates the description of the latest version of a registered model
49+
- updateAllModelVersion - Updates the specified version of the specified registered model's description and adds a new alias and tag key/value for that specified version
50+
- deleteLatestModelVersion - Deletes the latest version of the specified registered model
51+
- createModelFromRunWithBestMetric - Creates a new model with the specified model name from the run with the best specified metric
4652

4753
<br>
4854

@@ -141,12 +147,8 @@ We welcome contributions to <i>mlflow.js</i>! Please see our [Contributing Guide
141147

142148
| Name | GitHub | LinkedIn |
143149
| -------------- | ------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
150+
| Yiqun Zheng | [![GitHub](https://img.shields.io/badge/GitHub-181717?style=for-the-badge&logo=github)](https://github.com/yiqunzheng) | [![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/yiqunzheng/) |
144151
| Kyler Chiago | [![GitHub](https://img.shields.io/badge/GitHub-181717?style=for-the-badge&logo=github)](https://github.com/Kyler-Chiago) | [![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/kyler-chiago/) |
145152
| Austin Fraser | [![GitHub](https://img.shields.io/badge/GitHub-181717?style=for-the-badge&logo=github)](https://github.com/austinbfraser) | [![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](http://www.linkedin.com/in/austin-fraser) |
146153
| Stephany Ho | [![GitHub](https://img.shields.io/badge/GitHub-181717?style=for-the-badge&logo=github)](https://github.com/seneyu) | [![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/stephanyho/) |
147154
| Winston Ludlam | [![GitHub](https://img.shields.io/badge/GitHub-181717?style=for-the-badge&logo=github)](https://github.com/winjolu/) | [![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/wjludlam/) |
148-
| Yiqun Zheng | [![GitHub](https://img.shields.io/badge/GitHub-181717?style=for-the-badge&logo=github)](https://github.com/yiqunzheng) | [![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/yiqunzheng/) |
149-
150-
```
151-
152-
```

mlflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://www.mlflow-js.org/",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/oslabs-beta/mlflow-js.git"
8+
"url": "git+https://github.com/oslabs-beta/mlflow-js.git"
99
},
1010
"bugs": {
1111
"url": "https://github.com/oslabs-beta/mlflow-js/issues"

0 commit comments

Comments
 (0)