Scipp

Latest version: v24.2.0

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

Scan your dependencies

Page 1 of 10

24.02.0

What's Changed
* Expose Lookup class by jl-wynen in https://github.com/scipp/scipp/pull/3354
* Add top-level module docs by jl-wynen in https://github.com/scipp/scipp/pull/3355
* Use pydata theme for docs by nvaytet in https://github.com/scipp/scipp/pull/3362
* Fix ndim check by jl-wynen in https://github.com/scipp/scipp/pull/3366
* Add developer section in docs by SimonHeybrock in https://github.com/scipp/scipp/pull/3368
* Flatten dims with scalars in MultiIndex by jl-wynen in https://github.com/scipp/scipp/pull/3369
* Fix links in docs by SimonHeybrock in https://github.com/scipp/scipp/pull/3370
* feat: add assert allclose by jokasimr in https://github.com/scipp/scipp/pull/3359
* fix: remove restriction on positional indexing by jokasimr in https://github.com/scipp/scipp/pull/3374
* Add `var`, `std`, `median` by jl-wynen in https://github.com/scipp/scipp/pull/3378
* feat: add getsliceparams method by jokasimr in https://github.com/scipp/scipp/pull/3390


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

23.12.0

What's Changed
* Add Python 3.12 for PyPI by SimonHeybrock in https://github.com/scipp/scipp/pull/3321
* feat: make as_vector accept more dtypes by jokasimr in https://github.com/scipp/scipp/pull/3346
* Drop Python 3.8 by SimonHeybrock in https://github.com/scipp/scipp/pull/3345
* Add hyperbolic functions by jl-wynen in https://github.com/scipp/scipp/pull/3348
* Prevent insertion of binned coords and masks by SimonHeybrock in https://github.com/scipp/scipp/pull/3349
* feat: more flexible curve fit by jokasimr in https://github.com/scipp/scipp/pull/3303


**Full Changelog**: https://github.com/scipp/scipp/compare/23.11.1...23.12.0

23.11.1

What's Changed
* Bin/histogram/group edge reference test. by YooSunYoung in https://github.com/scipp/scipp/pull/3323
* Fix memory leak in `bin` introduced in 23.08.0 by SimonHeybrock in https://github.com/scipp/scipp/pull/3342


**Full Changelog**: https://github.com/scipp/scipp/compare/23.11.0...23.11.1

23.11.0

What's Changed
* Deprecate `DataArray.attrs` by SimonHeybrock in https://github.com/scipp/scipp/pull/3227
* Update to LLNL/units 0.9.1 by SimonHeybrock in https://github.com/scipp/scipp/pull/3232
* Silence warnings about deprecated attrs in visualizations by nvaytet in https://github.com/scipp/scipp/pull/3238
* Check alignment in assert_identical by jl-wynen in https://github.com/scipp/scipp/pull/3242
* Run pip-compile-multi by SimonHeybrock in https://github.com/scipp/scipp/pull/3245
* Fix empty bin confusing error by jokasimr in https://github.com/scipp/scipp/pull/3239
* Fix link to plotting docs by jl-wynen in https://github.com/scipp/scipp/pull/3243
* fix: implement 'mod_equals' for the same set of types as 'mod' by jokasimr in https://github.com/scipp/scipp/pull/3179
* Prevent non str keys by jokasimr in https://github.com/scipp/scipp/pull/3247
* docs: mention plopp instead of matplotlib by jokasimr in https://github.com/scipp/scipp/pull/3256
* fix: add appropriate type combinations by jokasimr in https://github.com/scipp/scipp/pull/3250
* Remove hiring banner from docs by nvaytet in https://github.com/scipp/scipp/pull/3259
* fix: add accumulator method for (size,size) by jokasimr in https://github.com/scipp/scipp/pull/3248
* fix: consider vscode dark mode by jokasimr in https://github.com/scipp/scipp/pull/3260
* Prevent integer overflow in variances by jl-wynen in https://github.com/scipp/scipp/pull/3262
* Build conda package for py 3.11 by jl-wynen in https://github.com/scipp/scipp/pull/3268
* Update some deps by jl-wynen in https://github.com/scipp/scipp/pull/3272
* Remove keys and values from bins map views by jl-wynen in https://github.com/scipp/scipp/pull/3269
* Add missing dtypes in `where` by SimonHeybrock in https://github.com/scipp/scipp/pull/3276
* Do not drop inputs and intermediates in empty dataset `transform_coords` by SimonHeybrock in https://github.com/scipp/scipp/pull/3274
* fix: logic for finding 'bin-edges' by jokasimr in https://github.com/scipp/scipp/pull/3252
* Use correct output dtype in event centric arithmetic by jl-wynen in https://github.com/scipp/scipp/pull/3278
* Avoid internal use of deprecate `attrs` and `meta` properties by SimonHeybrock in https://github.com/scipp/scipp/pull/3283
* Remove runtime configuration by nvaytet in https://github.com/scipp/scipp/pull/3254
* Fix operations on transposed binned data; remove binned data operation overhead by SimonHeybrock in https://github.com/scipp/scipp/pull/3282
* Update roadmap, remove outdated content. by SimonHeybrock in https://github.com/scipp/scipp/pull/3286
* Use pyproject.toml instead of setup.py by jl-wynen in https://github.com/scipp/scipp/pull/3289
* docs: fix solar flares tutorial plot labels by jokasimr in https://github.com/scipp/scipp/pull/3258
* Fix CMakeLists.txt after builds broken by adding non-release tag by SimonHeybrock in https://github.com/scipp/scipp/pull/3291
* Require that all dataset items have the same sizes by jl-wynen in https://github.com/scipp/scipp/pull/3199
* Fix links by jl-wynen in https://github.com/scipp/scipp/pull/3292
* Support init from numpy with any number of dimensions by jl-wynen in https://github.com/scipp/scipp/pull/3284
* Simplify table repr impl by jl-wynen in https://github.com/scipp/scipp/pull/3295
* Document behavior of min/max/nanmin/nanmax for empty inputs by SimonHeybrock in https://github.com/scipp/scipp/pull/3287
* Remove "What's New" page by jl-wynen in https://github.com/scipp/scipp/pull/3296
* Remove more uses of attrs by jl-wynen in https://github.com/scipp/scipp/pull/3297
* Return NaN in min/max with NaN by jl-wynen in https://github.com/scipp/scipp/pull/3299
* Remove deprecated HDF5 functions by jl-wynen in https://github.com/scipp/scipp/pull/3300
* Add workflow for nightly packaging by SimonHeybrock in https://github.com/scipp/scipp/pull/3290
* Support dataset init from empty dict by jl-wynen in https://github.com/scipp/scipp/pull/3301
* Remove mentions of attr from docs by jl-wynen in https://github.com/scipp/scipp/pull/3263
* Support integer weights in `hist` and remove dtype limitations by SimonHeybrock in https://github.com/scipp/scipp/pull/3298
* Fix inconsistent version number setup. by SimonHeybrock in https://github.com/scipp/scipp/pull/3306
* Reduce memory consumption in asv benchmark runs by SimonHeybrock in https://github.com/scipp/scipp/pull/3307
* Allow broadcasting variances in comparisons by jl-wynen in https://github.com/scipp/scipp/pull/3312
* Release nightly for python version 3.9 by YooSunYoung in https://github.com/scipp/scipp/pull/3316
* Replace deprecated config by jl-wynen in https://github.com/scipp/scipp/pull/3318
* Allowing non-contiguous bin edges. by YooSunYoung in https://github.com/scipp/scipp/pull/3310
* Update release notes by SimonHeybrock in https://github.com/scipp/scipp/pull/3328

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

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

nightly
Nightly release for testing of downstream projects.

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

Page 1 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.