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