From 8441e1d6f233b41d3b61b311b667367b334fdac0 Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Fri, 18 Aug 2023 09:26:22 -0700 Subject: [PATCH 1/2] Release 2.7.6 --- pgml-dashboard/Cargo.toml | 2 +- pgml-extension/Cargo.lock | 2 +- pgml-extension/Cargo.toml | 2 +- pgml-extension/sql/pgml--2.7.4--2.7.5.sql | 0 pgml-extension/sql/pgml--2.7.5--2.7.6.sql | 0 pgml-extension/src/bindings/linfa.rs | 1 - 6 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 pgml-extension/sql/pgml--2.7.4--2.7.5.sql create mode 100644 pgml-extension/sql/pgml--2.7.5--2.7.6.sql diff --git a/pgml-dashboard/Cargo.toml b/pgml-dashboard/Cargo.toml index c70b73261..7a87a4254 100644 --- a/pgml-dashboard/Cargo.toml +++ b/pgml-dashboard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgml-dashboard" -version = "2.7.4" +version = "2.7.6" edition = "2021" authors = ["PostgresML "] license = "MIT" diff --git a/pgml-extension/Cargo.lock b/pgml-extension/Cargo.lock index 4378ab196..a9d66f2ef 100644 --- a/pgml-extension/Cargo.lock +++ b/pgml-extension/Cargo.lock @@ -1810,7 +1810,7 @@ dependencies = [ [[package]] name = "pgml" -version = "2.7.4" +version = "2.7.6" dependencies = [ "anyhow", "blas", diff --git a/pgml-extension/Cargo.toml b/pgml-extension/Cargo.toml index 261ccd987..bf394d8f4 100644 --- a/pgml-extension/Cargo.toml +++ b/pgml-extension/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgml" -version = "2.7.4" +version = "2.7.6" edition = "2021" [lib] diff --git a/pgml-extension/sql/pgml--2.7.4--2.7.5.sql b/pgml-extension/sql/pgml--2.7.4--2.7.5.sql new file mode 100644 index 000000000..e69de29bb diff --git a/pgml-extension/sql/pgml--2.7.5--2.7.6.sql b/pgml-extension/sql/pgml--2.7.5--2.7.6.sql new file mode 100644 index 000000000..e69de29bb diff --git a/pgml-extension/src/bindings/linfa.rs b/pgml-extension/src/bindings/linfa.rs index 2470f223d..d0dbeda47 100644 --- a/pgml-extension/src/bindings/linfa.rs +++ b/pgml-extension/src/bindings/linfa.rs @@ -8,7 +8,6 @@ use serde::{Deserialize, Serialize}; use super::Bindings; use crate::orm::*; -use pgrx::*; #[derive(Debug, Serialize, Deserialize)] pub struct LinearRegression { From 3b24710bd08d6e2ed3dbbbfdd819682db62fce5a Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Fri, 18 Aug 2023 09:28:48 -0700 Subject: [PATCH 2/2] here we go --- .github/workflows/ubuntu-packages-and-docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu-packages-and-docker-image.yml b/.github/workflows/ubuntu-packages-and-docker-image.yml index 8d8e05f39..72af6ea59 100644 --- a/.github/workflows/ubuntu-packages-and-docker-image.yml +++ b/.github/workflows/ubuntu-packages-and-docker-image.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: inputs: packageVersion: - default: "2.7.4" + default: "2.7.6" jobs: # # PostgresML extension.