File tree 4 files changed +6
-9
lines changed 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
+
1
4
- 0.4.0-beta
2
5
- Only show chart snapshot on hover
3
6
- Removed old static asset routes
Original file line number Diff line number Diff line change @@ -17,10 +17,7 @@ $ composer require rubix/server
17
17
A [ Docker Image] ( https://hub.docker.com/r/torchello/rubix-ml-server-docker ) is available for a quick start or deployment.
18
18
19
19
## 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
24
21
25
22
## Documentation
26
23
The latest documentation can be found below.
Original file line number Diff line number Diff line change 31
31
"psr/http-message" : " ^1.0" ,
32
32
"psr/log" : " ^1.1" ,
33
33
"react/http" : " ^1.1" ,
34
- "rubix/ml" : " 1.0.0-beta2 " ,
34
+ "rubix/ml" : " ^ 1.0" ,
35
35
"symfony/polyfill-php80" : " ^1.17" ,
36
36
"webonyx/graphql-php" : " ^14.4"
37
37
},
42
42
"phpstan/phpstan-phpunit" : " 0.12.*" ,
43
43
"phpunit/phpunit" : " 8.5.*"
44
44
},
45
- "suggest" : {
46
- "ext-event" : " For high volume servers"
47
- },
48
45
"autoload" : {
49
46
"psr-4" : {
50
47
"Rubix\\ Server\\ " : " src/"
Original file line number Diff line number Diff line change 14
14
class DatasetInferred implements Event
15
15
{
16
16
/**
17
- * The request .
17
+ * The dataset that was used to make the predictions .
18
18
*
19
19
* @var \Rubix\ML\Datasets\Dataset
20
20
*/
You can’t perform that action at this time.
0 commit comments