Scipp

Latest version: v24.11.1

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

Scan your dependencies

Page 2 of 11

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

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.

Page 2 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.