Skip to content

Commit cc56a4f

Browse files
authored
Merge pull request #135 from USACE-RMC/add-zenodo-badge
Add Zenodo DOI badge to README and CITATION.cff
2 parents 200452b + ddc07e1 commit cc56a4f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ title: "Numerics"
55
version: "2.0.0"
66
date-released: "2026-03-08"
77
license: BSD-3-Clause
8+
doi: "10.5281/zenodo.19444369"
89
repository-code: "https://github.com/USACE-RMC/Numerics"
910
url: "https://github.com/USACE-RMC/Numerics"
1011
abstract: >-

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![CI](https://github.com/USACE-RMC/Numerics/actions/workflows/Integration.yml/badge.svg)](https://github.com/USACE-RMC/Numerics/actions/workflows/Integration.yml)
44
[![NuGet](https://img.shields.io/nuget/v/RMC.Numerics)](https://www.nuget.org/packages/RMC.Numerics/)
5+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.19444369.svg)](https://doi.org/10.5281/zenodo.19444369)
56
[![License: BSD-3-Clause](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](LICENSE)
67

78
***Numerics*** is a free and open-source numerical computing library for .NET developed by the U.S. Army Corps of Engineers Risk Management Center (USACE-RMC). It provides methods and algorithms for probability distributions, statistical analysis, numerical methods, optimization, machine learning, and Bayesian MCMC sampling — with a focus on hydrological and risk assessment applications.

0 commit comments

Comments
 (0)