Scipp

Latest version: v24.11.1

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

Scan your dependencies

Page 1 of 11

24.11.1

What's Changed
* Fix bug in binning introduced by typo when improving type hints by nvaytet in https://github.com/scipp/scipp/pull/3598


**Full Changelog**: https://github.com/scipp/scipp/compare/24.11.0...24.11.1

24.11.0

What's Changed
* fix: make islinspace unit none by jokasimr in https://github.com/scipp/scipp/pull/3533
* Also build nightly wheels for 311 by nvaytet in https://github.com/scipp/scipp/pull/3537
* MAINT: Bump up deps with tox by MridulS in https://github.com/scipp/scipp/pull/3543
* BUILD: Harmonize deps across multiple env files by MridulS in https://github.com/scipp/scipp/pull/3541
* CI: Upload wheels to scipp pypi index by MridulS in https://github.com/scipp/scipp/pull/3542
* MAINT: Do not delete nightlies from anaconda pypi by MridulS in https://github.com/scipp/scipp/pull/3558
* Don't call fit routine when slice is masked by jokasimr in https://github.com/scipp/scipp/pull/3559
* MAINT: Support Python 3.13 while building wheels by MridulS in https://github.com/scipp/scipp/pull/3572
* fix: order of units in error message by jokasimr in https://github.com/scipp/scipp/pull/3578
* Drop points with NaNs coord values when histogramming or binning by nvaytet in https://github.com/scipp/scipp/pull/3564
* fix: html repr for xarray by jokasimr in https://github.com/scipp/scipp/pull/3574
* MAINT: Sync up to windows-2022 in github actions by MridulS in https://github.com/scipp/scipp/pull/3579
* Support callable instances of class with `__call__` in `scipp.curve_fit` by jokasimr in https://github.com/scipp/scipp/pull/3581
* Sync with copier template by jl-wynen in https://github.com/scipp/scipp/pull/3583
* fix: handle out of range index on bin-edge coord by jokasimr in https://github.com/scipp/scipp/pull/3588
* Fix `sc.lookup` when data has a 2d coord by nvaytet in https://github.com/scipp/scipp/pull/3582
* Fix typing issues with binning by jl-wynen in https://github.com/scipp/scipp/pull/3590
* Remove broken link by jl-wynen in https://github.com/scipp/scipp/pull/3591
* Pin compiler version for osx because conan does not support >17 by nvaytet in https://github.com/scipp/scipp/pull/3592
* MAINT: Add support for python 3.13 while building conda packages by MridulS in https://github.com/scipp/scipp/pull/3593
* Build conda package with python 3.13 during release by MridulS in https://github.com/scipp/scipp/pull/3594


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

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
* 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

Page 1 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.