Numerics v2.1.2
Highlights
Numerics v2.1.2 improves time-series download reliability, fixes duplicate timestamp handling, and refreshes package metadata for the next public release.
Reliability and Fixes
- Time-series downloads now prefer IPv4 while preserving IPv6 fallback, avoiding long stalls on networks that silently drop IPv6 traffic.
- Provider downloads no longer depend on unrelated generic connectivity probes.
- Duplicate USGS/GHCN timestamps are normalized deterministically with last-value-wins behavior.
Series.Clear()is faster on large downloads, andSeries.RemoveAt(index)now removes the requested index even when duplicate values exist.
Statistics
- Added
RunningStatistics.Clone(). - Fixed
RunningStatistics.Combine()and the+operator so results no longer alias non-empty operands when the other operand is empty.
Install
dotnet add package RMC.Numerics --version 2.1.2