Scipp

Latest version: v25.3.0

Safety actively analyzes 723144 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 12

24.09.1

What's Changed
* Fix `hist` to preserve unrelated coord in multi-dim cases by SimonHeybrock in https://github.com/scipp/scipp/pull/3530


**Full Changelog**: https://github.com/scipp/scipp/compare/24.09.0...24.09.1

24.09.0

What's Changed
* Implement ADR 0018 by SimonHeybrock in https://github.com/scipp/scipp/pull/3501


**Full Changelog**: https://github.com/scipp/scipp/compare/24.08.0...24.09.0

24.08.0

What's Changed
* Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by dependabot in https://github.com/scipp/scipp/pull/3479
* Bump hendrikmuhs/ccache-action from 1.2.12 to 1.2.13 by dependabot in https://github.com/scipp/scipp/pull/3485
* Update to macos-14 CI images by jl-wynen in https://github.com/scipp/scipp/pull/3484
* Missing dtype combination leading to exception when grouping int32 into int64 by SimonHeybrock in https://github.com/scipp/scipp/pull/3480
* Use release env for trusted publishers by nvaytet in https://github.com/scipp/scipp/pull/3486
* Use pybind11 from ConanCenter, remove local recipe by MridulS in https://github.com/scipp/scipp/pull/3487
* Minor update in the quick-start page. by YooSunYoung in https://github.com/scipp/scipp/pull/3489
* Bump up pybind11 to 2.13.1 by MridulS in https://github.com/scipp/scipp/pull/3490
* Update dependencies by jl-wynen in https://github.com/scipp/scipp/pull/3491
* Bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.3 by dependabot in https://github.com/scipp/scipp/pull/3493
* Bump pypa/cibuildwheel from 2.19.1 to 2.19.2 by dependabot in https://github.com/scipp/scipp/pull/3494
* Run mypy in CI by jl-wynen in https://github.com/scipp/scipp/pull/3492
* Remove stubgen by jl-wynen in https://github.com/scipp/scipp/pull/3497
* Fix typing issues by jl-wynen in https://github.com/scipp/scipp/pull/3495
* Disable linkcheck for conda-forge by jl-wynen in https://github.com/scipp/scipp/pull/3499
* Fix bad GIL release in inplace operators by SimonHeybrock in https://github.com/scipp/scipp/pull/3505
* Propose ADR-0018: Add `dim` argument to `bin` and `hist` by SimonHeybrock in https://github.com/scipp/scipp/pull/3498
* Bump pypa/cibuildwheel from 2.19.2 to 2.20.0 by dependabot in https://github.com/scipp/scipp/pull/3509
* fix: dont fail binning when coordinate contains nan by jokasimr in https://github.com/scipp/scipp/pull/3510
* Update object_list.py to include DataGroup by SimonHeybrock in https://github.com/scipp/scipp/pull/3511
* Appease mypy a bit more by jl-wynen in https://github.com/scipp/scipp/pull/3508
* Make DataGroup a Generic jl-wynen in https://github.com/scipp/scipp/pull/3508
* Remove broken links by jokasimr in https://github.com/scipp/scipp/pull/3516
* Bump hendrikmuhs/ccache-action from 1.2.13 to 1.2.14 by dependabot in https://github.com/scipp/scipp/pull/3517
* feat: add drop_coords and masks to bins by jokasimr in https://github.com/scipp/scipp/pull/3518
* Bump up release builds to use py3.12 for conda by MridulS in https://github.com/scipp/scipp/pull/3519
* Build conda osx_64 with macos-13 image by MridulS in https://github.com/scipp/scipp/pull/3520
* build wheel on macos 13 and macos 14 by MridulS in https://github.com/scipp/scipp/pull/3521
* fix: treat base is zero case specially by jokasimr in https://github.com/scipp/scipp/pull/3515
* Fix wheel building on MacOS 14 and sync up conan version in wheels and conda by MridulS in https://github.com/scipp/scipp/pull/3522


**Full Changelog**: https://github.com/scipp/scipp/compare/24.06.0...24.08.0

24.06.0

What's Changed
* Avoid memory and compute waste in 2-D or higher hist with unused coords by SimonHeybrock in https://github.com/scipp/scipp/pull/3475
* Appease mypy some more by jl-wynen in https://github.com/scipp/scipp/pull/3474
* Use nightly wheels where available to run tests and support NumPy 2.0 by MridulS in https://github.com/scipp/scipp/pull/3427


**Full Changelog**: https://github.com/scipp/scipp/compare/24.05.1...24.06.0

24.05.1

What's Changed
* Fix type issues in scipp.spatial by jl-wynen in https://github.com/scipp/scipp/pull/3461
* fix: curve fit nonscalar initial guess and bound by jokasimr in https://github.com/scipp/scipp/pull/3452
* Fix curve fit ignore kwonlydefault by jokasimr in https://github.com/scipp/scipp/pull/3465


**Full Changelog**: https://github.com/scipp/scipp/compare/24.05.0...24.05.1

24.05.0

What's Changed
* Fix links and docs warnings by jl-wynen in https://github.com/scipp/scipp/pull/3395
* Fix upload-artifact and update download-artifact accordingly. by YooSunYoung in https://github.com/scipp/scipp/pull/3401
* fix: raise error if lhs is not binned and rhs is binned by jokasimr in https://github.com/scipp/scipp/pull/3403
* Require identical units in mod operation by nvaytet in https://github.com/scipp/scipp/pull/3404
* Bins mapping interface by jl-wynen in https://github.com/scipp/scipp/pull/3399
* Do not truncate items in data group repr by jl-wynen in https://github.com/scipp/scipp/pull/3414
* MAINT: Remove deprecated functions in geometry.py by MridulS in https://github.com/scipp/scipp/pull/3419
* Use ruff linter and formatter by jl-wynen in https://github.com/scipp/scipp/pull/3424
* fix: bugs in curve_fit by jokasimr in https://github.com/scipp/scipp/pull/3436 https://github.com/scipp/scipp/pull/3445
* Drop support for Python 3.9 by jl-wynen in https://github.com/scipp/scipp/pull/3441
* Fix `group` with automatic groups by labels of str dtype by SimonHeybrock in https://github.com/scipp/scipp/pull/3430
* MAINT: Remove deprecated binnings methods and args by MridulS in https://github.com/scipp/scipp/pull/3420

New Contributors
* MridulS made their first contribution in https://github.com/scipp/scipp/pull/3419

**Full Changelog**: https://github.com/scipp/scipp/compare/24.02.0...24.05.0

Page 2 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.