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. 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 {