Publish v10.6.1

This commit is contained in:
Jos de Jong 2022-05-31 12:34:11 +02:00
parent 5f01318857
commit fa7f56ccd0
27 changed files with 53 additions and 46 deletions

View File

@ -27,7 +27,7 @@ Math.js can be downloaded or linked from various content delivery networks:
<tbody>
<tr>
<td>unpkg</td>
<td><a href="https://unpkg.com/mathjs@10.6.0/">https://unpkg.com/mathjs@10.6.0/</a></td>
<td><a href="https://unpkg.com/mathjs@10.6.1/">https://unpkg.com/mathjs@10.6.1/</a></td>
</tr>
<tr>
<td>cdnjs</td>
@ -47,8 +47,8 @@ Math.js can be downloaded or linked from various content delivery networks:
Or download the full bundle directly from [unpkg](https://unpkg.com):
<p>
<a href="https://unpkg.com/mathjs@10.6.0/lib/browser/math.js">
math.js (version 10.6.0, <span id="size">180 kB</span>, minified and gzipped)
<a href="https://unpkg.com/mathjs@10.6.1/lib/browser/math.js">
math.js (version 10.6.1, <span id="size">180 kB</span>, minified and gzipped)
</a>
</p>

View File

@ -15,7 +15,7 @@
}
</style>
<script src="https://unpkg.com/mathjs@10.6.0/lib/browser/math.js"></script>
<script src="https://unpkg.com/mathjs@10.6.1/lib/browser/math.js"></script>
</head>
<body>

View File

@ -24,7 +24,7 @@ File: [angle_configuration.html](angle_configuration.html) (click for a live dem
}
</style>
<script src="https://unpkg.com/mathjs@10.6.0/lib/browser/math.js"></script>
<script src="https://unpkg.com/mathjs@10.6.1/lib/browser/math.js"></script>
</head>
<body>

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>math.js | basic usage</title>
<script src="https://unpkg.com/mathjs@10.6.0/lib/browser/math.js"></script>
<script src="https://unpkg.com/mathjs@10.6.1/lib/browser/math.js"></script>
</head>
<body>

View File

@ -12,7 +12,7 @@ File: [basic_usage.html](basic_usage.html) (click for a live demo)
<head>
<meta charset="utf-8">
<title>math.js | basic usage</title>
<script src="https://unpkg.com/mathjs@10.6.0/lib/browser/math.js"></script>
<script src="https://unpkg.com/mathjs@10.6.1/lib/browser/math.js"></script>
</head>
<body>

View File

@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>math.js | currency conversion</title>
<script src="https://unpkg.com/mathjs@10.6.0/lib/browser/math.js"></script>
<script src="https://unpkg.com/mathjs@10.6.1/lib/browser/math.js"></script>
<style>
body,

View File

@ -13,7 +13,7 @@ File: [currency_conversion.html](currency_conversion.html) (click for a live dem
<meta charset="utf-8">
<title>math.js | currency conversion</title>
<script src="https://unpkg.com/mathjs@10.6.0/lib/browser/math.js"></script>
<script src="https://unpkg.com/mathjs@10.6.1/lib/browser/math.js"></script>
<style>
body,

View File

@ -15,7 +15,7 @@
}
</style>
<script src="https://unpkg.com/mathjs@10.6.0/lib/browser/math.js"></script>
<script src="https://unpkg.com/mathjs@10.6.1/lib/browser/math.js"></script>
</head>
<body>

View File

@ -24,7 +24,7 @@ File: [custom_separators.html](custom_separators.html) (click for a live demo)
}
</style>
<script src="https://unpkg.com/mathjs@10.6.0/lib/browser/math.js"></script>
<script src="https://unpkg.com/mathjs@10.6.1/lib/browser/math.js"></script>
</head>
<body>

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>math.js | plot</title>
<script src="https://unpkg.com/mathjs@10.6.0/lib/browser/math.js"></script>
<script src="https://unpkg.com/mathjs@10.6.1/lib/browser/math.js"></script>
<script src="https://cdn.plot.ly/plotly-1.35.2.min.js"></script>

View File

@ -12,7 +12,7 @@ File: [plot.html](plot.html) (click for a live demo)
<head>
<meta charset="utf-8">
<title>math.js | plot</title>
<script src="https://unpkg.com/mathjs@10.6.0/lib/browser/math.js"></script>
<script src="https://unpkg.com/mathjs@10.6.1/lib/browser/math.js"></script>
<script src="https://cdn.plot.ly/plotly-1.35.2.min.js"></script>

View File

@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>math.js | pretty printing with MathJax</title>
<script src="https://unpkg.com/mathjs@10.6.0/lib/browser/math.js"></script>
<script src="https://unpkg.com/mathjs@10.6.1/lib/browser/math.js"></script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"></script>

View File

@ -13,7 +13,7 @@ File: [pretty_printing_with_mathjax.html](pretty_printing_with_mathjax.html) (cl
<meta charset="utf-8">
<title>math.js | pretty printing with MathJax</title>
<script src="https://unpkg.com/mathjs@10.6.0/lib/browser/math.js"></script>
<script src="https://unpkg.com/mathjs@10.6.1/lib/browser/math.js"></script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"></script>

View File

@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>math.js | printing HTML</title>
<script src="https://unpkg.com/mathjs@10.6.0/lib/browser/math.js"></script>
<script src="https://unpkg.com/mathjs@10.6.1/lib/browser/math.js"></script>
<style>
body {

View File

@ -13,7 +13,7 @@ File: [printing_html.html](printing_html.html) (click for a live demo)
<meta charset="utf-8">
<title>math.js | printing HTML</title>
<script src="https://unpkg.com/mathjs@10.6.0/lib/browser/math.js"></script>
<script src="https://unpkg.com/mathjs@10.6.1/lib/browser/math.js"></script>
<style>
body {

View File

@ -9,7 +9,7 @@
<script>
// load math.js using require.js
require(['https://unpkg.com/mathjs@10.6.0/lib/browser/math.js'], function (math) {
require(['https://unpkg.com/mathjs@10.6.1/lib/browser/math.js'], function (math) {
// evaluate some expression
const result = math.evaluate('1.2 * (2 + 4.5)')
document.write(result)

View File

@ -18,7 +18,7 @@ File: [requirejs_loading.html](requirejs_loading.html) (click for a live demo)
<script>
// load math.js using require.js
require(['https://unpkg.com/mathjs@10.6.0/lib/browser/math.js'], function (math) {
require(['https://unpkg.com/mathjs@10.6.1/lib/browser/math.js'], function (math) {
// evaluate some expression
const result = math.evaluate('1.2 * (2 + 4.5)')
document.write(result)

View File

@ -5,7 +5,7 @@
<meta charset="utf-8">
<title>math.js | rocket trajectory optimization</title>
<script src="https://unpkg.com/mathjs@10.6.0/lib/browser/math.js"></script>
<script src="https://unpkg.com/mathjs@10.6.1/lib/browser/math.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.5.0/Chart.min.js"></script>
<style>

View File

@ -14,7 +14,7 @@ File: [rocket_trajectory_optimization.html](rocket_trajectory_optimization.html)
<meta charset="utf-8">
<title>math.js | rocket trajectory optimization</title>
<script src="https://unpkg.com/mathjs@10.6.0/lib/browser/math.js"></script>
<script src="https://unpkg.com/mathjs@10.6.1/lib/browser/math.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.5.0/Chart.min.js"></script>
<style>

View File

@ -92,7 +92,7 @@ File: [webworkers.html](webworkers.html) (click for a live demo)
File: [worker.js](worker.js)
```js
importScripts('https://unpkg.com/mathjs@10.6.0/lib/browser/math.js')
importScripts('https://unpkg.com/mathjs@10.6.1/lib/browser/math.js')
// create a parser
const parser = self.math.parser()

View File

@ -1,4 +1,4 @@
importScripts('https://unpkg.com/mathjs@10.6.0/lib/browser/math.js')
importScripts('https://unpkg.com/mathjs@10.6.1/lib/browser/math.js')
// create a parser
const parser = self.math.parser()

View File

@ -4,6 +4,12 @@ layout: default
<h1 id="history">History <a href="#history" title="Permalink">#</a></h1>
<h1 id="20220531-version-1061">2022-05-31, version 10.6.1 <a href="#20220531-version-1061" title="Permalink">#</a></h1>
- Improve the TypeScript types For `OperatorNode`: you can now define generic
types like `OperatorNode<'+', 'add'>`. Thanks <a href="https://github.com/mattvague">@mattvague</a>.
<h1 id="20220524-version-1060">2022-05-24, version 10.6.0 <a href="#20220524-version-1060" title="Permalink">#</a></h1>
- Implementation of fourier transform functions `fft` and `ifft` <a href="https://github.com/josdejong/mathjs/issues/2540">#2540</a>).

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1 +1 @@
Subproject commit 717dd32679dd42f8378734d9d2d17b10705d38df
Subproject commit 69fed3f15034f5b13aa75e028158f478e277bef9

30
package-lock.json generated
View File

@ -8,7 +8,7 @@
"name": "mathjs-website",
"version": "1.0.0",
"dependencies": {
"mathjs": "10.6.0"
"mathjs": "10.6.1"
},
"devDependencies": {
"fancy-log": "2.0.0",
@ -22,9 +22,9 @@
}
},
"node_modules/@babel/runtime": {
"version": "7.17.9",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.9.tgz",
"integrity": "sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==",
"version": "7.18.3",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.3.tgz",
"integrity": "sha512-38Y8f7YUhce/K7RMwTp7m0uCumpv9hZkitCbBClqQIow1qSbCvGkcegKOXpEWCQLfWmevgRiWokZ1GkpfhbZug==",
"dependencies": {
"regenerator-runtime": "^0.13.4"
},
@ -2988,11 +2988,11 @@
}
},
"node_modules/mathjs": {
"version": "10.6.0",
"resolved": "https://registry.npmjs.org/mathjs/-/mathjs-10.6.0.tgz",
"integrity": "sha512-4oI0CSX7LtcyexTSLV8uo+llj8hB5LvVE9ApjN6rBjBplQaZ4/Gr3jh0zEla9+KaCig5wonZ9oFKD+GKXFL8hg==",
"version": "10.6.1",
"resolved": "https://registry.npmjs.org/mathjs/-/mathjs-10.6.1.tgz",
"integrity": "sha512-8iZp6uUKKBoCFoUHze9ydsrSji9/IOEzMhwURyoQXaLL1+ILEZnraw4KzZnUBt/XN6lPJPV+7JO94oil3AmosQ==",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@babel/runtime": "^7.18.3",
"complex.js": "^2.1.1",
"decimal.js": "^10.3.1",
"escape-latex": "^1.2.0",
@ -4702,9 +4702,9 @@
},
"dependencies": {
"@babel/runtime": {
"version": "7.17.9",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.9.tgz",
"integrity": "sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==",
"version": "7.18.3",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.3.tgz",
"integrity": "sha512-38Y8f7YUhce/K7RMwTp7m0uCumpv9hZkitCbBClqQIow1qSbCvGkcegKOXpEWCQLfWmevgRiWokZ1GkpfhbZug==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
@ -7144,11 +7144,11 @@
}
},
"mathjs": {
"version": "10.6.0",
"resolved": "https://registry.npmjs.org/mathjs/-/mathjs-10.6.0.tgz",
"integrity": "sha512-4oI0CSX7LtcyexTSLV8uo+llj8hB5LvVE9ApjN6rBjBplQaZ4/Gr3jh0zEla9+KaCig5wonZ9oFKD+GKXFL8hg==",
"version": "10.6.1",
"resolved": "https://registry.npmjs.org/mathjs/-/mathjs-10.6.1.tgz",
"integrity": "sha512-8iZp6uUKKBoCFoUHze9ydsrSji9/IOEzMhwURyoQXaLL1+ILEZnraw4KzZnUBt/XN6lPJPV+7JO94oil3AmosQ==",
"requires": {
"@babel/runtime": "^7.17.9",
"@babel/runtime": "^7.18.3",
"complex.js": "^2.1.1",
"decimal.js": "^10.3.1",
"escape-latex": "^1.2.0",

View File

@ -6,7 +6,7 @@
"url": "https://github.com/josdejong/mathjs.git"
},
"dependencies": {
"mathjs": "10.6.0"
"mathjs": "10.6.1"
},
"devDependencies": {
"fancy-log": "2.0.0",