========================== SciPy 1.3.1 Release Notes ========================== .. contents:: SciPy 1.3.1 is a bug-fix release with no new features compared to 1.3.0. Authors ======= * Matt Haberland * Geordie McBain * Yu Feng * Evgeni Burovski * Sturla Molden * Tapasweni Pathak * Eric Larson * Peter Bell * Carlos Ramos CarreƱo + * Ralf Gommers * David Hagen * Antony Lee * Ayappan P * Tyler Reddy * Pauli Virtanen A total of 15 people contributed to this release. People with a "+" by their names contributed a patch for the first time. This list of names is automatically generated, and may not be fully complete. Issues closed for 1.3.1 ----------------------- * `#5040 `__: BUG: Empty data handling of (c)KDTrees * `#9901 `__: lsoda fails to detect stiff problem when called from solve_ivp * `#10206 `__: sparse matrices indexing with scipy 1.3 * `#10232 `__: Exception in loadarff with quoted nominal attributes in scipy... * `#10292 `__: DOC/REL: Some sections of the release notes are not nested correctly. * `#10303 `__: BUG: optimize: `linprog` failing TestLinprogSimplexBland::test_unbounded_below_no_presolve_corrected * `#10376 `__: TST: Travis CI fails (with pytest 5.0 ?) * `#10384 `__: CircleCI doc build failing on new warnings * `#10398 `__: Scipy 1.3.0 build broken in AIX * `#10501 `__: BUG: scipy.spatial.HalfspaceIntersection works incorrectly * `#10514 `__: BUG: cKDTree GIL handling is incorrect * `#10535 `__: TST: master branch CI failures * `#10572 `__: BUG: ckdtree query_ball_point errors on discontiguous input * `#10597 `__: BUG: No warning on PchipInterpolator changing from bernstein base to local power base Pull requests for 1.3.1 ----------------------- * `#10071 `__: DOC: reconstruct SuperLU permutation matrices avoiding SparseEfficiencyWarning * `#10196 `__: Fewer checks on xdata for curve_fit. * `#10207 `__: BUG: Compressed matrix indexing should return a scalar * `#10233 `__: Fix for ARFF reader regression (#10232) * `#10306 `__: BUG: optimize: Fix for 10303 * `#10309 `__: BUG: Pass jac=None directly to lsoda * `#10377 `__: TST, MAINT: adjustments for pytest 5.0 * `#10379 `__: BUG: sparse: set writeability to be forward-compatible with numpy>=1.17 * `#10426 `__: MAINT: Fix doc build bugs * `#10431 `__: Update numpy version for AIX * `#10457 `__: BUG: Allow ckdtree to accept empty data input * `#10503 `__: BUG: spatial/qhull: get HalfspaceIntersection.dual_points from the correct array * `#10516 `__: BUG: Use nogil contexts in cKDTree * `#10520 `__: DOC: Proper .rst formatting for deprecated features and Backwards incompatible changes * `#10540 `__: MAINT: Fix Travis and Circle * `#10573 `__: BUG: Fix query_ball_point with discontiguous input * `#10600 `__: BUG: interpolate: fix broken conversions between PPoly/BPoly objects