Skip to content

Commit 1e1eab7

Browse files
committed
Version bump
1 parent 1765d6f commit 1e1eab7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- Unreleased
1+
- 1.0.4
22
- Added transpose to Tensor API
33
- Reduced memory footprint of matmul operation
44
- Removed magic getters

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Rubix ML
3+
Copyright (c) 2019 Rubix ML Community
44
Copyright (c) 2019 Andrew DalPino
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
Tensor provides objects and functions for numerical computing on vectors and matrices in [PHP](https://php.net).
33

44
## Installation
5-
Install Tensor using [Composer](https://getcomposer.org/):
5+
Install Tensor into your project using [Composer](https://getcomposer.org/):
66
```sh
77
$ composer require rubix/tensor
88
```
99

10-
## Requirementss
10+
## Requirements
1111
- [PHP](https://php.net) 7.1.3 or above
1212

1313
## License

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"JAMA\\": "lib/JAMA"
3131
},
3232
"files": [
33-
"src/Constants.php"
33+
"src/constants.php"
3434
]
3535
},
3636
"autoload-dev": {
File renamed without changes.

0 commit comments

Comments
 (0)