Skip to content

Conversation

dependabot-preview[bot]
Copy link

Bumps scipy from 1.0.0 to 1.2.0.

Release notes

Sourced from scipy's releases.

SciPy 1.2.0 Release Notes

SciPy 1.2.0 is the culmination of 6 months of hard work. It contains
many new features, numerous bug-fixes, improved test coverage and better
documentation. There have been a number of deprecations and API changes
in this release, which are documented below. All users are encouraged to
upgrade to this release, as there are a large number of bug-fixes and
optimizations. Before upgrading, we recommend that users check that
their own code does not use deprecated SciPy functionality (to do so,
run your code with python -Wd and check for DeprecationWarning s).
Our development attention will now shift to bug-fix releases on the
1.2.x branch, and on adding new features on the master branch.

This release requires Python 2.7 or 3.4+ and NumPy 1.8.2 or greater.

Note: This will be the last SciPy release to support Python 2.7.
Consequently, the 1.2.x series will be a long term support (LTS)
release; we will backport bug fixes until 1 Jan 2020.

For running on PyPy, PyPy3 6.0+ and NumPy 1.15.0 are required.

Highlights of this release

  • 1-D root finding improvements with a new solver, toms748, and a new
    unified interface, root_scalar
  • New dual_annealing optimization method that combines stochastic and
    local deterministic searching
  • A new optimization algorithm, shgo (simplicial homology
    global optimization) for derivative free optimization problems
  • A new category of quaternion-based transformations are available in
    scipy.spatial.transform

New features

scipy.ndimage improvements

Proper spline coefficient calculations have been added for the mirror,
wrap, and reflect modes of scipy.ndimage.rotate

scipy.fftpack improvements

DCT-IV, DST-IV, DCT-I, and DST-I orthonormalization are now supported in
scipy.fftpack.

scipy.interpolate improvements

... (truncated)
Commits
  • 722bfc3 REL: 1.2.0 release commit
  • 1c87cfc TST: reduce max memory usage for sparse.linalg.gcrotmk test. (#9600)
  • f006e82 Merge pull request #9597 from tylerjereddy/dec14_updates_12x_branch
  • 03a70f5 TST: restore Azure 64-bit Python 2.7
  • 47d0edc TST: Add 32-bit testing to CI
  • c356d0c TST: add Windows Azure CI
  • 2f67a4b REL: set version to unreleased 1.2.0
  • c5f8abc REL: updated 1.2.0rc2 release commit following gh-9572 reversion.
  • 2bee5ac Merge pull request #9572 from tylerjereddy/revert_noprefix
  • 89ebe57 REV: restore noprefix.h
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [scipy](https://github.com/scipy/scipy) from 1.0.0 to 1.2.0.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.0.0...v1.2.0)

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 18, 2018
@dependabot-preview dependabot-preview bot requested a review from nwtgck December 18, 2018 20:29
@coveralls
Copy link

Coverage Status

Coverage remained the same at 95.833% when pulling 6bea171 on dependabot/pip/scipy-1.2.0 into 2bf8731 on develop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants