File tree Expand file tree Collapse file tree 4 files changed +6
-9
lines changed
Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1+ - 1.0.0-beta
2+ - Update to Rubix ML 1.0
3+
14- 0.4.0-beta
25 - Only show chart snapshot on hover
36 - Removed old static asset routes
Original file line number Diff line number Diff line change @@ -17,10 +17,7 @@ $ composer require rubix/server
1717A [ Docker Image] ( https://hub.docker.com/r/torchello/rubix-ml-server-docker ) is available for a quick start or deployment.
1818
1919## Requirements
20- - [ PHP] ( https://php.net/manual/en/install.php ) 7.2 or above
21-
22- #### Optional
23- - [ Event extension] ( https://pecl.php.net/package/event ) for high-volume servers
20+ - [ PHP] ( https://php.net/manual/en/install.php ) 7.4 or above
2421
2522## Documentation
2623The latest documentation can be found below.
Original file line number Diff line number Diff line change 3131 "psr/http-message" : " ^1.0" ,
3232 "psr/log" : " ^1.1" ,
3333 "react/http" : " ^1.1" ,
34- "rubix/ml" : " 1.0.0-beta2 " ,
34+ "rubix/ml" : " ^ 1.0" ,
3535 "symfony/polyfill-php80" : " ^1.17" ,
3636 "webonyx/graphql-php" : " ^14.4"
3737 },
4242 "phpstan/phpstan-phpunit" : " 0.12.*" ,
4343 "phpunit/phpunit" : " 8.5.*"
4444 },
45- "suggest" : {
46- "ext-event" : " For high volume servers"
47- },
4845 "autoload" : {
4946 "psr-4" : {
5047 "Rubix\\ Server\\ " : " src/"
Original file line number Diff line number Diff line change 1414class DatasetInferred implements Event
1515{
1616 /**
17- * The request .
17+ * The dataset that was used to make the predictions .
1818 *
1919 * @var \Rubix\ML\Datasets\Dataset
2020 */
You can’t perform that action at this time.
0 commit comments