Scipp

Latest version: v24.6.0

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

Scan your dependencies

Page 5 of 10

0.15.0

What's Changed
* Raise ValueError if variance is 0 in curve_fit by jl-wynen in https://github.com/scipp/scipp/pull/2620
* Replace the widget-based table viewer with a simpler pure-HTML table by nvaytet in https://github.com/scipp/scipp/pull/2613
* Bump pypa/cibuildwheel from 2.5.0 to 2.6.0 by dependabot in https://github.com/scipp/scipp/pull/2614
* Update requirements via pip-compile-multi by SimonHeybrock in https://github.com/scipp/scipp/pull/2622
* Add nbstripout pre-commit hook and strip pycharm metadata by jl-wynen in https://github.com/scipp/scipp/pull/2623
* Add compact string formatter for Variables by g5t in https://github.com/scipp/scipp/pull/2556
* Update conan to avoid vulnerably pyjwt by SimonHeybrock in https://github.com/scipp/scipp/pull/2629
* To xarray by nvaytet in https://github.com/scipp/scipp/pull/2624
* Fix Variable.bins.concat(dim) by SimonHeybrock in https://github.com/scipp/scipp/pull/2638
* Fix hypothesis test flakyness and search critical param regions better by SimonHeybrock in https://github.com/scipp/scipp/pull/2637
* Keep target coords regardless of keep_* options by jl-wynen in https://github.com/scipp/scipp/pull/2642
* Minor update of "Data Structures" docs page by SimonHeybrock in https://github.com/scipp/scipp/pull/2643
* Fix linspace optimization by SimonHeybrock in https://github.com/scipp/scipp/pull/2644
* Fixes for copying binned structured data by SimonHeybrock in https://github.com/scipp/scipp/pull/2650
* Update notebook (security) by SimonHeybrock in https://github.com/scipp/scipp/pull/2651
* Change `flatten` to drop bin edges on mismatch, instead of raising by SimonHeybrock in https://github.com/scipp/scipp/pull/2652
* Bump pypa/cibuildwheel from 2.6.0 to 2.7.0 by dependabot in https://github.com/scipp/scipp/pull/2654
* Use specifc multi-threading threshold for reduction operations with binned data by SimonHeybrock in https://github.com/scipp/scipp/pull/2653
* New binning, grouping, and histogramming API by SimonHeybrock in https://github.com/scipp/scipp/pull/2633
* Fix slice by condition dim/shape checks by SimonHeybrock in https://github.com/scipp/scipp/pull/2657
* Add missing test for slice by condition by SimonHeybrock in https://github.com/scipp/scipp/pull/2659
* Pin versions in ci buildconfig environments by nvaytet in https://github.com/scipp/scipp/pull/2664
* Add possibility to switch to experimental plotting backend by nvaytet in https://github.com/scipp/scipp/pull/2645
* Bump JamesIves/github-pages-deploy-action from 4.3.3 to 4.3.4 by dependabot in https://github.com/scipp/scipp/pull/2663
* Optimization for auto-grouping by SimonHeybrock in https://github.com/scipp/scipp/pull/2658
* Support buffer types other than DataArray in HTML repr of scalar binned variable by SimonHeybrock in https://github.com/scipp/scipp/pull/2669
* Support variables in `hist`, `nanhist`, and `bin`. by SimonHeybrock in https://github.com/scipp/scipp/pull/2678
* ADR for removal of plotting resampling behavior by SimonHeybrock in https://github.com/scipp/scipp/pull/2661
* Keyword-arg API for `transform_coords` by SimonHeybrock in https://github.com/scipp/scipp/pull/2670
* Fix reduction operations of 0-D binned variables by SimonHeybrock in https://github.com/scipp/scipp/pull/2685
* Fix serious bug in `bin` by SimonHeybrock in https://github.com/scipp/scipp/pull/2680
* is_bins *does* support DataArray by SimonHeybrock in https://github.com/scipp/scipp/pull/2686
* Fix exception in `bin` with edges along dim other than input dim by SimonHeybrock in https://github.com/scipp/scipp/pull/2684
* Generalize `lookup` by SimonHeybrock in https://github.com/scipp/scipp/pull/2681
* Bump pypa/cibuildwheel from 2.7.0 to 2.8.0 by dependabot in https://github.com/scipp/scipp/pull/2690
* Support kwargs in rename_dims by jl-wynen in https://github.com/scipp/scipp/pull/2689
* Remove ancient tutorials by SimonHeybrock in https://github.com/scipp/scipp/pull/2693
* Support `__bool__` where sensible by SimonHeybrock in https://github.com/scipp/scipp/pull/2695
* [experimental plotting] Fix legend warning in 1d plot when legend labels are empty by nvaytet in https://github.com/scipp/scipp/pull/2698
* [experimental plotting] Fix pick callback for toggling norm on mesh when pick event does not originate from cbar by nvaytet in https://github.com/scipp/scipp/pull/2700
* [experimental plotting] Add better error message when trying to plot 3D data by nvaytet in https://github.com/scipp/scipp/pull/2699
* Fix usage of nbstripout by jl-wynen in https://github.com/scipp/scipp/pull/2701
* Update solar flares tutorial to new binning API by jl-wynen in https://github.com/scipp/scipp/pull/2697
* Update binned-data tutorial with new API by SimonHeybrock in https://github.com/scipp/scipp/pull/2694
* New docs by SimonHeybrock in https://github.com/scipp/scipp/pull/2702
* Compact string format by jl-wynen in https://github.com/scipp/scipp/pull/2625
* Fix error in new plotting when zooming in and returning to 'Home' with datetime axis by nvaytet in https://github.com/scipp/scipp/pull/2673
* Update "What's New" notebook and prepare for 0.15 by SimonHeybrock in https://github.com/scipp/scipp/pull/2704


**Full Changelog**: https://github.com/scipp/scipp/compare/0.14.0...0.15.0

0.14.1

Not secure
Update documentation theme

0.14

* Remove manual clang-format pin by SimonHeybrock in https://github.com/scipp/scipp/pull/2612
* Use and configure matplotlib sphinx extension by jl-wynen in https://github.com/scipp/scipp/pull/2609


**Full Changelog**: https://github.com/scipp/scipp/compare/0.13.1...0.14.0

0.14.0

Not secure
What's Changed
* Plotting without resampling: first basic version with 1d+2d plots, sliders, masks and pipelines by nvaytet in https://github.com/scipp/scipp/pull/2496
* Add option to set max_rows in table by jl-wynen in https://github.com/scipp/scipp/pull/2526
* Support unit=None in isclose and allclose by jl-wynen in https://github.com/scipp/scipp/pull/2528
* Improve error classes and warnings by jl-wynen in https://github.com/scipp/scipp/pull/2532
* Improve `to_unit` precision with datetime64 and int64 by SimonHeybrock in https://github.com/scipp/scipp/pull/2533
* Python builtin number conversion by jl-wynen in https://github.com/scipp/scipp/pull/2529
* Improve scipp import time by SimonHeybrock in https://github.com/scipp/scipp/pull/2535
* Improve scipp import times further by delaying plotting-related imports by SimonHeybrock in https://github.com/scipp/scipp/pull/2537
* Remove Dim from Python by jl-wynen in https://github.com/scipp/scipp/pull/2538
* Add new tutorial using solar flares by jl-wynen in https://github.com/scipp/scipp/pull/2536
* Use pytest-xdist for running Python tests in parallel by SimonHeybrock in https://github.com/scipp/scipp/pull/2515
* Handle `kwargs` and `bounds` in `curve_fit` by jl-wynen in https://github.com/scipp/scipp/pull/2545
* Document docstring format by jl-wynen in https://github.com/scipp/scipp/pull/2546
* Fix vtable visibility for StructureArrayModel by jl-wynen in https://github.com/scipp/scipp/pull/2547
* Bump JamesIves/github-pages-deploy-action from 4.3.0 to 4.3.2 by dependabot in https://github.com/scipp/scipp/pull/2549
* Acquire GIL as needed in slice-by-list by jl-wynen in https://github.com/scipp/scipp/pull/2548
* Improvements of type (hints) of properties by jl-wynen in https://github.com/scipp/scipp/pull/2543
* Fix branch checked out for CI builds by SimonHeybrock in https://github.com/scipp/scipp/pull/2551
* Cross compile for osx arm64 by jl-wynen in https://github.com/scipp/scipp/pull/2550
* Bump JamesIves/github-pages-deploy-action from 4.3.2 to 4.3.3 by dependabot in https://github.com/scipp/scipp/pull/2563
* Bump hendrikmuhs/ccache-action from 1.2.1 to 1.2.2 by dependabot in https://github.com/scipp/scipp/pull/2562
* Bump pypa/cibuildwheel from 2.4.0 to 2.5.0 by dependabot in https://github.com/scipp/scipp/pull/2561
* Convert some docstrings to numpy format (and other docs improvements) by jl-wynen in https://github.com/scipp/scipp/pull/2553
* Setup requirements and use `tox` for applying formatting by SimonHeybrock in https://github.com/scipp/scipp/pull/2552
* Add note on correlated uncertainties after broadcast by SimonHeybrock in https://github.com/scipp/scipp/pull/2564
* Add update method to dict-like types by jl-wynen in https://github.com/scipp/scipp/pull/2558
* Pip CI with frozen requirements by SimonHeybrock in https://github.com/scipp/scipp/pull/2555
* Treat warnings as errors by SimonHeybrock in https://github.com/scipp/scipp/pull/2565
* Increase deadline for HTML repr tests by jl-wynen in https://github.com/scipp/scipp/pull/2566
* Autoclose test figures by jl-wynen in https://github.com/scipp/scipp/pull/2567
* Fix URL of ukri.org in README by jl-wynen in https://github.com/scipp/scipp/pull/2568
* Add graphviz executable in ubuntu conda env for the docs by nvaytet in https://github.com/scipp/scipp/pull/2574
* Fix plot with slider after recent change of dims to tuple by SimonHeybrock in https://github.com/scipp/scipp/pull/2572
* Support variables in args of arange by jl-wynen in https://github.com/scipp/scipp/pull/2508
* Add __repr__ for DefaultUnit by jl-wynen in https://github.com/scipp/scipp/pull/2584
* Use keyword only args in scalar and index by jl-wynen in https://github.com/scipp/scipp/pull/2586
* Remove outdated comment about scipp not supporting strides by SimonHeybrock in https://github.com/scipp/scipp/pull/2588
* Fix and test `bin` with zero groups by SimonHeybrock in https://github.com/scipp/scipp/pull/2590
* Freeze mamba version by SimonHeybrock in https://github.com/scipp/scipp/pull/2597
* Fix MSCV build error in variable/rebin.cpp by jl-wynen in https://github.com/scipp/scipp/pull/2601
* Do not format unit=None as [None] by SimonHeybrock in https://github.com/scipp/scipp/pull/2592
* Remove out parameter from reduction operations by jl-wynen in https://github.com/scipp/scipp/pull/2591
* Fix `nanmean` for `vector3` dtype by SimonHeybrock in https://github.com/scipp/scipp/pull/2593
* Do not catch exceptions in assert_export by jl-wynen in https://github.com/scipp/scipp/pull/2596
* Add event data tutorial by SimonHeybrock in https://github.com/scipp/scipp/pull/2580
* Promote numpy DeprecationWarning about timezone to ValueError by SimonHeybrock in https://github.com/scipp/scipp/pull/2604
* More data array and dataset reduction operations by jl-wynen in https://github.com/scipp/scipp/pull/2600
* Add `tox -e linkcheck` and run linkcheck only on `main` to avoid flaky PR and release builds by SimonHeybrock in https://github.com/scipp/scipp/pull/2605
* Add wrappers for `scipy.ndimage` by SimonHeybrock in https://github.com/scipp/scipp/pull/2595
* Freeze older image versions for builds by SimonHeybrock in https://github.com/scipp/scipp/pull/2602
* Allow any types convertible to dict in init methods by jl-wynen in https://github.com/scipp/scipp/pull/2603
* Share coords when writing `scipp.Dataset` to HDF5 by SimonHeybrock in https://github.com/scipp/scipp/pull/2560
* Use improved scale factor in unit conversion also for non-integral dtypes by SimonHeybrock in https://github.com/scipp/scipp/pull/2607
* Make scipp compatible with gcc 12 by jl-wynen in https://github.com/scipp/scipp/pull/2610
* More bins reduction operations by jl-wynen in https://github.com/scipp/scipp/pull/2608
* Use graph-based model in new plotting by nvaytet in https://github.com/scipp/scipp/pull/2573

0.13.1

Not secure
What's Changed
* Fix islinspace dtype by SimonHeybrock in https://github.com/scipp/scipp/pull/2523


**Full Changelog**: https://github.com/scipp/scipp/compare/0.13.0...0.13.1

0.13.0

Not secure
What's Changed
* Require Python>=3.8 (dropping 3.7 support) by SimonHeybrock in https://github.com/scipp/scipp/pull/2451
* Revert "Require Python>=3.8 (dropping 3.7 support)" by SimonHeybrock in https://github.com/scipp/scipp/pull/2458
* Drop Python 3.7 support by SimonHeybrock in https://github.com/scipp/scipp/pull/2459
* Fix conan error due to markupsafe update by nvaytet in https://github.com/scipp/scipp/pull/2460
* Fix typos in what's new by jl-wynen in https://github.com/scipp/scipp/pull/2461
* Move MSVC version from 2019 to 2022 by nvaytet in https://github.com/scipp/scipp/pull/2464
* Typehints and more math funcs for units by jl-wynen in https://github.com/scipp/scipp/pull/2455
* Bump JamesIves/github-pages-deploy-action from 4.2.3 to 4.2.5 by dependabot in https://github.com/scipp/scipp/pull/2462
* Update conan to 0.17 in cmake-package-test by nvaytet in https://github.com/scipp/scipp/pull/2466
* Fix plotting when 2d data has masks and a coord with None unit by nvaytet in https://github.com/scipp/scipp/pull/2470
* Packaging pipeline by nvaytet in https://github.com/scipp/scipp/pull/2456
* Store names as attrs in HDF5 by jl-wynen in https://github.com/scipp/scipp/pull/2463
* Arithmetic ops of data array and number by jl-wynen in https://github.com/scipp/scipp/pull/2473
* Provide a properly public `find_bin_edge_dims` by jl-wynen in https://github.com/scipp/scipp/pull/2469
* Use position-only args by SimonHeybrock in https://github.com/scipp/scipp/pull/2474
* Bump JamesIves/github-pages-deploy-action from 4.2.3 to 4.2.5 by dependabot in https://github.com/scipp/scipp/pull/2481
* Index with mask by SimonHeybrock in https://github.com/scipp/scipp/pull/2477
* Fall back to default config if permission denied for creating user config by jl-wynen in https://github.com/scipp/scipp/pull/2482
* Try finding windows ccache by SimonHeybrock in https://github.com/scipp/scipp/pull/2320
* Clean up function bindings by jl-wynen in https://github.com/scipp/scipp/pull/2480
* Unpin ipykernel as it seems pythreejs now works by nvaytet in https://github.com/scipp/scipp/pull/2484
* Add python-graphviz dependency to environment by mlund in https://github.com/scipp/scipp/pull/2486
* Add `sizes` argument to `broadcast`, and support for DataArray by nvaytet in https://github.com/scipp/scipp/pull/2488
* Bind inverse for data array by jl-wynen in https://github.com/scipp/scipp/pull/2489
* Bump hendrikmuhs/ccache-action from 9abc88f1e5416ef236a67b736bb781d6b134a6ea to 1.1 by dependabot in https://github.com/scipp/scipp/pull/2492
* Replace usages of `concatenate` in docs / output by jl-wynen in https://github.com/scipp/scipp/pull/2493
* Add partial type checking support for scipp package by jl-wynen in https://github.com/scipp/scipp/pull/2478
* Clear readonly flag in squeeze for data array / set by jl-wynen in https://github.com/scipp/scipp/pull/2494
* Use hypothesis to generate test inputs by jl-wynen in https://github.com/scipp/scipp/pull/2487
* Override reveal.js css settings by jl-wynen in https://github.com/scipp/scipp/pull/2504
* Spatial types in to_unit and isclose by jl-wynen in https://github.com/scipp/scipp/pull/2498
* Slice by list by SimonHeybrock in https://github.com/scipp/scipp/pull/2502
* List types to bind in Python explicitly by SimonHeybrock in https://github.com/scipp/scipp/pull/2501
* Fix plotting with mask of bin-edge coord along other dim by SimonHeybrock in https://github.com/scipp/scipp/pull/2505
* Throw exception when index out of bounds by jl-wynen in https://github.com/scipp/scipp/pull/2511
* Try ccache install via action by SimonHeybrock in https://github.com/scipp/scipp/pull/2500
* Switch to provision-with-micromamba by SimonHeybrock in https://github.com/scipp/scipp/pull/2512
* Changes from release branch by SimonHeybrock in https://github.com/scipp/scipp/pull/2514
* Cache conan dir by SimonHeybrock in https://github.com/scipp/scipp/pull/2513
* Use actual coord values for plot ticks by jl-wynen in https://github.com/scipp/scipp/pull/2507
* Disable accidental support for slicing with label range without dim by SimonHeybrock in https://github.com/scipp/scipp/pull/2517
* Prepare 0.13 by SimonHeybrock in https://github.com/scipp/scipp/pull/2516

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

**Full Changelog**: https://github.com/scipp/scipp/compare/0.12.4...0.13.0

Page 5 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.