Scipp

Latest version: v24.11.1

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

Scan your dependencies

Page 3 of 11

23.08.0

What's Changed
* ADR: Restrict `Dataset` to items with matching dimensionality by SimonHeybrock in https://github.com/scipp/scipp/pull/3185
* Add load_csv by jl-wynen in https://github.com/scipp/scipp/pull/3169
* Fix and cleanup scipp.yml by SimonHeybrock in https://github.com/scipp/scipp/pull/3197
* Add code of conduct by SimonHeybrock in https://github.com/scipp/scipp/pull/3201
* Update LLNL/units and add regression tests by SimonHeybrock in https://github.com/scipp/scipp/pull/3203
* Remove legacy plotting by nvaytet in https://github.com/scipp/scipp/pull/3200
* Fix code of conduct url by nvaytet in https://github.com/scipp/scipp/pull/3213
* Update pip CI dependencies by SimonHeybrock in https://github.com/scipp/scipp/pull/3211
* Improve performance when binning or grouping into many bins by SimonHeybrock in https://github.com/scipp/scipp/pull/3215
* Partial buffer reuse optimization when binning by SimonHeybrock in https://github.com/scipp/scipp/pull/3217
* Add suggestions on how to use TBB allocator and HugePage support to docs by SimonHeybrock in https://github.com/scipp/scipp/pull/3220
* Fix linkcheck by SimonHeybrock in https://github.com/scipp/scipp/pull/3222
* Add weekly workflow to ensure package builds don't break by SimonHeybrock in https://github.com/scipp/scipp/pull/3223
* Minor docs improvements by SimonHeybrock in https://github.com/scipp/scipp/pull/3225
* Update `compat.from_xarray` to use alignment flag and prepare for removal of attrs by SimonHeybrock in https://github.com/scipp/scipp/pull/3231
* Remove warning filters related to removed deprecated plotting by SimonHeybrock in https://github.com/scipp/scipp/pull/3226


**Full Changelog**: https://github.com/scipp/scipp/compare/23.07.0...23.08.0

23.07.0

What's Changed
* Remove some warning from release CI about deprecated Node 12 by nvaytet in https://github.com/scipp/scipp/pull/3117
* Add assign_(coord/mask/attr) methods of data_array by YooSunYoung in https://github.com/scipp/scipp/pull/3110
* Fix deprecation message for `open_hdf5` by nvaytet in https://github.com/scipp/scipp/pull/3118
* Bump hendrikmuhs/ccache-action from 1.2.8 to 1.2.9 by dependabot in https://github.com/scipp/scipp/pull/3119
* Fix exception in event-centric arithmetic using `sc.lookup` by SimonHeybrock in https://github.com/scipp/scipp/pull/3112
* Allow removing variances from int variables by jl-wynen in https://github.com/scipp/scipp/pull/3120
* String type item preview length limit by YooSunYoung in https://github.com/scipp/scipp/pull/3122
* Fix performance bug with datetime64 operations by SimonHeybrock in https://github.com/scipp/scipp/pull/3123
* Support builtin and numpy types in HDF5 by jl-wynen in https://github.com/scipp/scipp/pull/3124
* Bump pypa/cibuildwheel from 2.12.1 to 2.12.3 by dependabot in https://github.com/scipp/scipp/pull/3132
* Improve performance for binning few events into many bins by SimonHeybrock in https://github.com/scipp/scipp/pull/3131
* Remove hiring banner by SimonHeybrock in https://github.com/scipp/scipp/pull/3133
* Add references to paper on uncertainty propagation with broadcasts by SimonHeybrock in https://github.com/scipp/scipp/pull/3134
* Do not use the GIL when building ranges by jl-wynen in https://github.com/scipp/scipp/pull/3137
* Better handling of "unrelated" items in DataGroup.fold/squeeze/transpose and reduction operations by SimonHeybrock in https://github.com/scipp/scipp/pull/3136
* Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 by dependabot in https://github.com/scipp/scipp/pull/3141
* Fix potential whitespace issue in tox.ini by SimonHeybrock in https://github.com/scipp/scipp/pull/3142
* Add aligned flag to Variable by jl-wynen in https://github.com/scipp/scipp/pull/3144
* Prepare 23.05 release by SimonHeybrock in https://github.com/scipp/scipp/pull/3147
* Add hiring banner by SimonHeybrock in https://github.com/scipp/scipp/pull/3151
* Pin conda version for anaconda upload by SimonHeybrock in https://github.com/scipp/scipp/pull/3150
* Enable warning about default encoding by jl-wynen in https://github.com/scipp/scipp/pull/3154
* Update tornado and requests dep by jl-wynen in https://github.com/scipp/scipp/pull/3155
* Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.4.2 by dependabot in https://github.com/scipp/scipp/pull/3160
* Bump pypa/cibuildwheel from 2.12.3 to 2.13.0 by dependabot in https://github.com/scipp/scipp/pull/3159
* Try gcc 12.2 by nvaytet in https://github.com/scipp/scipp/pull/3152
* Fix non-converging scipy optimization test by nvaytet in https://github.com/scipp/scipp/pull/3161
* Python versions as strings in CI by nvaytet in https://github.com/scipp/scipp/pull/3162
* Use alignment flag in operations by jl-wynen in https://github.com/scipp/scipp/pull/3153
* Request for comments: ADR on not supporting attributes by SimonHeybrock in https://github.com/scipp/scipp/pull/3145
* Add hypothesis as docs dependency by jl-wynen in https://github.com/scipp/scipp/pull/3158
* Structured var init by jl-wynen in https://github.com/scipp/scipp/pull/3167
* Show alignment in reprs and document alignment by jl-wynen in https://github.com/scipp/scipp/pull/3164
* Fix links in docs by jl-wynen in https://github.com/scipp/scipp/pull/3168
* Fix label based indexing for length-1 arrays by jl-wynen in https://github.com/scipp/scipp/pull/3171
* Bump pypa/cibuildwheel from 2.13.0 to 2.13.1 by dependabot in https://github.com/scipp/scipp/pull/3173
* Bump plopp from 23.5.0 to 23.5.1 in /requirements by dependabot in https://github.com/scipp/scipp/pull/3175
* Fix `sc.show` when bin-edge coords have been sliced by nvaytet in https://github.com/scipp/scipp/pull/3178
* Remove outdated binder environment by SimonHeybrock in https://github.com/scipp/scipp/pull/3174
* Export public symbols by jl-wynen in https://github.com/scipp/scipp/pull/3180
* Remove duplicate section in docs by jl-wynen in https://github.com/scipp/scipp/pull/3183
* Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 by dependabot in https://github.com/scipp/scipp/pull/3184


**Full Changelog**: https://github.com/scipp/scipp/compare/23.03.2...23.07.0

23.05.0

What's Changed
* Remove some warning from release CI about deprecated Node 12 by nvaytet in https://github.com/scipp/scipp/pull/3117
* Add assign_(coord/mask/attr) methods of data_array by YooSunYoung in https://github.com/scipp/scipp/pull/3110
* Fix deprecation message for `open_hdf5` by nvaytet in https://github.com/scipp/scipp/pull/3118
* Fix exception in event-centric arithmetic using `sc.lookup` by SimonHeybrock in https://github.com/scipp/scipp/pull/3112
* Allow removing variances from int variables by jl-wynen in https://github.com/scipp/scipp/pull/3120
* String type item preview length limit by YooSunYoung in https://github.com/scipp/scipp/pull/3122
* Fix performance bug with datetime64 operations by SimonHeybrock in https://github.com/scipp/scipp/pull/3123
* Support builtin and numpy types in HDF5 by jl-wynen in https://github.com/scipp/scipp/pull/3124
* Improve performance for binning few events into many bins by SimonHeybrock in https://github.com/scipp/scipp/pull/3131
* Remove hiring banner by SimonHeybrock in https://github.com/scipp/scipp/pull/3133
* Add references to paper on uncertainty propagation with broadcasts by SimonHeybrock in https://github.com/scipp/scipp/pull/3134
* Do not use the GIL when building ranges by jl-wynen in https://github.com/scipp/scipp/pull/3137
* Better handling of "unrelated" items in DataGroup.fold/squeeze/transpose and reduction operations by SimonHeybrock in https://github.com/scipp/scipp/pull/3136
* Fix potential whitespace issue in tox.ini by SimonHeybrock in https://github.com/scipp/scipp/pull/3142
* Add aligned flag to Variable by jl-wynen in https://github.com/scipp/scipp/pull/3144
* Prepare 23.05 release by SimonHeybrock in https://github.com/scipp/scipp/pull/3147
* Pin conda version for anaconda upload by SimonHeybrock in https://github.com/scipp/scipp/pull/3150
* Enable warning about default encoding by jl-wynen in https://github.com/scipp/scipp/pull/3154
* Try gcc 12.2 by nvaytet in https://github.com/scipp/scipp/pull/3152


**Full Changelog**: https://github.com/scipp/scipp/compare/23.03.2...23.05.0

23.03.2

What's Changed
* Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.4 by dependabot in https://github.com/scipp/scipp/pull/3107
* Fix list in markdown broken by missing newline by SimonHeybrock in https://github.com/scipp/scipp/pull/3108
* Bump pypa/gh-action-pypi-publish from 1.8.4 to 1.8.5 by dependabot in https://github.com/scipp/scipp/pull/3111
* Fix version handling script for CI by SimonHeybrock in https://github.com/scipp/scipp/pull/3115
* Fix `sc.bins` for int32 begin/end indices by SimonHeybrock in https://github.com/scipp/scipp/pull/3116


**Full Changelog**: https://github.com/scipp/scipp/compare/23.03.1...23.03.2

23.03.1

**Full Changelog**: https://github.com/scipp/scipp/compare/23.03.0...23.03.1

23.03.0

What's Changed
* Quick update of css for datagroup html wrapper by YooSunYoung in https://github.com/scipp/scipp/pull/3025
* Implement custom formatting by jl-wynen in https://github.com/scipp/scipp/pull/3017
* Fix stubgen for decorated functions by jl-wynen in https://github.com/scipp/scipp/pull/3019
* Document stubgen in dev docs and update tooling docs by jl-wynen in https://github.com/scipp/scipp/pull/3031
* Add ``size`` to ``DataArray`` and ``Variable`` by YooSunYoung in https://github.com/scipp/scipp/pull/3026
* Fix access to value of 0-D variable with spatial transform dtype by SimonHeybrock in https://github.com/scipp/scipp/pull/3033
* Fix `hist()` to work in cases where only bin-coord available by SimonHeybrock in https://github.com/scipp/scipp/pull/3034
* Add `clear`, `copy` and `popitem` methods to coords, masks, and attrs by nvaytet in https://github.com/scipp/scipp/pull/3014
* Use conda forge pinning attempt 2 by jl-wynen in https://github.com/scipp/scipp/pull/3024
* Element selection in variable formatting by jl-wynen in https://github.com/scipp/scipp/pull/3028
* Add ``DataGroup`` html wrapper unit test and rearrange html/css file locations by YooSunYoung in https://github.com/scipp/scipp/pull/3035
* Add inverse for transforms by jl-wynen in https://github.com/scipp/scipp/pull/3040
* Update preview of Variable with vector-like value(s) by YooSunYoung in https://github.com/scipp/scipp/pull/3042
* Fix broken link by jl-wynen in https://github.com/scipp/scipp/pull/3048
* Add ``docs-clean`` option in ``tox.ini`` by YooSunYoung in https://github.com/scipp/scipp/pull/3051
* Add line break between dimensions in ``DataGroup`` html wrapper ``shape`` column by YooSunYoung in https://github.com/scipp/scipp/pull/3050
* Fix wrong docstring of sc.bins by SimonHeybrock in https://github.com/scipp/scipp/pull/3054
* Add DOI links by SimonHeybrock in https://github.com/scipp/scipp/pull/3058
* Support any types in data group in identical by jl-wynen in https://github.com/scipp/scipp/pull/3060
* Bug fix - lagging in ``DataGroup`` html wrapper by YooSunYoung in https://github.com/scipp/scipp/pull/3049
* Implement __eq__ for keys and items views by jl-wynen in https://github.com/scipp/scipp/pull/3064
* Fix upper binning bound for float32 by nvaytet in https://github.com/scipp/scipp/pull/3063
* Update markupsafe dependency by jl-wynen in https://github.com/scipp/scipp/pull/3067
* Pin conan to 1.59 by jl-wynen in https://github.com/scipp/scipp/pull/3068
* Build Conda package for Python 3.10 by jl-wynen in https://github.com/scipp/scipp/pull/3069
* Test assertion helper by jl-wynen in https://github.com/scipp/scipp/pull/3066
* Black by jl-wynen in https://github.com/scipp/scipp/pull/3070
* Plopp by default by jl-wynen in https://github.com/scipp/scipp/pull/3076
* Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 by dependabot in https://github.com/scipp/scipp/pull/3077
* Bump pypa/cibuildwheel from 2.12.0 to 2.12.1 by dependabot in https://github.com/scipp/scipp/pull/3078
* Ignore link to nist constants by jl-wynen in https://github.com/scipp/scipp/pull/3080
* Prepare release 23.03.0 by jl-wynen in https://github.com/scipp/scipp/pull/3079
* Rename HDF5 functions by jl-wynen in https://github.com/scipp/scipp/pull/3081


**Full Changelog**: https://github.com/scipp/scipp/compare/23.01.1...23.03.0

Page 3 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.