mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
Released version 2.6.0
This commit is contained in:
parent
eff330d635
commit
5911fe6ffd
@ -3,4 +3,5 @@ node_js:
|
||||
- 0.10
|
||||
- 0.12
|
||||
- 4.0
|
||||
- 4.1
|
||||
- 4.2
|
||||
- 5.4
|
||||
|
||||
@ -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
2
NOTICE
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mathjs",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0",
|
||||
"main": "./dist/math.min.js",
|
||||
"license": "Apache-2.0",
|
||||
"ignore": [
|
||||
|
||||
@ -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
16442
dist/math.js
vendored
File diff suppressed because it is too large
Load Diff
2
dist/math.map
vendored
2
dist/math.map
vendored
File diff suppressed because one or more lines are too long
34
dist/math.min.js
vendored
34
dist/math.min.js
vendored
File diff suppressed because one or more lines are too long
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user