From 1c9285a9fe7d039472840053ac1a16b7e571a4a0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Mar 2024 08:05:56 +0100 Subject: update to 3.0.5 --- PHPINFO | 4 ++-- REFLECTION | 4 ++-- php-pecl-tensor.spec | 5 ++++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 9eb4da4..6fcf33c 100644 --- a/PHPINFO +++ b/PHPINFO @@ -5,6 +5,6 @@ tensor A library and extension that provides objects for scientific computing in PHP. tensor => enabled Author => The Rubix ML Community -Version => 3.0.4 -Build Date => Sep 20 2023 00:00:00 +Version => 3.0.5 +Build Date => Mar 19 2024 00:00:00 Powered by Zephir => Version 0.17.0-$Id$ diff --git a/REFLECTION b/REFLECTION index 94fb30c..a4f30b6 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #125 tensor version 3.0.4 ] { +Extension [ extension #89 tensor version 3.0.5 ] { - Dependencies { } @@ -4492,7 +4492,7 @@ Extension [ extension #125 tensor version 3.0.4 ] { - Parameters [1] { Parameter #0 [ $index ] } - - Return [ array ] + - Return [ Tensor\Vector ] } Method [ public method getIterator ] { diff --git a/php-pecl-tensor.spec b/php-pecl-tensor.spec index 4e689ff..75358f4 100644 --- a/php-pecl-tensor.spec +++ b/php-pecl-tensor.spec @@ -13,7 +13,7 @@ # After 20-json %global ini_name 40-%{pecl_name}.ini -%global upstream_version 3.0.4 +%global upstream_version 3.0.5 #global upstream_prever alpha2 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../ext/configure @@ -192,6 +192,9 @@ fi %changelog +* Tue Mar 19 2024 Remi Collet - 3.0.5-1 +- update to 3.0.5 + * Mon Feb 19 2024 Remi Collet - 1.10.1-2 - ignore incompatible-pointer-types errors, reported as https://github.com/RubixML/Tensor/issues/42 -- cgit