Skip to content

Commit

Permalink
Merge pull request scipy#8168 from perimosocordiae/perimosocordiae-pa…
Browse files Browse the repository at this point in the history
…tch-2

DOC: release note for sparse resize methods
  • Loading branch information
ilayn authored Nov 21, 2017
2 parents 018ff7a + e3787de commit a8229ce
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/release/1.1.0-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,15 @@ diagonal matrices.
Random-to-Best/1/bin and Random-to-Best/1/exp mutation strategies were added to
`scipy.optimize.differential_evolution` as 'randtobest1bin' and
'randtobest1exp', respectively. Note: These names were already in use but
implemented a different mutation strategy. See Backwards incompatible changes,
implemented a different mutation strategy. See `Backwards incompatible changes`_,
below.

`scipy.sparse` improvements
----------------------------

An in-place ``resize`` method has been added to all sparse matrix formats,
which was only available for ``scipy.sparse.dok_matrix`` in previous releases.

Deprecated features
===================

Expand Down

0 comments on commit a8229ce

Please sign in to comment.