Skip to content

Commit

Permalink
Release 0.2.12 (#1249)
Browse files Browse the repository at this point in the history
Co-authored-by: Vikram Sreekanti <vsreekanti@gmail.com>
  • Loading branch information
likawind and vsreekanti authored Apr 26, 2023
1 parent f7e889e commit 3321a42
Show file tree
Hide file tree
Showing 32 changed files with 55 additions and 41 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.2.12
Released on April 25, 2023.

### Enhancements
* Improves the `describe` method on integration objects in the SDK; if there
was an error connecting or validating the integration, the error will be
shown.
* Eagerly validates integration connections, so users will be notified
immediately if they are using a mis-configured integration when, for
example, attempting to access data.
* Replaces placeholder values in integration connection forms with more
realistic values.
* Adds support for the most recent version of `numpy`.

## 0.2.11
Released on April 18, 2023.

Expand Down
4 changes: 2 additions & 2 deletions sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@

setuptools.setup(
name="aqueduct-sdk",
version="0.2.11",
version="0.2.12",
author="Aqueduct, Inc.",
author_email="hello@aqueducthq.com",
description="Python SDK for the Aqueduct prediction infrastructure",
description="Python SDK for Aqueduct",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/aqueducthq/aqueduct",
Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.DEFAULT_GOAL = all
VERSION = 0.2.11
VERSION = 0.2.12

# By default, turn off the Makefile practice of printing each command before
# you run it.
Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/connectors/athena.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM aqueducthq/base_connector:0.2.11
FROM aqueducthq/base_connector:0.2.12

MAINTAINER Aqueduct <hello@aqueducthq.com> version: 0.1

Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/connectors/bigquery.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM aqueducthq/base_connector:0.2.11
FROM aqueducthq/base_connector:0.2.12

MAINTAINER Aqueduct <hello@aqueducthq.com> version: 0.1

Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/connectors/mysql.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM aqueducthq/base_connector:0.2.11
FROM aqueducthq/base_connector:0.2.12

MAINTAINER Aqueduct <hello@spiralai.co> version: 0.1

Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/connectors/postgres.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM aqueducthq/base_connector:0.2.11
FROM aqueducthq/base_connector:0.2.12

MAINTAINER Aqueduct <hello@aqueducthq.com> version: 0.1

Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/connectors/s3.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM aqueducthq/base_connector:0.2.11
FROM aqueducthq/base_connector:0.2.12

MAINTAINER Aqueduct <hello@aqueducthq.com> version: 0.1

Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/connectors/snowflake.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM aqueducthq/base_connector:0.2.11
FROM aqueducthq/base_connector:0.2.12

MAINTAINER Aqueduct <hello@aqueducthq.com> version: 0.1

Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/connectors/sqlserver.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM aqueducthq/base_connector:0.2.11
FROM aqueducthq/base_connector:0.2.12

MAINTAINER Aqueduct <hello@aqueducthq.com> version: 0.1

Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/function/function310.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyarrow==7.0.0 \
boto3==1.18.0 \
pydantic==1.9.0 \
scikit_learn==1.0.2 \
aqueduct-ml==0.2.11
aqueduct-ml==0.2.12

ENV PYTHONUNBUFFERED 1

Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/function/function37.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ boto3==1.18.0 \
pydantic==1.9.0 \
scikit_learn==1.0.2 \
typing_extensions==4.3.0 \
aqueduct-ml==0.2.11
aqueduct-ml==0.2.12


ENV PYTHONUNBUFFERED 1
Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/function/function38.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyarrow==7.0.0 \
boto3==1.18.0 \
pydantic==1.9.0 \
scikit_learn==1.0.2 \
aqueduct-ml==0.2.11
aqueduct-ml==0.2.12

ENV PYTHONUNBUFFERED 1

Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/function/function39.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyarrow==7.0.0 \
boto3==1.18.0 \
pydantic==1.9.0 \
scikit_learn==1.0.2 \
aqueduct-ml==0.2.11
aqueduct-ml==0.2.12

ENV PYTHONUNBUFFERED 1

Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/gpu/py310_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dependencies:
- pip:
- scikit_learn==1.0.2
- typing_extensions==4.3.0
- aqueduct-ml==0.2.11
- aqueduct-ml==0.2.12
2 changes: 1 addition & 1 deletion src/dockerfiles/gpu/py37_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dependencies:
- pip:
- scikit_learn==1.0.2
- typing_extensions==4.3.0
- aqueduct-ml==0.2.11
- aqueduct-ml==0.2.12
2 changes: 1 addition & 1 deletion src/dockerfiles/gpu/py38_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dependencies:
- pip:
- scikit_learn==1.0.2
- typing_extensions==4.3.0
- aqueduct-ml==0.2.11
- aqueduct-ml==0.2.12
2 changes: 1 addition & 1 deletion src/dockerfiles/gpu/py39_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dependencies:
- pip:
- scikit_learn==1.0.2
- typing_extensions==4.3.0
- aqueduct-ml==0.2.11
- aqueduct-ml==0.2.12
2 changes: 1 addition & 1 deletion src/dockerfiles/lambda/function/requirements-37.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.11
aqueduct-ml==0.2.12
2 changes: 1 addition & 1 deletion src/dockerfiles/lambda/function/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.11
aqueduct-ml==0.2.12
2 changes: 1 addition & 1 deletion src/dockerfiles/lambda/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pydantic==1.9.0
pyyaml
SQLAlchemy==1.4.30
typing_extensions==4.3.0
aqueduct-ml==0.2.11
aqueduct-ml==0.2.12
2 changes: 1 addition & 1 deletion src/dockerfiles/spark/spark-py310-env.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN wget --quiet https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -O aws
unzip awscliv2.zip && ./aws/install

RUN conda activate py310_env
RUN pip install conda-pack aqueduct-ml==0.2.9
RUN pip install conda-pack aqueduct-ml==0.2.12

COPY ./spark/create-conda-env.sh /

Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/spark/spark-py37-env.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN wget --quiet https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -O aws
unzip awscliv2.zip && ./aws/install

RUN conda activate py37_env
RUN pip install conda-pack aqueduct-ml==0.2.11
RUN pip install conda-pack aqueduct-ml==0.2.12

COPY ./spark/create-conda-env.sh /

Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/spark/spark-py38-env.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN wget --quiet https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -O aws
unzip awscliv2.zip && ./aws/install

RUN conda activate py38_env
RUN pip install conda-pack aqueduct-ml==0.2.9
RUN pip install conda-pack aqueduct-ml==0.2.12

COPY ./spark/create-conda-env.sh /

Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/spark/spark-py39-env.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN wget --quiet https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -O aws
unzip awscliv2.zip && ./aws/install

RUN conda activate py39_env
RUN pip install conda-pack aqueduct-ml==0.2.9
RUN pip install conda-pack aqueduct-ml==0.2.12

COPY ./spark/create-conda-env.sh /

Expand Down
2 changes: 1 addition & 1 deletion src/golang/lib/constants.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package lib

const ServerVersionNumber = "0.2.11"
const ServerVersionNumber = "0.2.12"
2 changes: 1 addition & 1 deletion src/python/bin/aqueduct
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ base_directory = os.path.join(os.environ["HOME"], ".aqueduct")
server_directory = os.path.join(os.environ["HOME"], ".aqueduct", "server")
ui_directory = os.path.join(os.environ["HOME"], ".aqueduct", "ui")

package_version = "0.2.11"
package_version = "0.2.12"
aws_credentials_path = os.path.join(os.environ["HOME"], ".aws", "credentials")

default_server_port = 8080
Expand Down
2 changes: 1 addition & 1 deletion src/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ typing_extensions>=4.3.0,<=4.4.0
Pillow<=9.4.0
packaging<=23.0
pymongo<=4.3.3
aqueduct-sdk==0.2.11
aqueduct-sdk==0.2.12
4 changes: 2 additions & 2 deletions src/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

setup(
name="aqueduct-ml",
version="0.2.11",
version="0.2.12",
install_requires=install_requires,
scripts=["bin/aqueduct"],
packages=find_packages(),
description="Prediction Infrastructure for Data Scientists",
description="The control center for ML in the cloud",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://www.aqueducthq.com/",
Expand Down
8 changes: 4 additions & 4 deletions src/ui/app/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@aqueducthq/ui",
"author": "Aqueduct, Inc. <hello@aqueducthq.com>",
"version": "0.2.11",
"version": "0.2.12",
"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.11",
"@aqueducthq/common": "0.2.12",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@mui/base": "^5.0.0-alpha.115",
"@mui/material": "^5.11.6",
"@mui/base": "5.0.0-alpha.115",
"@mui/material": "5.11.6",
"@reduxjs/toolkit": "^1.9.3",
"dotenv": "^16.0.3",
"react": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions src/ui/common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/ui/common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aqueducthq/common",
"author": "Aqueduct <hello@aqueducthq.com>",
"version": "0.2.11",
"version": "0.2.12",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"alias": {
Expand Down Expand Up @@ -40,8 +40,8 @@
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@monaco-editor/react": "^4.4.5",
"@mui/lab": "^5.0.0-alpha.117",
"@mui/material": "^5.11.6",
"@mui/lab": "5.0.0-alpha.117",
"@mui/material": "5.11.6",
"@mui/x-data-grid": "5.17.8",
"@reduxjs/toolkit": "^1.9.3",
"@ungap/structured-clone": "^1.0.2",
Expand Down

0 comments on commit 3321a42

Please sign in to comment.