Skip to content

Commit 20f7aa8

Browse files
committed
Prep for release
1 parent f341da7 commit 20f7aa8

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ $ composer require rubix/server
1717
A [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
2623
The latest documentation can be found below.

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
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
},
@@ -42,9 +42,6 @@
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/"

src/Events/DatasetInferred.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class 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
*/

0 commit comments

Comments
 (0)