Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/scipy/scipy

SciPy library main repository
https://github.com/scipy/scipy

DOC: stats.mstats.hdquantiles: add example (#19433)

DOC: stats.mstats.hdquantiles: add example

e35850d4f0b7dac5e4beb0c3481dde8dd600cc86 authored about 1 year ago by Pablo Rodríguez Pérez <[email protected]>
ENH: stats: simplify and add masked arrays support to circular statistics functions (#19412)

* ENH: stats: simplify and add masked arrays support to circular statistics functions

98271d87d19ddd6a3e2bfe468fe77d9cca7050fd authored about 1 year ago by Tirth Patel <[email protected]>
Merge pull request #19443 from musicinmybrain/issue-19442

TST: Fix #19442 minimally

dc99e2220120bb0681c33761eefa0ae3624e261b authored about 1 year ago by Tyler Reddy <[email protected]>
TST: Remove some unnecessary tuple conversions (#19445)

When we form a sorted list to use for parameterizing a test with
consistent order, there is no ...

419dc4b8e7421925f4083c22b84ae0470c483e87 authored about 1 year ago by Ben Beasley <[email protected]>
TST: Fix #19442 minimally

Use a sorted version of the set REAL_DTYPES to parameterize
test_b_orthonormalize.

28413806316049c09bb4b0182f652cce0ba82a50 authored about 1 year ago by Benjamin A. Beasley <[email protected]>
Merge pull request #19439 from rgommers/pyproject-toml-updates

BLD: update build dependency versions in pyproject.toml

eff7bfd88a6b92f0e213319628d222ca0116db7c authored about 1 year ago by Tyler Reddy <[email protected]>
Merge pull request #19440 from Yann-P/fix-spline-filter-docstring

DOC: remove unused parameter in spline_filter docstring

2a09d8a1c46605775d97eb88f9411bb373f64c94 authored about 1 year ago by Matt Haberland <[email protected]>
DOC: remove unused parameter in spline_filter docstring

Axis is not a parameter of the function

DOC: fix line break in spline_filter and spline_filter_...

9c8149fefcd173611ea0e6f45dc4e229c3f24c1d authored about 1 year ago by Yann Pellegrini <[email protected]>
BLD: update build dependency versions in pyproject.toml [wheel build]

The NumPy updates are regular ones; code comments explain.
The meson-python update is useful bec...

eeaf7f1ce39cbdc9cb91c34f3d3b9a5dab5a559d authored about 1 year ago by Ralf Gommers <[email protected]>
ENH: Implemented Rotation.from_davenport and Rotation.as_davenport (#17728)

Co-authored-by: evbernardes <[email protected]>

6d197d1c5b7cd1184eb1b515b5de4f5a9ac858a2 authored about 1 year ago by Evandro <[email protected]>
ENH: SphericalVoronoi sort faster (#19419)

* ENH: SphericalVoronoi sort faster

* avoid a large number of memoryview->ndarray conversions...

2f8a7a4268929c68e240f370bb022d630567871f authored about 1 year ago by Tyler Reddy <[email protected]>
Merge pull request #19431 from tylerjereddy/treddy_recent_nep50

MAINT:signal: more NEP 50 shims

d7f12d38b171f3a6ae841937bb6c2444a1e04b8d authored about 1 year ago by Ilhan Polat <[email protected]>
MAINT: more NEP 50 shims

* 3 test failures show up with latest NumPy:
https://github.com/scipy/scipy/actions/runs/6632037...

3f91d0088442a42a7ddfa818fdca26b25e7abfca authored about 1 year ago by Tyler Reddy <[email protected]>
DOC: fix documentation of callback function signature of scipy.optimize.minimize (#19429)

The argument and its type were swapped.

2c2f267c8dde00a4d98afa9d62ae271b18a7d771 authored about 1 year ago by Masahiro Sakai <[email protected]>
MAINT, BUG: stats: update the UNU.RAN submodule with DAU fix (#19364)

* MAINT: stats: update UNU.RAN submodule

* TST: stats: add a test for DAU

* TST: stats: ad...

7e5521aa12956b9ebc21b951f3d1b9a394cb7b88 authored about 1 year ago by Tirth Patel <[email protected]>
Merge pull request #19394 from mtsokol/int_-partial-revert

MAINT: Partially revert `np.int_` changes

1fd74ebc2fe61d432c6fa347d8d8c4a2d0d1619f authored about 1 year ago by Ralf Gommers <[email protected]>
Merge pull request #19426 from mtsokol/update-fft-helper-import

MAINT: Update `fft.helper` import

930fac3811bfd57b4375ac3a02a4abc1ce4cbda7 authored about 1 year ago by Tyler Reddy <[email protected]>
Update scipy/fftpack/_helper.py

Co-authored-by: peterbell10 <[email protected]>

9e2b8732c7d525bd38352839aeba51e983ace2aa authored about 1 year ago by Mateusz Sokół <[email protected]>
Bump array-api-compat version

649eb37e61a0cb3943afc19884d36115baf1fa7c authored about 1 year ago by Mateusz Sokół <[email protected]>
MAINT: Update fft helper import

f6654ee7250a0fe49fefd9e7141e32a261e2f6be authored about 1 year ago by Mateusz Sokół <[email protected]>
DOC: Fix trivial typo. (#19422)

46ee82c3b7744853ddc51cfe540b2a57e5478b83 authored about 1 year ago by Antony Lee <[email protected]>
DOC: interpolate: add note to BarycentricInterpolator.add_xi (#19410)

* DOC: interpolate: add note to BarycentricInterpolator.add_xi about numerical stability

* Ap...

5dc8a79e482118d150d9430598f52d17251317f1 authored about 1 year ago by Danni <[email protected]>
Merge pull request #19402 from andyfaff/lbfgsb

MAINT: l-bfgs-b remove intermediate bounds array

9e0d4535f45eb5b9ba0391d3bc33315c3c4dcdca authored about 1 year ago by Andrew Nelson <[email protected]>
Merge pull request #19414 from andyfaff/wob

BLD: with-scipy-openblas instead of use-scipy-openblas

43bb524ecf1544743493ae69053e38a93c5aee7c authored about 1 year ago by Tyler Reddy <[email protected]>
BLD: with-scipy-openblas instead of use-scipy-openblas

a28ea505e07817548ad1f67daf9c2fe4be5b0bab authored about 1 year ago by Andrew Nelson <[email protected]>
Merge pull request #19173 from mdhaber/tanhsinh_fixup

MAINT: integrate._tanhsinh: improvements after further testing

3111bd431af3af61e96c6435be95de9e1538c093 authored about 1 year ago by Albert Steppi <[email protected]>
Merge pull request #19409 from tirthasheshpatel/fix-build-error

MAINT: fix a C++ build error with GCC 13

541f213dad69140749f883f2e3b45f8b7e85fcb7 authored about 1 year ago by Tyler Reddy <[email protected]>
ENH: stats.bartlett: add axis / nan_policy / keepdims support (#19392)

a5984a4764400c49d00784b249c37462c883f66d authored about 1 year ago by Matt Haberland <[email protected]>
ENH: stats.ansari: add axis / nan_policy / keepdims support (#19371)

ae390d7d4cd91f91c77492c6759b45dacca76cef authored about 1 year ago by Matt Haberland <[email protected]>
MAINT: integrate._tanhsinh: silence warning in test

f8634f625ded4d0846c9d138d6a5e8167dd1dda5 authored about 1 year ago by Matt Haberland <[email protected]>
MAINT: fix a C++ build error with GCC 13

bf11a3b4e3b0f90a05641f2eb8dcf8391c9b88e2 authored about 1 year ago by Tirth Patel <[email protected]>
MAINT: lbfgsb don't create intermediate bounds array

3f9dc48b90819d31583ed8eb7fd2709617f4a1f5 authored about 1 year ago by Andrew Nelson <[email protected]>
Update scipy/optimize/_lbfgsb_py.py

Co-authored-by: Christian Lorentzen <[email protected]>

a347bb668492d9447b546b3b356f90b804399e75 authored about 1 year ago by Andrew Nelson <[email protected]>
Merge pull request #19395 from j-bowhay/ndimage_module_deps

DEP: ndimage: improve the deprecation of private modules named without underscore prefix

9a5bc10655c066be6ee92157303217ce875bdbab authored about 1 year ago by h-vetinari <[email protected]>
TST: signal: add missing assertion in test_filter_design.py (#19399)

* Update test_filter_design.py

* Update test_filter_design.py

* Update scipy/signal/tests/...

2427f9bba23da87798ac39fc6b38d00f024f8aea authored about 1 year ago by Saswat Susmoy <[email protected]>
DOC, MAINT: more distutils/build cleanups (#19390)

* remove some modules in `_build_utils` that don't seem
relevant now that we use `meson` exclus...

40ff5ffdfbcf3f2785c4597d3e1b7568d2fb19fb authored about 1 year ago by Tyler Reddy <[email protected]>
Merge pull request #19400 from rgommers/fix-sonoma-build

BLD: use classic linker on macOS 14 (Sonoma), the new linker is broken

4179ae16b3783f62828628389445ac4f5d1af14b authored about 1 year ago by Andrew Nelson <[email protected]>
MAINT: use bounds array

8ae6d7e70ebe3c073948786bf3bc2d245dd4842a authored about 1 year ago by Andrew Nelson <[email protected]>
MAINT: l-bfgs-b remove intermediate bounds array

215a7ff65834a522d56b736ec7bf68f9724b4f71 authored about 1 year ago by Andrew Nelson <[email protected]>
BLD: use classic linker on macOS 14 (Sonoma), the new linker is broken

Closes gh-19357
Closes gh-19387

[skip circle]

55f33d99c247ab72471b67c55790269461764568 authored about 1 year ago by Ralf Gommers <[email protected]>
BUG: fix pow method for sparrays with power zero (#19335)

* fix pow method for sparrays with power 0

A**0 means every entry is 1, not just the original...

a875fa3da92ac965306621ca9104b6ed8d6e8ab3 authored about 1 year ago by Dan Schult <[email protected]>
MAINT: Minor fix to shim import of scipy.signal. (#19349)

* MAINT: Minor fix to shim import of scipy spatial.

1) Setting signature help tab completer a...

fd735fd1b48d6e5dbcf6bf00fda490eeb2f0a5c8 authored about 1 year ago by Matthias Bussonnier <[email protected]>
DEP: ndimage: improve the deprecation of private modules named without

underscore prefix

87f7e3183454b21693bfe9984e1b1daa603afbef authored about 1 year ago by Jake Bowhay <[email protected]>
MAINT: Spherical Voronoi simplify (#19172)

* `sort_vertices_of_regions()` was simplified to:
* only a single call location for `remainin...

868d630f24f7ed17ebacce01875324a0361fea2e authored about 1 year ago by Tyler Reddy <[email protected]>
MAINT: spatial: Change error message in KDTree to be more informative. (#19391)

* DOC: Change error message in spatial.KDTree to be more informative.

Based on the discussion...

9deb854600fcb5d14d8bc78b1c0422b66c146480 authored about 1 year ago by Evan <[email protected]>
MAINT: Partially revert np.int_ changes

eef2cf3215b7cae2100219bc9c62ee49281369d6 authored about 1 year ago by Mateusz Sokół <[email protected]>
DEP: deprecate scipy.signal wavelets (#19340)

* DEP: deprecate scipy.signal wavelets

* MAINT: signal: add deprecated wavelets to the deprec...

7819f1bd16d42999b4d5c97e0ee574bb5c925d9e authored about 1 year ago by Evgeni Burovski <[email protected]>
Merge pull request #19380 from rgommers/use-openblas32-wheels

DEV/CI: use scipy-openblas32 wheels in dev.py and some CI jobs

d7207038d8668ee5f7faf4bc4b6e3566290138f7 authored about 1 year ago by Andrew Nelson <[email protected]>
Merge pull request #19333 from maresb/improve-fit-skewnorm

ENH: Fit skewnorms with MLE more robustly

2c6f5c67d5870e3058c8b7b7818bcb8a940bfeee authored about 1 year ago by Matt Haberland <[email protected]>
Merge pull request #19379 from nmayorov/trf_rstep

BUG: Restore the original behavior of 'trf' from least_squares to make x0 "sufficiently" feasible

2b9826b2f34bcc39149011b1c257a43b4ca49b19 authored about 1 year ago by Tyler Reddy <[email protected]>
TST: stats.skewnorm.fit: add comment explaining test caveat

f96eb66dd02ce4c986599c90f3154da7abed69c2 authored about 1 year ago by Ben Mares <[email protected]>
CI: use scipy-openblas32 wheels from PyPI in CI jobs

Nicer than using the older tarballs, easier to understand and
maintain. The tarballs will also b...

ac094cdd3ebe387b9c6764f94165c53b9a0e70be authored about 1 year ago by Ralf Gommers <[email protected]>
DEV: remove the old and more hacky --win-cp-openblas from dev.py

bb4b8ba3a6897aac98ac6c3b47e4154ba3cf8eec authored about 1 year ago by Ralf Gommers <[email protected]>
DEV: enable building with scipy-openblas32 wheels from PyPI

87acb09d9487eb12e80fb9a5a46d0e59efdb7fdf authored about 1 year ago by Ralf Gommers <[email protected]>
Merge pull request #19377 from andyfaff/cir

CI: debugging aids for cirrus clone [skip actions][skip circle]

8a130d34ed741995b2d98196e5ff24969e8d5ca1 authored about 1 year ago by Andrew Nelson <[email protected]>
DOC: Clarification that least_squares's method 'trf' might adjust x0

12639aaada051b19fbb7a0af8d142630c3dc196c authored about 1 year ago by Nikolay Mayorov <[email protected]>
BUG: In least_squares make initial guess sufficiently feasible w.r.t. to bounds for method 'trf'

Essentially reverts commit ba761d8c0ff08d836834e1a87af3565f5bd6b7d9
Closes #19351

c751d6a9eb6fd95e0bc8aa49ff32606033963187 authored about 1 year ago by Nikolay Mayorov <[email protected]>
CI: debugging aids for cirrus clone [skip actions][skip circle]

f8f12bd32b65430121e4612dec10b013f78da303 authored about 1 year ago by Andrew Nelson <[email protected]>
Merge pull request #19376 from rgommers/fix-ci-failures

TST: bump tolerance of `test_al_mohy_higham_2012_experiment_1`

10e614450d41429f15071b1fb461e87eed513001 authored about 1 year ago by Tyler Reddy <[email protected]>
TST: bump tolerance of `test_al_mohy_higham_2012_experiment_1`

This avoids a test failure that we see in CI in the musllinux job:

```
_______ TestFractionalMa...

590090c4aac3dce09d93fa7f5e1e7965671498f1 authored about 1 year ago by Ralf Gommers <[email protected]>
TST: SphericalVoronoi region type (#19358)

* Fixes #19177

* enforce the nested list type for `SphericalVoronoi`
`regions`; the test mod...

f607e5df463bd164765769342d4659111d52a86f authored about 1 year ago by Tyler Reddy <[email protected]>
Merge pull request #19350 from tirthasheshpatel/entropy-axis-nan-policy

ENH: stats: add support for masked arrays, `nan_policy`, and `keepdims` to `entropy`

f3cd6cd13a2e0e15bb50d5f7f081db210b24103f authored about 1 year ago by Matt Haberland <[email protected]>
Merge pull request #19284 from rgommers/update-superlu

ENH: update SuperLU to version 6.0.1

a608ea4b170614cb9afadc74c5f523fdeeb6529a authored about 1 year ago by Tyler Reddy <[email protected]>
Merge pull request #19360 from tylerjereddy/treddy_single_build_sys

BLD, MAINT: more build system cleanups

bebb5e82910dd5d34f2f611acb6e23dd5ba41dbf authored about 1 year ago by Tyler Reddy <[email protected]>
BLD, MAINT: more build system cleanups

* a collection of additional cleanups to
the build system now that we are using
only one (`meson...

d9b35901a50908df05dc278e1e03b4893a0dccd0 authored about 1 year ago by Tyler Reddy <[email protected]>
CI: avoid using Cython 3.0.3 (#19367)

Closes gh-19352

781e25bc826294e44024ceae50deac36b93be7f6 authored about 1 year ago by Ralf Gommers <[email protected]>
ENH: stats.brunnermunzel: add axis / nan_policy / keepdims support

89b72b924cd5bc122ad50fff4d60f73ebbe4e1e3 authored about 1 year ago by Matt Haberland <[email protected]>
ENH: stats.friedmanchisquare: add axis / nan_policy / keepdims support

e7973caf87a791747ff5d6c6b1155bd4829be904 authored about 1 year ago by Matt Haberland <[email protected]>
TST: stats.skewnorm.fit: strengthen test of improvement when data is highly skewed

794d038965cdc72b22d4702c1d1b2be957c83d74 authored over 1 year ago by Matt Haberland <[email protected]>
BENCH: update/rewrite lobpcg benchmark (#18954)

* Update sparse_linalg_lobpcg.py

transferred from https://github.com/scipy/scipy/pull/18845
...

166e1f2b1ea0a1a2c3d7b030bd829549f8a5844a authored over 1 year ago by Andrew Knyazev <[email protected]>
ENH: stats: add support for `axis` tuple, `nan_policy`, and `keepdims` to `entropy`

746d2e136d56143e975c923a4f464596ae439bd9 authored over 1 year ago by Tirth Patel <[email protected]>
MAINT: remove `np.testing.suppress_warnings` that aren't in tests (#19345)

MAINT: remove suppress_warnings import

0a3dce2dea5fa875d804ddfa2dc8fc5818d0ee86 authored over 1 year ago by Andrew Nelson <[email protected]>
Merge pull request #19346 from tirthasheshpatel/fix-diff-entropy

MAINT: stats: fix `differential_entropy` too small error behavior

6cb1434a394227232a1a059d6007219004ddb50e authored over 1 year ago by Matt Haberland <[email protected]>
Merge pull request #19347 from Tartopohm/tp_int_fix

BUG: fix ValueError in stats.truncpareto

c88a8686b4cbe9ba9f7d2700b7c5d2f9dae8833c authored over 1 year ago by Matt Haberland <[email protected]>
BUG: fix ValueError in stats.truncpareto

The methods pdf, cdf, logcdf, ppf, sf, logsf, isf, and moment all had
expressions including `c**...

64fa6b86484f317153786494c0daf1199e4de108 authored over 1 year ago by Nicolas Mokus <[email protected]>
MAINT: stats: fix differential_entropy too small error behavior

ec44310674df2931b98e3c4674732bb0a0826c04 authored over 1 year ago by Tirth Patel <[email protected]>
ENH: `stats.variation`: add `axis` tuple and masked array support (#19336)

* ENH: add `axis` tuple, `nan_policy`, and `keepdims` to `variation`

Co-authored-by: Matt Hab...

f1e00700f2143158c6f08a426fdc097dea3a0c37 authored over 1 year ago by Tirth Patel <[email protected]>
MAINT: Remove remaining `numpy.int_` and filter `np.long` warning (#19341)

Co-authored-by: P. L. Lim <[email protected]>

4c45942cc5dfbf6d5fa82b44ae595d11a7e5d08b authored over 1 year ago by Mateusz Sokół <[email protected]>
MAINT, BLD: more setup.py cleanups (#19331)

* deal with the `setup.py`-related `TODO` comment in
the `stats` build system surrounding `temp...

92d66591f1610c3d4aea39853961c06132bdd632 authored over 1 year ago by Tyler Reddy <[email protected]>
Merge pull request #19327 from maresb/skewnorm-logpdf

ENH: Add a numerically stable logpdf function for the skewnorm distribution

1992efc95a811e2db9dc6803f80c4abfe18d7c48 authored over 1 year ago by Matt Haberland <[email protected]>
MAINT: Remove `np.int_` and `np.uint` (#19310)

578f892f3a0f17abee87a98358f229ca252a0bb8 authored over 1 year ago by Mateusz Sokół <[email protected]>
ENH: Add a numerically stable logpdf for skewnorm distribution

The logpdf of the skewnorm distribution can be expressed in terms
of the logpdf and logcdf of th...

48edffc0b2f0b4ecee1e94f845a1b948569757d6 authored over 1 year ago by Ben Mares <[email protected]>
TST: Test large x-values for logpdf of skewnorm distribution

This test fails because logpdf evaluates to -inf. This failure
is fixed in the next commit.

ad45f8613fd977f7cc8164a1b01b2f8eae0e7271 authored over 1 year ago by Ben Mares <[email protected]>
ENH: add `axis` tuple, `nan_policy`, and `keepdims` to `differential_entropy` (#19303)

* ENH: add `axis` tuple, `nan_policy`, and `keepdims` to `differential_entropy`
* MAINT, TST: s...

a8768b44a2eccc6b7598f2bdaea89441e55219a2 authored over 1 year ago by Tirth Patel <[email protected]>
DOC: optimize.brenth: comment correction

Modified scipy.optimize.brenth function's comment to be consistant with what was stated in abstr...

ff3f56b976ca286accc8cbbd5e62aec6d64eec59 authored over 1 year ago by Robert Langefeld <[email protected]>
ENH: Fit skewnorms with MLE more robustly

Closes #19332 by improving the initial guess to the optimizer
when computing the MLE in the case...

f392cf2c045517af8e2ff89119faa1da57fe1b6c authored over 1 year ago by Ben Mares <[email protected]>
TST: Test correctness of skewnorm fit for high-skew data

This currently fails: <https://github.com/scipy/scipy/issues/19332>
But it will be fixed in the ...

7ab9edb693be959aebdb5fe434ad4c7b145a90e0 authored over 1 year ago by Ben Mares <[email protected]>
DOC: stats.chisquare: result object contains attribute 'statistic' (#19329)

* DOC: stats.chisquare: result object contains attribute 'statistic'

[skip actions] [skip cir...

21dcad26e80a6f5dbda4ef7827cad6c2ecb20291 authored over 1 year ago by Matt Haberland <[email protected]>
Merge pull request #19317 from rgommers/remove-setuppy

MAINT: remove support for building with setup.py

4fc97887b5b6bc94af4b9f85fe8d10a2c62d6082 authored over 1 year ago by Tyler Reddy <[email protected]>
MAINT: remove dummy Fortran test compile from `cibw_before_build_macos.sh`

This was useful during debugging, but no longer does anything.
The `test.f` file that was called...

280168f85b1411ba5a9f52f3c7aabca95d338abc authored over 1 year ago by Ralf Gommers <[email protected]>
Merge pull request #19324 from corepattern/patch-1

quad: Use {.imag,.real} directly for faster performance in complex integration.

9c71e154b164e0f96d90a09015770b69060ba7ee authored over 1 year ago by Matt Haberland <[email protected]>
BUG: set idx_dtype in sparse dia_array.tocoo (#19307)

* set idx_dtype explicitly in dia_array.tocoo

* avoid 64bit test_base for 32bit behavior

169ad6ee56f2cd33713abf2e161a4815a6cffaee authored over 1 year ago by Dan Schult <[email protected]>
Merge pull request #19293 from mdhaber/bracket_root_refactor

ac394eb487117795dd9d6cc6a3cd7c9a15c49f0d authored over 1 year ago by Pamphile Roy <[email protected]>
quad: Use {.imag,.real} directly for faster performance in complex integration.

Replace `np.imag()`/`np.real()` with their direct alternatives to avoid a decorated function cal...

daa5f3751f8f34b7010c5a58a51da332d71f7472 authored over 1 year ago by Dan Barzilay <[email protected]>
DOC: signal: Updated Chebyshev 2 documentation (#18694)

* Updated Chebyshev 2 documentation

* Update scipy/signal/_filter_design.py

Co-authored-by...

8a3629ccdec913012c248657342391ab27fe2eff authored over 1 year ago by Andrej Savikin <[email protected]>
DOC: Added examples for correlation, num_obs_dm, num_obs_y functions. (#19256)

* DOC: Added examples for correlation, num_obs_dm, num_obs_y functions.

* fixed code deleted ...

45871478f5bff79460f90913de226737635c2d58 authored over 1 year ago by othmane tamri <[email protected]>
TST/MAINT: cluster: use new array API assertions (#19251)

45e875d819c24a3adaa187a1d7050c164d3e937d authored over 1 year ago by Lucas Colley <[email protected]>
DOC: fix typos found by codespell (#19295)

[skip ci]

2d1d5b042a09e131ffe191726aa6829b33590970 authored over 1 year ago by Dimitri Papadopoulos Orfanos <[email protected]>
MAINT: forward port 1.11.3 relnotes (#19315)

* forward port SciPy `1.11.3` release notes +
version switcher adjustment following the
releas...

21ec6cabc1dd6d1fad7b306d39e474502ecc935b authored over 1 year ago by Tyler Reddy <[email protected]>
MAINT: remove support for building with setup.py

With Python 3.12 available and the Meson build mature, we don't need
this any longer. The last r...

03dc21068e9a53d915a8acd36da1333e0a61bdd0 authored over 1 year ago by Ralf Gommers <[email protected]>