[go: up one dir, main page]

Skip to content

Commit

Permalink
remove trailing space in HISTORY (josdejong#1775)
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysarson authored Mar 14, 2020
1 parent 86606dc commit d8d9a93
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,30 @@

# not yet published, version 6.6.2

- Run the build script during npm `prepare`, so you can use the library
- Run the build script during npm `prepare`, so you can use the library
directly when installing directly from git. Thanks @cinderblock.


# 2020-02-26, version 6.6.1

- Fix #1725: simplify `a/(b/c)`. Thanks @dbramwell.
- Fix examples in documentation of `row` and `column`.
- Fix examples in documentation of `row` and `column`.


# 2020-02-01, version 6.6.0

- Implemented function `eigs`, see #1705, #542 #1175. Thanks @arkajitmandal.
- Fixed #1727: validate matrix size when creating a `DenseMatrix` using
- Fixed #1727: validate matrix size when creating a `DenseMatrix` using
`fromJSON`.
- Fixed `DenseMatrix.map` copying the size and datatype from the original
- Fixed `DenseMatrix.map` copying the size and datatype from the original
matrix instead of checking the returned dimensions and type of the callback.
- Add a caret to dependencies (like) `^1.2.3`) to allow downstream updates
without having to await a new release of mathjs.


# 2020-01-08, version 6.5.0

- Implemented `baseName` option for `createUnit`, see #1707.
- Implemented `baseName` option for `createUnit`, see #1707.
Thanks @ericman314.


Expand Down

0 comments on commit d8d9a93

Please sign in to comment.