scipy-lectures / scientific-python-lectures

Tutorial material on the scientific Python ecosystem
https://lectures.scientific-python.org
Other
3.08k stars 1.19k forks source link

Update scipy #771

Closed jarrodmillman closed 1 month ago

jarrodmillman commented 1 month ago

@dschult @stefanv Just double-checking the repr change was intentional (see 8c8664f94ca1143b2f8907c2aa63872ff7441c6a).

dschult commented 1 month ago

Yes — the repr change was intentional (and str change). It was driven by trying to fit 1D into the old format, but it turned out to be a better change than we expected in other ways too. ;)