Scipp

Latest version: v24.6.0

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

Scan your dependencies

Page 4 of 10

0.16.4

What's Changed
* Change file name of plot function to avoid mix-up with module name when imported multiple times by nvaytet in https://github.com/scipp/scipp/pull/2807
* Kwargs for new plotting by nvaytet in https://github.com/scipp/scipp/pull/2796
* Remove new plotting files, as they have been moved to plopp by nvaytet in https://github.com/scipp/scipp/pull/2812
* Missing types and wrong type names by SimonHeybrock in https://github.com/scipp/scipp/pull/2814
* Fix missing spatial dtype support for comparison operators by SimonHeybrock in https://github.com/scipp/scipp/pull/2821
* Fix `scipp.spatial.rotations` to not reject non-1-D inputs by SimonHeybrock in https://github.com/scipp/scipp/pull/2822


**Full Changelog**: https://github.com/scipp/scipp/compare/0.16.3...0.16.4

0.16.3

What's Changed
* Ship scipp with conan cmake setup to simplify dependency install by SimonHeybrock in https://github.com/scipp/scipp/pull/2804


**Full Changelog**: https://github.com/scipp/scipp/compare/0.16.2...0.16.3

0.16.2

What's Changed
* Update dependencies by jl-wynen in https://github.com/scipp/scipp/pull/2793
* Add Unit.__abs__ by jl-wynen in https://github.com/scipp/scipp/pull/2797
* Fix pre-commit by jl-wynen in https://github.com/scipp/scipp/pull/2798
* Use flake8-bugbear by jl-wynen in https://github.com/scipp/scipp/pull/2783
* Bump nbstripout to 0.6.0 in pre-commit by jl-wynen in https://github.com/scipp/scipp/pull/2799
* Add more fields to PyPI metadata by jl-wynen in https://github.com/scipp/scipp/pull/2795
* Remove assert export by jl-wynen in https://github.com/scipp/scipp/pull/2800
* Try to list all places that define dependencies. by SimonHeybrock in https://github.com/scipp/scipp/pull/2787
* Use float in test_concat by jl-wynen in https://github.com/scipp/scipp/pull/2802
* Release notes for 0.16.2 and try to increment sleep for PyPI delay by SimonHeybrock in https://github.com/scipp/scipp/pull/2801
* Fix ipython display for ipywidgets>=8 by nvaytet in https://github.com/scipp/scipp/pull/2803


**Full Changelog**: https://github.com/scipp/scipp/compare/0.16.1...0.16.2

0.16.1

What's Changed
* Remove unused workflow for removing old conda packages by SimonHeybrock in https://github.com/scipp/scipp/pull/2784
* Move import so that MPL is not a hard dependency by nvaytet in https://github.com/scipp/scipp/pull/2790
* Update to LLNL/units-0.6.0 by SimonHeybrock in https://github.com/scipp/scipp/pull/2789


**Full Changelog**: https://github.com/scipp/scipp/compare/0.16.0...0.16.1

0.16.0

What's Changed
* More accurate sizeof by jl-wynen in https://github.com/scipp/scipp/pull/2705
* Fix `x+x`, `x*x` and similar operations with duplicate operands to take into account correlations by SimonHeybrock in https://github.com/scipp/scipp/pull/2709
* Remove unused release tools and update release process docs by SimonHeybrock in https://github.com/scipp/scipp/pull/2710
* Do not mention explicit variable size in docs by jl-wynen in https://github.com/scipp/scipp/pull/2712
* Switch order of nbstripout args in pre-commit by jl-wynen in https://github.com/scipp/scipp/pull/2714
* Bump pypa/cibuildwheel from 2.8.0 to 2.8.1 by dependabot in https://github.com/scipp/scipp/pull/2716
* Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1 by dependabot in https://github.com/scipp/scipp/pull/2717
* Bump JamesIves/github-pages-deploy-action from 4.3.4 to 4.4.0 by dependabot in https://github.com/scipp/scipp/pull/2718
* Remove bad ref in checkout action by SimonHeybrock in https://github.com/scipp/scipp/pull/2723
* Move coverage workflow from scipp/scipp-coverage and fix it by SimonHeybrock in https://github.com/scipp/scipp/pull/2720
* Overhaul docs by SimonHeybrock in https://github.com/scipp/scipp/pull/2713
* Move and fix benchmarks (ASV) workflow by SimonHeybrock in https://github.com/scipp/scipp/pull/2721
* Support `bins.concat` along all dims by SimonHeybrock in https://github.com/scipp/scipp/pull/2726
* Add check on coord unit for grouping 1d plots by nvaytet in https://github.com/scipp/scipp/pull/2728
* Treat m as meter in datetimes function by jl-wynen in https://github.com/scipp/scipp/pull/2731
* Support creating datetime arange from str by jl-wynen in https://github.com/scipp/scipp/pull/2729
* Bump boost to v1.79 by jl-wynen in https://github.com/scipp/scipp/pull/2733
* Add docs/warnings about IPython output caching by SimonHeybrock in https://github.com/scipp/scipp/pull/2738
* Move code out of bin.cpp by SimonHeybrock in https://github.com/scipp/scipp/pull/2743
* Fix experimental plotting to accept DataArrays without coords by nvaytet in https://github.com/scipp/scipp/pull/2748
* Fix setitem for value based slicing by nvaytet in https://github.com/scipp/scipp/pull/2750
* Fix profile plot by nvaytet in https://github.com/scipp/scipp/pull/2746
* Change plotting to not activate widget backend by default by nvaytet in https://github.com/scipp/scipp/pull/2671
* Bump pypa/cibuildwheel from 2.8.1 to 2.9.0 by dependabot in https://github.com/scipp/scipp/pull/2752
* Support datasets w/o data in transform_coords by jl-wynen in https://github.com/scipp/scipp/pull/2755
* Add user guide page on creation functions by jl-wynen in https://github.com/scipp/scipp/pull/2725
* Update logo by SimonHeybrock in https://github.com/scipp/scipp/pull/2762
* Explain in docs how to make plots interactive by nvaytet in https://github.com/scipp/scipp/pull/2754
* Fix `hist` on dataset with binned data by nvaytet in https://github.com/scipp/scipp/pull/2764
* Temporarily disable deployment of benchmark results to get main builds working again by nvaytet in https://github.com/scipp/scipp/pull/2765
* Datetime `arange` fixes by SimonHeybrock in https://github.com/scipp/scipp/pull/2760
* Fix boolean indexing of binned data by SimonHeybrock in https://github.com/scipp/scipp/pull/2759
* Increase conan version to 1.51 to fix for latest Eigen 3.3.9 conan recipe revision by SimonHeybrock in https://github.com/scipp/scipp/pull/2769
* Show different lambdas as distinct functions in graph by jl-wynen in https://github.com/scipp/scipp/pull/2771
* Document now arg and add return values by jl-wynen in https://github.com/scipp/scipp/pull/2772
* Fix rename of bin coords by SimonHeybrock in https://github.com/scipp/scipp/pull/2774
* Fix `rename_dims` to check for conflicting bin-edge coords by SimonHeybrock in https://github.com/scipp/scipp/pull/2775
* Faster boolean indexing and indexing by index list by SimonHeybrock in https://github.com/scipp/scipp/pull/2768
* Change `arange` to determine dtype from its arguments, if consistent by SimonHeybrock in https://github.com/scipp/scipp/pull/2761
* Remove groupby copy by SimonHeybrock in https://github.com/scipp/scipp/pull/2776
* Prepare release 0.16 by SimonHeybrock in https://github.com/scipp/scipp/pull/2777
* Fix and re-enable linkcheck on main by SimonHeybrock in https://github.com/scipp/scipp/pull/2780
* Try to fix deployment of benchmark results and html by SimonHeybrock in https://github.com/scipp/scipp/pull/2781
* Add string reprs for coords, attrs, masks, and their associated keys(), values(), items() by nvaytet in https://github.com/scipp/scipp/pull/2763
* Switch from PNG logo to SVG logo by SimonHeybrock in https://github.com/scipp/scipp/pull/2779
* Replace std::unordered_map with custom Dict class by jl-wynen in https://github.com/scipp/scipp/pull/2719
* Update developer getting started docs and remove old API reference figure by nvaytet in https://github.com/scipp/scipp/pull/2662


**Full Changelog**: https://github.com/scipp/scipp/compare/0.15.1...0.16.0

0.15.1

What's Changed
* Sort components in SVG repr by name by SimonHeybrock in https://github.com/scipp/scipp/pull/2708
* Fix `table` for a number of dtypes and other problems by SimonHeybrock in https://github.com/scipp/scipp/pull/2707


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

Page 4 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.