histogram 1.1.0

A collection of histogram data structures
Documentation
1
2
3
4
5
6
7
8
# Development Guidelines

## Versioning

- **Never** directly bump major, minor, or patch versions in a feature PR.
- Feature PRs must use the format `<version>-alpha.<revision>`, bumping the
  revision number relative to what is latest on `main`.
- Only release PRs may set a final release version (e.g., `1.1.0`).