Scipp

Latest version: v24.11.1

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

Scan your dependencies

Page 6 of 11

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

0.12.4

Not secure
Same as 0.12.1 but with additional wheels for Apple Silicon.

Page 6 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.