From 96c10b681b0e3129061fb8b8d941d26db372b67f Mon Sep 17 00:00:00 2001 From: XB500 Date: Thu, 6 Jun 2024 20:22:59 +0000 Subject: [PATCH 1/3] Opteryx Version 0.15.4-alpha.559 --- opteryx/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opteryx/__version__.py b/opteryx/__version__.py index 40b73f4da..639cf5fb9 100644 --- a/opteryx/__version__.py +++ b/opteryx/__version__.py @@ -1,4 +1,4 @@ -__build__ = 557 +__build__ = 559 # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. From 120f2969cdeb5172ae441175d9c1db037479a46d Mon Sep 17 00:00:00 2001 From: joocer Date: Thu, 6 Jun 2024 21:41:28 +0100 Subject: [PATCH 2/3] 1700 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd27febfa..4b74709b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ name = "compute" crate-type = ["cdylib"] [dependencies] -pyo3 = { version = "0.20", features = ["extension-module"] } +pyo3 = { version = "0.20.3", features = ["extension-module", "abi3-py310"] } numpy = "0.20" ndarray = "0.15.3" pythonize = "0.20" From 90d4aa901cb76616fb275ecec33347d472ee7404 Mon Sep 17 00:00:00 2001 From: XB500 Date: Thu, 6 Jun 2024 20:41:54 +0000 Subject: [PATCH 3/3] Opteryx Version 0.15.4-alpha.561 --- opteryx/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opteryx/__version__.py b/opteryx/__version__.py index 639cf5fb9..60f0c4beb 100644 --- a/opteryx/__version__.py +++ b/opteryx/__version__.py @@ -1,4 +1,4 @@ -__build__ = 559 +__build__ = 561 # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.