Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdalpino committed Apr 26, 2021
1 parent f341da7 commit 20f7aa8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- 1.0.0-beta
- Update to Rubix ML 1.0

- 0.4.0-beta
- Only show chart snapshot on hover
- Removed old static asset routes
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ $ composer require rubix/server
A [Docker Image](https://hub.docker.com/r/torchello/rubix-ml-server-docker) is available for a quick start or deployment.

## Requirements
- [PHP](https://php.net/manual/en/install.php) 7.2 or above

#### Optional
- [Event extension](https://pecl.php.net/package/event) for high-volume servers
- [PHP](https://php.net/manual/en/install.php) 7.4 or above

## Documentation
The latest documentation can be found below.
Expand Down
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"psr/http-message": "^1.0",
"psr/log": "^1.1",
"react/http": "^1.1",
"rubix/ml": "1.0.0-beta2",
"rubix/ml": "^1.0",
"symfony/polyfill-php80": "^1.17",
"webonyx/graphql-php": "^14.4"
},
Expand All @@ -42,9 +42,6 @@
"phpstan/phpstan-phpunit": "0.12.*",
"phpunit/phpunit": "8.5.*"
},
"suggest": {
"ext-event": "For high volume servers"
},
"autoload": {
"psr-4": {
"Rubix\\Server\\": "src/"
Expand Down
2 changes: 1 addition & 1 deletion src/Events/DatasetInferred.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class DatasetInferred implements Event
{
/**
* The request.
* The dataset that was used to make the predictions.
*
* @var \Rubix\ML\Datasets\Dataset
*/
Expand Down

0 comments on commit 20f7aa8

Please sign in to comment.