Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2021-03-10 21:33:43 +0300
committerGitHub <noreply@github.com>2021-03-10 21:33:43 +0300
commit19145c802bb5ee95ae37a942ff07437b4ac404aa (patch)
treeeeca9a2be88be9052ca1dcd3982c21228753b1bf
parenta2fcb94b0b774d081bd390832f9d2c5bd25df0d8 (diff)
parentea12092780437b1a64a98ebd97aa3d3209eb3e97 (diff)
Merge pull request #4688 from nextcloud/dependabot/composer/rubix/ml-0.4.0
Bump rubix/ml from 0.2.4 to 0.4.0
-rw-r--r--composer.json2
-rw-r--r--composer.lock189
2 files changed, 166 insertions, 25 deletions
diff --git a/composer.json b/composer.json
index 2fa27a5a4..c9bd7d777 100644
--- a/composer.json
+++ b/composer.json
@@ -43,7 +43,7 @@
"pear-pear.horde.org/horde_text_flowed": "^2.0.3@stable",
"pear-pear.horde.org/horde_util": "^2.5.8@stable",
"psr/log": "^1",
- "rubix/ml": "0.2.4"
+ "rubix/ml": "0.4.0"
},
"require-dev": {
"christophwurst/nextcloud": "v20.0.7",
diff --git a/composer.lock b/composer.lock
index 7b36bb5af..aeb479776 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "2e22c6cdd601c7a10f07025ffbf7ac70",
+ "content-hash": "13ced9d208eb3adb1446c10fb9dde2b9",
"packages": [
{
"name": "amphp/amp",
@@ -890,6 +890,138 @@
"time": "2014-12-28T22:05:00+00:00"
},
{
+ "name": "league/flysystem",
+ "version": "2.0.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/flysystem.git",
+ "reference": "7cbbb7222e8d8a34e71273d243dfcf383ed6779f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/7cbbb7222e8d8a34e71273d243dfcf383ed6779f",
+ "reference": "7cbbb7222e8d8a34e71273d243dfcf383ed6779f",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "league/mime-type-detection": "^1.0.0",
+ "php": "^7.2 || ^8.0"
+ },
+ "conflict": {
+ "guzzlehttp/ringphp": "<1.1.1"
+ },
+ "require-dev": {
+ "async-aws/s3": "^1.5",
+ "async-aws/simple-s3": "^1.0",
+ "aws/aws-sdk-php": "^3.132.4",
+ "composer/semver": "^3.0",
+ "ext-fileinfo": "*",
+ "friendsofphp/php-cs-fixer": "^2.16",
+ "google/cloud-storage": "^1.23",
+ "phpseclib/phpseclib": "^2.0",
+ "phpstan/phpstan": "^0.12.26",
+ "phpunit/phpunit": "^8.5 || ^9.4"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "League\\Flysystem\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Frank de Jonge",
+ "email": "info@frankdejonge.nl"
+ }
+ ],
+ "description": "File storage abstraction for PHP",
+ "keywords": [
+ "WebDAV",
+ "aws",
+ "cloud",
+ "file",
+ "files",
+ "filesystem",
+ "filesystems",
+ "ftp",
+ "s3",
+ "sftp",
+ "storage"
+ ],
+ "funding": [
+ {
+ "url": "https://offset.earth/frankdejonge",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/frankdejonge",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2021-02-12T19:37:50+00:00"
+ },
+ {
+ "name": "league/mime-type-detection",
+ "version": "1.7.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/mime-type-detection.git",
+ "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
+ "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
+ "shasum": ""
+ },
+ "require": {
+ "ext-fileinfo": "*",
+ "php": "^7.2 || ^8.0"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "^2.18",
+ "phpstan/phpstan": "^0.12.68",
+ "phpunit/phpunit": "^8.5.8 || ^9.3"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "League\\MimeTypeDetection\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Frank de Jonge",
+ "email": "info@frankdejonge.nl"
+ }
+ ],
+ "description": "Mime-type detection for Flysystem",
+ "funding": [
+ {
+ "url": "https://github.com/frankdejonge",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2021-01-18T20:58:21+00:00"
+ },
+ {
"name": "pear-pear.horde.org/Horde_Crypt_Blowfish",
"version": "1.1.3",
"dist": {
@@ -1597,30 +1729,33 @@
},
{
"name": "rubix/ml",
- "version": "0.2.4",
+ "version": "0.4.0",
"source": {
"type": "git",
"url": "https://github.com/RubixML/ML.git",
- "reference": "87a92f390a087b5b2e923d7e54aaf476ead664ec"
+ "reference": "5c52364432a7fb1a1139d707b6809163b2733305"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/RubixML/ML/zipball/87a92f390a087b5b2e923d7e54aaf476ead664ec",
- "reference": "87a92f390a087b5b2e923d7e54aaf476ead664ec",
+ "url": "https://api.github.com/repos/RubixML/ML/zipball/5c52364432a7fb1a1139d707b6809163b2733305",
+ "reference": "5c52364432a7fb1a1139d707b6809163b2733305",
"shasum": ""
},
"require": {
"amphp/parallel": "^1.3",
+ "ext-json": "*",
+ "league/flysystem": "~2.0.2",
"php": ">=7.2",
"psr/log": "^1.1",
- "rubix/tensor": "^2.0",
+ "rubix/tensor": "^2.2",
"symfony/polyfill-mbstring": "^1.0",
"symfony/polyfill-php73": "^1.20",
"symfony/polyfill-php80": "^1.17"
},
"require-dev": {
- "friendsofphp/php-cs-fixer": "2.16.*",
- "phpbench/phpbench": "0.17.*",
+ "friendsofphp/php-cs-fixer": "2.18.*",
+ "league/flysystem-memory": "^2.0",
+ "phpbench/phpbench": "1.0.0-alpha6",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "0.12.*",
"phpstan/phpstan-phpunit": "0.12.*",
@@ -1652,13 +1787,12 @@
"authors": [
{
"name": "Andrew DalPino",
- "email": "me@andrewdalpino.com",
- "homepage": "https://andrewdalpino.com",
+ "homepage": "https://github.com/andrewdalpino",
"role": "Lead Engineer"
},
{
"name": "Contributors",
- "homepage": "https://github.com/RubixML/RubixML/graphs/contributors"
+ "homepage": "https://github.com/RubixML/ML/graphs/contributors"
}
],
"description": "A high-level machine learning and deep learning library for the PHP language.",
@@ -1749,20 +1883,20 @@
"type": "github"
}
],
- "time": "2020-11-30T05:30:14+00:00"
+ "time": "2021-03-07T05:16:44+00:00"
},
{
"name": "rubix/tensor",
- "version": "2.1.4",
+ "version": "2.2.1",
"source": {
"type": "git",
"url": "https://github.com/RubixML/Tensor.git",
- "reference": "f51797af5631d117263cb394d94c81a8e5e35604"
+ "reference": "73f6d2af63a02662e0f4329726a453f1132b6362"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/RubixML/Tensor/zipball/f51797af5631d117263cb394d94c81a8e5e35604",
- "reference": "f51797af5631d117263cb394d94c81a8e5e35604",
+ "url": "https://api.github.com/repos/RubixML/Tensor/zipball/73f6d2af63a02662e0f4329726a453f1132b6362",
+ "reference": "73f6d2af63a02662e0f4329726a453f1132b6362",
"shasum": ""
},
"require": {
@@ -1806,23 +1940,29 @@
"description": "A library and extension that provides objects for scientific computing in PHP.",
"homepage": "https://github.com/RubixML/Tensor",
"keywords": [
- "RNG",
"arithmetic",
"computation",
"computing",
+ "convolution",
"decomposition",
+ "eigendecomposition",
+ "eigenvalue",
+ "eigenvector",
"engineering",
"extension",
"linear algebra",
"math",
+ "matmul",
"matrix",
+ "matrix multiplication",
"norms",
"php",
"php extension",
- "random number generation",
- "reduction",
"scientific computing",
+ "signal processing",
+ "singular value decomposition",
"statistics",
+ "svd",
"tensor",
"trigonometry",
"vector"
@@ -1837,7 +1977,7 @@
"type": "github"
}
],
- "time": "2021-02-20T08:19:57+00:00"
+ "time": "2021-03-08T06:05:54+00:00"
},
{
"name": "symfony/polyfill-mbstring",
@@ -4061,12 +4201,12 @@
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
- "reference": "0745f820eed6cb92603ca44a9c137ff8ce315e86"
+ "reference": "ba8a590c26ddca3e0011a055cae7fd5ec28dd5f5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/0745f820eed6cb92603ca44a9c137ff8ce315e86",
- "reference": "0745f820eed6cb92603ca44a9c137ff8ce315e86",
+ "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/ba8a590c26ddca3e0011a055cae7fd5ec28dd5f5",
+ "reference": "ba8a590c26ddca3e0011a055cae7fd5ec28dd5f5",
"shasum": ""
},
"conflict": {
@@ -4157,6 +4297,7 @@
"illuminate/view": ">=7,<7.1.2",
"ivankristianto/phpwhois": "<=4.3",
"james-heinrich/getid3": "<1.9.9",
+ "joomla/archive": "<1.1.10",
"joomla/session": "<1.3.1",
"jsmitty12/phpwhois": "<5.1",
"kazist/phpwhois": "<=4.2.6",
@@ -4377,7 +4518,7 @@
"type": "tidelift"
}
],
- "time": "2021-03-03T23:02:20+00:00"
+ "time": "2021-03-08T17:27:54+00:00"
},
{
"name": "sabre/event",