Released version 2.6.0

This commit is contained in:
jos 2016-01-08 20:23:52 +01:00
parent eff330d635
commit 5911fe6ffd
13 changed files with 8345 additions and 8156 deletions

View File

@ -3,4 +3,5 @@ node_js:
- 0.10
- 0.12
- 4.0
- 4.1
- 4.2
- 5.4

View File

@ -1,11 +1,11 @@
# History
## not yet released, version 2.6.0
## 2016-01-08, version 2.6.0
- Implemented (complex) units `VA` and `VAR`.
- Implemented time units for weeks, months, years, decades, centuries, and
- millennia. Thanks @owenversteeg.
millennia. Thanks @owenversteeg.
- Implemented new notation `engineering` in function `math.format`.
Thanks @johnmarinelli.
- Fixed #523: In some circumstances, matrix subset returned a scalar instead

2
NOTICE
View File

@ -1,7 +1,7 @@
math.js
https://github.com/josdejong/mathjs
Copyright (C) 2013-2015 Jos de Jong <wjosdejong@gmail.com>
Copyright (C) 2013-2016 Jos de Jong <wjosdejong@gmail.com>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

View File

@ -110,7 +110,7 @@ To see the coverage results, open the generated report in your browser:
## License
Copyright (C) 2013-2015 Jos de Jong <wjosdejong@gmail.com>
Copyright (C) 2013-2016 Jos de Jong <wjosdejong@gmail.com>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

View File

@ -29,7 +29,7 @@
* cat script.txt | mathjs > results.txt Run input stream, output to file
*
* @license
* Copyright (C) 2013-2015 Jos de Jong <wjosdejong@gmail.com>
* Copyright (C) 2013-2016 Jos de Jong <wjosdejong@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy

View File

@ -1,6 +1,6 @@
{
"name": "mathjs",
"version": "2.5.0",
"version": "2.6.0",
"main": "./dist/math.min.js",
"license": "Apache-2.0",
"ignore": [

View File

@ -1,6 +1,6 @@
{
"name": "mathjs",
"version": "2.5.0",
"version": "2.6.0",
"description": "Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser and offers an integrated solution to work with numbers, big numbers, complex numbers, units, and matrices.",
"repo": "josdejong/mathjs",
"main": "dist/math.min.js",

16442
dist/math.js vendored

File diff suppressed because it is too large Load Diff

2
dist/math.map vendored

File diff suppressed because one or more lines are too long

34
dist/math.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -10,7 +10,7 @@
* @date @@date
*
* @license
* Copyright (C) 2013-2015 Jos de Jong <wjosdejong@gmail.com>
* Copyright (C) 2013-2016 Jos de Jong <wjosdejong@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy

View File

@ -1,3 +1,3 @@
module.exports = '2.5.0';
module.exports = '2.6.0';
// Note: This file is automatically generated when building math.js.
// Changes made in this file will be overwritten.

View File

@ -1,6 +1,6 @@
{
"name": "mathjs",
"version": "2.5.0",
"version": "2.6.0",
"description": "Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser and offers an integrated solution to work with numbers, big numbers, complex numbers, units, and matrices.",
"author": "Jos de Jong <wjosdejong@gmail.com> (https://github.com/josdejong)",
"contributors": [