Publish v6.4.0

This commit is contained in:
jos 2020-01-06 20:03:52 +01:00
parent c1263bc040
commit b3236b6592
7 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# History
# not yet published, version 6.4.0
# 2020-01-06, version 6.4.0
- Extended function `dimension` with support for n-dimensional points.
Thanks @Veeloxfire.

2
NOTICE
View File

@ -1,7 +1,7 @@
math.js
https://github.com/josdejong/mathjs
Copyright (C) 2013-2019 Jos de Jong <wjosdejong@gmail.com>
Copyright (C) 2013-2020 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

@ -146,7 +146,7 @@ Thanks Travis CI and BrowserStack for the generous free hosting of this open sou
## License
Copyright (C) 2013-2019 Jos de Jong <wjosdejong@gmail.com>
Copyright (C) 2013-2020 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

@ -30,7 +30,7 @@
* cat script.txt | mathjs > results.txt Run input stream, output to file
*
* @license
* Copyright (C) 2013-2019 Jos de Jong <wjosdejong@gmail.com>
* Copyright (C) 2013-2020 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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "mathjs",
"version": "6.3.0",
"version": "6.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "mathjs",
"version": "6.3.0",
"version": "6.4.0",
"description": "Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser with support for symbolic computation, comes with a large set of built-in functions and constants, and offers an integrated solution to work with different data types like numbers, big numbers, complex numbers, fractions, units, and matrices.",
"author": "Jos de Jong <wjosdejong@gmail.com> (https://github.com/josdejong)",
"contributors": [

View File

@ -10,7 +10,7 @@
* @date @@date
*
* @license
* Copyright (C) 2013-2019 Jos de Jong <wjosdejong@gmail.com>
* Copyright (C) 2013-2020 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