Skip to content

Commit 1545ad1

Browse files
committed
Avoid hard-coded Zenodo concept DOI
1 parent c749286 commit 1545ad1

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

CITATION.cff

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ title: "Numerics: A .NET Library for Numerical Computing, Statistical Analysis,
55
version: "2.1.1"
66
date-released: "2026-06-17"
77
license: 0BSD
8-
doi: "10.5281/zenodo.19444368"
98
repository-code: "https://github.com/USACE-RMC/Numerics"
109
url: "https://github.com/USACE-RMC/Numerics"
1110
abstract: >-

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +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.19444368.svg)](https://doi.org/10.5281/zenodo.19444368)
5+
[![DOI](https://zenodo.org/badge/697446868.svg)](https://zenodo.org/badge/latestdoi/697446868)
66
[![License: 0BSD](https://img.shields.io/badge/License-0BSD-blue.svg)](LICENSE)
77

88
***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.

codemeta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"alternateName": "Numerics",
66
"description": "A free and open-source .NET library providing numerical methods, probability distributions, statistical analysis, and Bayesian inference tools for quantitative risk assessment in water resources engineering.",
77
"version": "2.1.1",
8-
"identifier": "https://doi.org/10.5281/zenodo.19444368",
98
"dateCreated": "2023-09-28",
109
"dateModified": "2026-06-17",
1110
"license": "https://spdx.org/licenses/0BSD",

0 commit comments

Comments
 (0)