question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[RFC] Minimal scipy version for 1.0 (or 0.26) release

See original GitHub issue

Proposal

I’d like to propose to increase the minimal scipy version to 1.0.

SCIPY_MIN_VERSION = '1.0.0'

Reasoning

  1. In case we should release scikit-learn 1.0, it would be a good fit😏
  2. Linear quantile regression #9978 could make it into the next release. It uses scipy.optimize.linprog under the hood. Scipy 1.0.0 has introduced a new solver method="interior-point" which is set as default method. Having it available would help us to avoid to support the "simplex" method in scikit-learn. Note, that scipy v1.3.0 introduced the "revised simplex" method and version 1.5 the "highs**" solvers which are much preferred. I think we should avoid the legacy simplex method.
  3. Your reason for scipy 1.0.0.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:14 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
GaelVaroquauxcommented, May 7, 2021

I think that @cmarmo was interested in taking this one up. I’ll let her confirm, and if so we should probably leave it to her.

1reaction
glemaitrecommented, May 7, 2021

Personally no, I tried to get back to my reviews first 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

SPEC 0 — Minimum Supported Versions - Scientific Python
Recommends a drop schedule for old versions of Python, NumPy, SciPy, ... I can find: [RFC] Minimal scipy version for 1.0 (or 0.26)...
Read more >
SciPy 1.0.0 Release Notes — SciPy v1.9.3 Manual
We are extremely pleased to announce the release of SciPy 1.0, 16 years after version 0.1 saw the light of day. It has...
Read more >
What's New - Oracle Linux Yum Server
Packages Released on Thu Dec 15 2022. Oracle Linux 9 BaseOS. systemd-250-12.0.2.el9_1 - System and Service Manager (Update).
Read more >
Packages included in Anaconda 4.1.1 for Python version 3.5
Name Version Summary / License anaconda‑client 1.4.0 anaconda.org command line client library / BSD appnope Mac 0.1.0 Disable App Nap on OS X 10.9 /...
Read more >
7.7 Release Notes Red Hat Enterprise Linux 7
Minimum supported Ansible version changed to 2.5; New RHEL7 profile: VPP - Protection Profile for Virtualization v. 1.0 for Red Hat Enterprise Linux...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found