-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Vikram Sreekanti <[email protected]> Co-authored-by: Ubuntu <[email protected]> Co-authored-by: Wei Chen <[email protected]>
- Loading branch information
1 parent
b360972
commit 8e93e58
Showing
32 changed files
with
87 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
|
||
setuptools.setup( | ||
name="aqueduct-sdk", | ||
version="0.2.8", | ||
version="0.2.9", | ||
author="Aqueduct, Inc.", | ||
author_email="[email protected]", | ||
description="Python SDK for the Aqueduct prediction infrastructure", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM aqueducthq/base_connector:0.2.8 | ||
FROM aqueducthq/base_connector:0.2.9 | ||
|
||
MAINTAINER Aqueduct <[email protected]> version: 0.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM aqueducthq/base_connector:0.2.8 | ||
FROM aqueducthq/base_connector:0.2.9 | ||
|
||
MAINTAINER Aqueduct <[email protected]> version: 0.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM aqueducthq/base_connector:0.2.8 | ||
FROM aqueducthq/base_connector:0.2.9 | ||
|
||
MAINTAINER Aqueduct <[email protected]> version: 0.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM aqueducthq/base_connector:0.2.8 | ||
FROM aqueducthq/base_connector:0.2.9 | ||
|
||
MAINTAINER Aqueduct <[email protected]> version: 0.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM aqueducthq/base_connector:0.2.8 | ||
FROM aqueducthq/base_connector:0.2.9 | ||
|
||
MAINTAINER Aqueduct <[email protected]> version: 0.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM aqueducthq/base_connector:0.2.8 | ||
FROM aqueducthq/base_connector:0.2.9 | ||
|
||
MAINTAINER Aqueduct <[email protected]> version: 0.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM aqueducthq/base_connector:0.2.8 | ||
FROM aqueducthq/base_connector:0.2.9 | ||
|
||
MAINTAINER Aqueduct <[email protected]> version: 0.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ dependencies: | |
- pip: | ||
- scikit_learn==1.0.2 | ||
- typing_extensions==4.3.0 | ||
- aqueduct-ml==0.2.8 | ||
- aqueduct-ml==0.2.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ dependencies: | |
- pip: | ||
- scikit_learn==1.0.2 | ||
- typing_extensions==4.3.0 | ||
- aqueduct-ml==0.2.8 | ||
- aqueduct-ml==0.2.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ dependencies: | |
- pip: | ||
- scikit_learn==1.0.2 | ||
- typing_extensions==4.3.0 | ||
- aqueduct-ml==0.2.8 | ||
- aqueduct-ml==0.2.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ dependencies: | |
- pip: | ||
- scikit_learn==1.0.2 | ||
- typing_extensions==4.3.0 | ||
- aqueduct-ml==0.2.8 | ||
- aqueduct-ml==0.2.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ boto3==1.18.0 | |
pydantic==1.9.0 | ||
scikit_learn==1.0.2 | ||
typing_extensions==4.3.0 | ||
aqueduct-ml==0.2.8 | ||
aqueduct-ml==0.2.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ pyarrow==7.0.0 | |
boto3==1.18.0 | ||
pydantic==1.9.0 | ||
scikit_learn==1.0.2 | ||
aqueduct-ml==0.2.8 | ||
aqueduct-ml==0.2.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ pydantic==1.9.0 | |
pyyaml | ||
SQLAlchemy==1.4.30 | ||
typing_extensions==4.3.0 | ||
aqueduct-ml==0.2.8 | ||
aqueduct-ml==0.2.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package lib | ||
|
||
const ServerVersionNumber = "0.2.8" | ||
const ServerVersionNumber = "0.2.9" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"name": "@aqueducthq/ui", | ||
"author": "Aqueduct, Inc. <[email protected]>", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"scripts": { | ||
"start": "parcel --no-cache index.html", | ||
"build": "parcel build --public-url /dist --dist-dir dist/default index.html", | ||
"lint": "eslint '*/**/*.{js,ts,tsx}' --format table", | ||
"lint:fix": "eslint '*/**/*.{js,ts,tsx}' --format table --fix" | ||
}, | ||
"dependencies": { | ||
"@aqueducthq/common": "0.2.8", | ||
"@aqueducthq/common": "0.2.9", | ||
"@emotion/react": "^11.10.5", | ||
"@emotion/styled": "^11.10.5", | ||
"@fortawesome/fontawesome-svg-core": "^6.2.1", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@aqueducthq/common", | ||
"author": "Aqueduct <[email protected]>", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"alias": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters