Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions ndhistogram/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.10.1](https://github.com/davehadley/ndhistogram/compare/v0.10.0...v0.10.1) - 2026-03-28

### Other

- update msrv in CI
- run cargo-sync-readme
- add commitlint and dprint to CI
- auto format toml
- cargo fmt
- relax dependency requirements, update msrv
- fix clippy lints
- Fix some compiler warnings in tests.
- Update dependencies.
# 0.10.0 (2022-11-14)

- Fix [issue 33](https://github.com/davehadley/ndhistogram/issues/33): Filling a histogram where the axis value is NaN not longer panics. NaN is mapped to the overflow bin where one exists or to no bin on axes without overflow bins.
Expand Down
2 changes: 1 addition & 1 deletion ndhistogram/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ bench = false

[package]
name = "ndhistogram"
version = "0.10.0"
version = "0.10.1"
authors = ["David Hadley <davehadley@users.noreply.github.com>"]
categories = ["science", "mathematics", "data-structures"]
edition = "2021"
Expand Down