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