Scipp

Latest version: v24.6.0

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

Scan your dependencies

Page 6 of 10

0.12.4

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

0.12.3

Not secure
Same as 0.12.1. This is merely testing the new release workflow.

0.12.2

Not secure
Same as 0.12.1. This is merely testing the new release workflow.

0.12.1

Not secure
Bugfixes

* Fix a plotting bug when 2d data has masks and a coord with no unit `2470 <https://github.com/scipp/scipp/pull/2470>`_.

**Full Changelog**: https://github.com/scipp/scipp/compare/0.12.0...0.12.1

0.12.0

Not secure
What's Changed
* Add script for migrating hdf5 files for scipp-0.11 by SimonHeybrock in https://github.com/scipp/scipp/pull/2377
* Fix 'whats new' by SimonHeybrock in https://github.com/scipp/scipp/pull/2379
* Release tooling by SimonHeybrock in https://github.com/scipp/scipp/pull/2380
* Add abs dunder method to Variable, DataArray, Dataset by jl-wynen in https://github.com/scipp/scipp/pull/2382
* Enable cppcheck on CI by SimonHeybrock in https://github.com/scipp/scipp/pull/2381
* sc.bin with attrs by nvaytet in https://github.com/scipp/scipp/pull/2388
* Notebook style guide by SimonHeybrock in https://github.com/scipp/scipp/pull/2384
* Rename <none> dtype to void by jl-wynen in https://github.com/scipp/scipp/pull/2390
* Use confuse for runtime configuration by jl-wynen in https://github.com/scipp/scipp/pull/2389
* Allow sorting variables with datetime64 dtype by Tom-Willemsen in https://github.com/scipp/scipp/pull/2391
* Add squeeze by jl-wynen in https://github.com/scipp/scipp/pull/2385
* Extend notebook style guide: document structure by SimonHeybrock in https://github.com/scipp/scipp/pull/2398
* Fix bin by attrs by nvaytet in https://github.com/scipp/scipp/pull/2393
* Run nb-clean in formatting workflow by jl-wynen in https://github.com/scipp/scipp/pull/2387
* Fix crash datetime before 1970 by Tom-Willemsen in https://github.com/scipp/scipp/pull/2399
* Unit-test refactor exercise by SimonHeybrock in https://github.com/scipp/scipp/pull/2397
* Support event-mode scaling operations if only output has variances by SimonHeybrock in https://github.com/scipp/scipp/pull/2401
* Clarify why and when notebook outputs should not be stored by SimonHeybrock in https://github.com/scipp/scipp/pull/2402
* Add support for `None` unit by SimonHeybrock in https://github.com/scipp/scipp/pull/2395
* Add midpoints by jl-wynen in https://github.com/scipp/scipp/pull/2404
* Fix transform coords sliced data by jl-wynen in https://github.com/scipp/scipp/pull/2406
* Change rotation from rotvec arg type by Tom-Willemsen in https://github.com/scipp/scipp/pull/2408
* Use metatoenv script to generate conda envs by nvaytet in https://github.com/scipp/scipp/pull/2409
* Improve logspace docs and add more args by jl-wynen in https://github.com/scipp/scipp/pull/2410
* Bump JamesIves/github-pages-deploy-action from 4.2.2 to 4.2.3 by dependabot in https://github.com/scipp/scipp/pull/2412
* Size minus 1 in fold by nvaytet in https://github.com/scipp/scipp/pull/2414
* Change `rebin` to apply irreducible masks by SimonHeybrock in https://github.com/scipp/scipp/pull/2383
* Remove gray as the default plot color by jl-wynen in https://github.com/scipp/scipp/pull/2418
* Better error message for dict lookup by jl-wynen in https://github.com/scipp/scipp/pull/2416
* Empty graph and quiet arg in transform_coords by jl-wynen in https://github.com/scipp/scipp/pull/2420
* Default to no unit for `dtype=bool` by SimonHeybrock in https://github.com/scipp/scipp/pull/2417
* Unlimited dimension count (except for operations) by SimonHeybrock in https://github.com/scipp/scipp/pull/2421
* Fix transform coords bin index mismatch by jl-wynen in https://github.com/scipp/scipp/pull/2424
* Support strides when slicing by SimonHeybrock in https://github.com/scipp/scipp/pull/2423
* Parallellise sphinx-build by nvaytet in https://github.com/scipp/scipp/pull/2419
* Zeros, Ones, Empty, Full like for data array by nvaytet in https://github.com/scipp/scipp/pull/2425
* Fix 1d plots y-axis limits when toggling log-scale with buttons and fix 2d plot colorbar when Inf values by nvaytet in https://github.com/scipp/scipp/pull/2426
* Add iterative binning benchmark by SimonHeybrock in https://github.com/scipp/scipp/pull/2427
* Try pinning tbb-devel for compatibility with mantid package by SimonHeybrock in https://github.com/scipp/scipp/pull/2429
* Cache friendly 1-D binning by SimonHeybrock in https://github.com/scipp/scipp/pull/2430
* Add `rename` to Variable, DataArray and Dataset by nvaytet in https://github.com/scipp/scipp/pull/2428
* Bind pop for Dataset by jl-wynen in https://github.com/scipp/scipp/pull/2433
* Try Napoleon by SimonHeybrock in https://github.com/scipp/scipp/pull/2432
* Fix bug leading to dataset dims/shape modification after failed insertion by SimonHeybrock in https://github.com/scipp/scipp/pull/2437
* Fix width issues in dims and unit columns of `_repr_html_` by SimonHeybrock in https://github.com/scipp/scipp/pull/2438
* Builtin number comparison by jl-wynen in https://github.com/scipp/scipp/pull/2434
* Fixes for plotting with masks by SimonHeybrock in https://github.com/scipp/scipp/pull/2442
* Better unit error in to_unit when variable unit is None by nvaytet in https://github.com/scipp/scipp/pull/2440
* Remove issue templates by nvaytet in https://github.com/scipp/scipp/pull/2441
* Fix plot when 2d data has y coord associated with dim x by nvaytet in https://github.com/scipp/scipp/pull/2446
* Add script for migrating scipp HDF5 files for 0.12 by SimonHeybrock in https://github.com/scipp/scipp/pull/2445
* Preparations for 0.12 release by SimonHeybrock in https://github.com/scipp/scipp/pull/2443
* Allow for creation of Dataset with items given as positional argument by SimonHeybrock in https://github.com/scipp/scipp/pull/2447
* Fix plot with datetime labels by SimonHeybrock in https://github.com/scipp/scipp/pull/2449
* Do not display `None` unit in plot labels by SimonHeybrock in https://github.com/scipp/scipp/pull/2450


**Full Changelog**: https://github.com/scipp/scipp/compare/0.11.1...0.12.0

0.11.1

Not secure
Fix dtype representation in HTML output.

Page 6 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.