Skip to content

Conversation

@dependabot-preview
Copy link

@dependabot-preview dependabot-preview bot commented Dec 8, 2018

Bumps scipy from 1.0.0 to 1.1.0.

Release notes

Sourced from scipy's releases.

SciPy 1.1.0 is the culmination of 7 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.1.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.

This release has improved but not necessarily 100% compatibility with
the PyPy Python implementation. For running on
PyPy, PyPy 6.0+ and Numpy 1.15.0+ are required.

New features

scipy.integrate improvements

The argument tfirst has been added to the function
scipy.integrate.odeint. This allows odeint to use the same user
functions as scipy.integrate.solve_ivp and scipy.integrate.ode without
the need for wrapping them in a function that swaps the first two
arguments.

Error messages from quad() are now clearer.

scipy.linalg improvements

The function scipy.linalg.ldl has been added for factorization of
indefinite symmetric/hermitian matrices into triangular and block
diagonal matrices.

Python wrappers for LAPACK sygst, hegst added in
scipy.linalg.lapack.

Added scipy.linalg.null_space, scipy.linalg.cdf2rdf,
scipy.linalg.rsf2csf.

scipy.misc improvements

An electrocardiogram has been added as an example dataset for a
one-dimensional signal. It can be accessed through
scipy.misc.electrocardiogram.

scipy.ndimage improvements

... (truncated)
Commits
  • 14142ff REL: set version to 1.1.0
  • 97722e1 DOC: update 1.1.0 release notes
  • a6b4326 CI: run tests with pypy3 on circleci (#8783)
  • c345647 BLD: remove special/tests/data/local/ from sdist. (#8784)
  • 2e99d5b Merge pull request #8742 from bagibence/fix_8686
  • 7c1ba64 REL: set version to 1.1.0rc2.dev0
  • 4b50fde REL: set version to 1.1.0rc1
  • 248e1ff BUG: signal: restore backward-compatible import for hanning
  • 7789b6e DOC: update 1.1.0 release notes (#8730)
  • 2359323 MAINT: remove pyproject.toml
  • 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.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 8, 2018
@dependabot-preview dependabot-preview bot requested a review from nwtgck December 8, 2018 15:23
@coveralls
Copy link

coveralls commented Dec 8, 2018

Coverage Status

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/scipy-1.1.0 branch from 56544f5 to b989e3e Compare December 8, 2018 16:47
@dependabot-preview
Copy link
Author

Superseded by #11.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/scipy-1.1.0 branch December 18, 2018 20:29
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.

4 participants