Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Update all dependencies #1668

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update depenencies
  • Loading branch information
montanalow committed Jan 11, 2025
commit 9d65addc0ed2b91dca3e1d8cda8cae8f62d9fcbd
2 changes: 1 addition & 1 deletion 2 .github/workflows/ubuntu-packages-and-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
packageVersion:
default: "2.9.4"
default: "2.10.0"
jobs:
#
# PostgresML extension.
Expand Down
2 changes: 1 addition & 1 deletion 2 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ docker run \
-v postgresml_data:/var/lib/postgresql \
-p 5433:5432 \
-p 8000:8000 \
ghcr.io/postgresml/postgresml:2.9.4 \
ghcr.io/postgresml/postgresml:2.10.0 \
sudo -u postgresml psql -d postgresml
```

Expand Down
2 changes: 1 addition & 1 deletion 2 packages/postgresml-dashboard/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dir="/tmp/postgresml-dashboard"
deb_dir="$dir/deb-build"
source_dir="$dir/source"
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
export PACKAGE_VERSION=${1:-"2.9.4"}
export PACKAGE_VERSION=${1:-"2.10.0"}
export GITHUB_STARS=$(curl -s "https://api.github.com/repos/postgresml/postgresml" | grep stargazers_count | cut -d : -f 2 | tr -d " " | tr -d ",")
if [[ $(arch) == "x86_64" ]]; then
export ARCH=amd64
Expand Down
2 changes: 1 addition & 1 deletion 2 packages/postgresml-dashboard/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
package_version="$1"

if [[ -z "$package_version" ]]; then
echo "Usage: $0 <package version, e.g. 2.9.4>"
echo "Usage: $0 <package version, e.g. 2.10.0>"
exit 1
fi

Expand Down
2 changes: 1 addition & 1 deletion 2 packages/postgresml-python/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
deb_dir="/tmp/postgresml-python/deb-build"
major=${1:-"14"}

export PACKAGE_VERSION=${1:-"2.9.4"}
export PACKAGE_VERSION=${1:-"2.10.0"}
export PYTHON_VERSION=${2:-"3.10"}

if [[ $(arch) == "x86_64" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion 2 packages/postgresml-python/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi

if [[ -z "$package_version" ]]; then
echo "postgresml-python package build and release script"
echo "usage: $0 <package version, e.g. 2.9.4>"
echo "usage: $0 <package version, e.g. 2.10.0>"
exit 1
fi

Expand Down
2 changes: 1 addition & 1 deletion 2 packages/postgresml/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

export PACKAGE_VERSION=${1:-"2.9.4"}
export PACKAGE_VERSION=${1:-"2.10.0"}
export PGVERSION=${2:-"14"}
export UBUNTU_VERSION=${3:-"24.04"}

Expand Down
2 changes: 1 addition & 1 deletion 2 packages/postgresml/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package_version="$1"

if [[ -z "$package_version" ]]; then
echo "postgresml package build and release script"
echo "usage: $0 <package version, e.g. 2.9.4>"
echo "usage: $0 <package version, e.g. 2.10.0>"
exit 1
fi

Expand Down
2 changes: 1 addition & 1 deletion 2 packages/postgresql-pgml/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

if [[ -z "${1}" ]]; then
echo "Usage: $0 <package version, e.g. 2.9.4>"
echo "Usage: $0 <package version, e.g. 2.10.0>"
exit 1
fi

Expand Down
2 changes: 1 addition & 1 deletion 2 pgml-cms/docs/open-source/pgml/api/pgml.tune.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Without tuning, DistilBERT classifies every single movie review as `positive`, a

Once our model has been fine tuned on the dataset, it'll be saved and deployed with a Project visible in the Dashboard, just like models built from simpler algorithms.

[![Fine Tuning](https://github.com/postgresml/postgresml/raw/v2.9.4/dashboard/static/images/dashboard/tuning.png)](https://github.com/postgresml/postgresml/blob/v2.9.4/dashboard/static/images/dashboard/tuning.png)
[![Fine Tuning](https://github.com/postgresml/postgresml/raw/v2.10.0/dashboard/static/images/dashboard/tuning.png)](https://github.com/postgresml/postgresml/blob/v2.10.0/dashboard/static/images/dashboard/tuning.png)

#### Prepare the data

Expand Down
2 changes: 1 addition & 1 deletion 2 pgml-cms/docs/open-source/pgml/developers/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ SELECT pgml.version();
postgres=# select pgml.version();
version
-------------------
2.9.4
2.10.0
(1 row)
```
{% endtab %}
Expand Down
2 changes: 1 addition & 1 deletion 2 pgml-cms/docs/open-source/pgml/developers/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ CREATE EXTENSION
pgml_test=# SELECT pgml.version();
version
---------
2.9.4
2.10.0
(1 row)
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ docker run \
-v postgresml_data:/var/lib/postgresql \
-p 5433:5432 \
-p 8000:8000 \
ghcr.io/postgresml/postgresml:2.9.4 \
ghcr.io/postgresml/postgresml:2.10.0 \
sudo -u postgresml psql -d postgresml
```
{% endtab %}
Expand All @@ -43,7 +43,7 @@ docker run \
--gpus all \
-p 5433:5432 \
-p 8000:8000 \
ghcr.io/postgresml/postgresml:2.9.4 \
ghcr.io/postgresml/postgresml:2.10.0 \
sudo -u postgresml psql -d postgresml
```

Expand Down Expand Up @@ -80,7 +80,7 @@ Time: 41.520 ms
postgresml=# SELECT pgml.version();
version
---------
2.9.4
2.10.0
(1 row)
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ Type "help" for help.
postgresml=> SELECT pgml.version();
version
---------
2.9.4
2.10.0
(1 row)
```
Loading
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.