| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,4 +3,5 @@ node_js: | |||
| 3 | 3 | - 0.10 | |
| 4 | 4 | - 0.12 | |
| 5 | 5 | - 4.0 | |
| 6 | - - 4.1 | ||
| 6 | + - 4.2 | ||
| 7 | + - 5.4 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,20 +1,29 @@ | |||
| 1 | 1 | # History | |
| 2 | 2 | ||
| 3 | 3 | ||
| 4 | - ## not yet released, version 2.6.0 | ||
| 4 | + ## not yet released, version 3.0.0 | ||
| 5 | + | ||
| 6 | + ### breaking changes | ||
| 7 | + | ||
| 8 | + ### non-breaking changes | ||
| 5 | 9 | ||
| 6 | 10 | - Implemented support for JSON objects in the expression parser. | |
| 7 | 11 | - Implemented support for JSON objects in the function `math.format`. | |
| 12 | + - The command line interface does no longer round BigNumbers to 14 digits as | ||
| 13 | + it does with numbers. | ||
| 14 | + - Fixed a bug in the toString method of an IndexNode. | ||
| 15 | + | ||
| 16 | + | ||
| 17 | + ## 2016-01-08, version 2.6.0 | ||
| 18 | + | ||
| 8 | 19 | - Implemented (complex) units `VA` and `VAR`. | |
| 9 | 20 | - Implemented time units for weeks, months, years, decades, centuries, and | |
| 10 | - - millennia. Thanks @owenversteeg. | ||
| 21 | + millennia. Thanks @owenversteeg. | ||
| 11 | 22 | - Implemented new notation `engineering` in function `math.format`. | |
| 12 | 23 | Thanks @johnmarinelli. | |
| 13 | - - The command line interface does no longer round BigNumbers to 14 digits as | ||
| 14 | - it does with numbers. | ||
| 15 | 24 | - Fixed #523: In some circumstances, matrix subset returned a scalar instead | |
| 16 | 25 | of the correct subset. | |
| 17 | - - Fixed a bug in the toString method of an IndexNode. | ||
| 26 | + - Fixed #536: A bug in an internal method used for sparse matrices. | ||
| 18 | 27 | ||
| 19 | 28 | ||
| 20 | 29 | ## 2015-12-05, version 2.5.0 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | math.js | |
| 2 | 2 | https://github.com/josdejong/mathjs | |
| 3 | 3 | ||
| 4 | - Copyright (C) 2013-2015 Jos de Jong <wjosdejong@gmail.com> | ||
| 4 | + Copyright (C) 2013-2016 Jos de Jong <wjosdejong@gmail.com> | ||
| 5 | 5 | ||
| 6 | 6 | Licensed under the Apache License, Version 2.0 (the "License"); | |
| 7 | 7 | you may not use this file except in compliance with the License. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -110,7 +110,7 @@ To see the coverage results, open the generated report in your browser: | |||
| 110 | 110 | ||
| 111 | 111 | ## License | |
| 112 | 112 | ||
| 113 | - Copyright (C) 2013-2015 Jos de Jong <wjosdejong@gmail.com> | ||
| 113 | + Copyright (C) 2013-2016 Jos de Jong <wjosdejong@gmail.com> | ||
| 114 | 114 | ||
| 115 | 115 | Licensed under the Apache License, Version 2.0 (the "License"); | |
| 116 | 116 | you may not use this file except in compliance with the License. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,7 +29,7 @@ | |||
| 29 | 29 | * cat script.txt | mathjs > results.txt Run input stream, output to file | |
| 30 | 30 | * | |
| 31 | 31 | * @license | |
| 32 | - * Copyright (C) 2013-2015 Jos de Jong <wjosdejong@gmail.com> | ||
| 32 | + * Copyright (C) 2013-2016 Jos de Jong <wjosdejong@gmail.com> | ||
| 33 | 33 | * | |
| 34 | 34 | * Licensed under the Apache License, Version 2.0 (the "License"); you may not | |
| 35 | 35 | * use this file except in compliance with the License. You may obtain a copy | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "mathjs", | |
| 3 | - "version": "2.5.0", | ||
| 3 | + "version": "2.6.0", | ||
| 4 | 4 | "main": "./dist/math.min.js", | |
| 5 | 5 | "license": "Apache-2.0", | |
| 6 | 6 | "ignore": [ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "mathjs", | |
| 3 | - "version": "2.5.0", | ||
| 3 | + "version": "2.6.0", | ||
| 4 | 4 | "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.", | |
| 5 | 5 | "repo": "josdejong/mathjs", | |
| 6 | 6 | "main": "dist/math.min.js", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments