Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"interpolation",
"multidimensional",
"rust",
"multilinear",
"numerical-analysis"
],
"is_fork": false,
"size_kb": 347,
"has_wiki": true,
"homepage": "https://crates.io/crates/ninterp",
"languages": {
"Rust": 158212
},
"pushed_at": "2026-08-02T21:17:50Z",
"created_at": "2024-11-22T14:20:21Z",
"owner_type": "Organization",
"updated_at": "2026-08-02T21:17:54Z",
"description": "Numerical interpolation in N-dimensions over rectilinear grids",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-3-Clause",
"default_branch": "main",
"license_spdx_raw": "BSD-3-Clause",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://www.nlr.gov/",
"name": "National Laboratory of the Rockies",
"type": "Organization",
"login": "NatLabRockies",
"company": null,
"location": "Golden, CO",
"followers": 1461,
"avatar_url": "https://avatars.githubusercontent.com/u/1906800?v=4",
"created_at": "2012-06-29T17:27:07Z",
"is_verified": null,
"public_repos": 792,
"account_age_days": 5147
},
"license": {
"state": "standard",
"spdx_id": "BSD-3-Clause",
"raw_spdx": "BSD-3-Clause",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2026-08-02T21:13:07Z"
},
{
"tag": "v0.8.2",
"kind": "patch",
"published_at": "2026-02-19T17:50:03Z"
},
{
"tag": "v0.8.1",
"kind": "patch",
"published_at": "2025-11-25T23:34:46Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2025-11-15T02:59:10Z"
},
{
"tag": "v0.7.3",
"kind": "patch",
"published_at": "2025-05-29T02:28:25Z"
},
{
"tag": "v0.7.2",
"kind": "patch",
"published_at": "2025-05-29T00:56:14Z"
},
{
"tag": "v0.7.1",
"kind": "patch",
"published_at": "2025-05-19T17:54:39Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2025-05-02T21:29:49Z"
},
{
"tag": "v0.6.4",
"kind": "patch",
"published_at": "2025-04-22T16:12:43Z"
},
{
"tag": "v0.6.3",
"kind": "patch",
"published_at": "2025-03-24T15:19:14Z"
},
{
"tag": "v0.6.2",
"kind": "patch",
"published_at": "2025-03-21T01:43:57Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2025-03-20T20:31:30Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2025-03-19T19:19:22Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2025-03-12T17:24:02Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2025-03-09T17:43:54Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2025-03-08T21:46:54Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2025-03-07T04:11:36Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2025-03-03T19:05:09Z"
},
{
"tag": "v0.2.7",
"kind": "patch",
"published_at": "2025-03-03T18:10:59Z"
},
{
"tag": "v0.2.6",
"kind": "patch",
"published_at": "2025-03-01T02:06:27Z"
},
{
"tag": "v0.2.5",
"kind": "patch",
"published_at": "2025-02-25T17:15:29Z"
},
{
"tag": "v0.2.4",
"kind": "patch",
"published_at": "2025-02-21T22:53:05Z"
},
{
"tag": "v0.2.3",
"kind": "patch",
"published_at": "2025-02-21T22:15:25Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2025-01-24T23:44:20Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2025-01-23T19:52:48Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2024-11-27T17:30:46Z"
}
],
"recent_commits": [
{
"oid": "a95fcb8433e47ebf28128e2800162137e31ecb75",
"body": null,
"is_bot": false,
"headline": "NREL -> NLR",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2026-08-02T21:17:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39553952107f4a82e904601c23ec16924ebeae8a",
"body": null,
"is_bot": false,
"headline": "v0.9.0",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2026-08-02T21:08:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5546cb85a4f7615447d4a24e3ace00b6a82db0a7",
"body": "- Switch serde default output for interpolator data to a simpler array-based format.\n- Keep deserialization backward-compatible with both legacy serde-ndim objects and new simple arrays.\n- Add serde-ndim as an optional dependency under the serde feature.\n- Add serde compatibility tests for 1D, 2D, 3D, and ND (simple, mixed, and legacy payloads).",
"is_bot": false,
"headline": "Merge pull request #9 from NatLabRockies/simple-serde-arrays",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2026-08-02T21:07:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d20afed04e9616841bcb8511d6c00ea093956e84",
"body": null,
"is_bot": false,
"headline": "loosen ndarray dep",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2026-08-02T21:00:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "524a81a7805bf25bfe91665079e158389d9122b6",
"body": null,
"is_bot": false,
"headline": "update workflow",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2026-08-02T20:55:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f8e916f7e5c95415c7a4f263627f014495f0c6f",
"body": "# Conflicts:\n#\tCargo.toml",
"is_bot": false,
"headline": "Merge branch 'main' into simple-serde-arrays",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2026-08-02T20:49:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbc2f894d1644fcf6347de66675f2eb812dfef8e",
"body": null,
"is_bot": false,
"headline": "update to use serde-ndim itself",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2026-08-02T20:48:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82abe285c46a0dee832b2e4b610228847332307c",
"body": null,
"is_bot": false,
"headline": "fix typo in Interp2D doctest",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2026-07-08T15:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f9f6dcfaf7663c39f6446422f73b461b70b8f0c",
"body": null,
"is_bot": false,
"headline": "remove examples from test action, cargo examples isnt functional enough",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2026-02-19T17:58:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e7f47d16c9ab650f778c701388d1f6591810f92",
"body": null,
"is_bot": false,
"headline": "remove examples from actions, cargo examples isnt functional enough",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2026-02-19T17:49:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ef9bc9b761da0375466877df62d8f59ffc95cb1",
"body": null,
"is_bot": false,
"headline": "bump patch version to include latest PR",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2026-02-19T17:39:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4aca48c6ce3898d2f8837796ae125d94be6ee48",
"body": "Fix misleading error message for coordinate validation",
"is_bot": false,
"headline": "Merge pull request #12 from meredithdoan/error-update",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2026-01-30T19:52:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c577e179f85a07b79b8b69694af8050b44053c0",
"body": null,
"is_bot": false,
"headline": "updated Monotonicity error message",
"author_name": "Meredith Doan",
"author_login": null,
"committed_at": "2026-01-30T16:00:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9324b644631c2f22d54b89360bffffac703733e7",
"body": null,
"is_bot": false,
"headline": "v0.8.1",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-11-25T23:33:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84861d3a336ab0cfba00d5b972e79ed528ca95c5",
"body": "change ndarray dependency to ^0.16 for downstream compatibility",
"is_bot": false,
"headline": "Merge pull request #11 from robfitzgerald/rjf/fix-ndarray-interop",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-11-25T23:28:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14cb5382224f5b20a1fa3babe5dfb9b9136d2d70",
"body": null,
"is_bot": false,
"headline": "Require 0.17.1 (0.17.0 was yanked)",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-11-25T23:28:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9dc5fde1b99285f23b6206425235199fb46c738",
"body": null,
"is_bot": false,
"headline": "move to ndarray 0.17",
"author_name": "Rob Fitzgerald",
"author_login": null,
"committed_at": "2025-11-25T23:16:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b1147aa95ef166f6aa8dacd6ea838ba723e7606",
"body": null,
"is_bot": false,
"headline": "change ndarray dependency to ^0.16 for downstream compatibility",
"author_name": "Rob Fitzgerald",
"author_login": null,
"committed_at": "2025-11-25T22:26:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c89c44460d5abb2e9f2129a3b61f8abbb62e8cc2",
"body": null,
"is_bot": false,
"headline": "ndarray 0.17",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-11-15T02:52:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23ccbd6fc9320ada77c8ae0f20e4380c9375b9cf",
"body": null,
"is_bot": false,
"headline": "serde.rs tidying and improve error message",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-06-06T21:07:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f15ba8c21b0ca4c25cb34c3cb5b1b0b112dd7534",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into simple-serde-arrays",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-06-06T20:42:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f18568d47580cf80521aaa2871f212f07a32451",
"body": null,
"is_bot": false,
"headline": "bug fix for InterpDataOwned, implement into_owned",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-05-29T02:24:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de778e605faf2ff2eae0899e02e50a51c28766af",
"body": null,
"is_bot": false,
"headline": "v0.7.2",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-05-29T00:55:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac4cf63b7ec773dd636d61df5e6801c51afe4cf5",
"body": null,
"is_bot": false,
"headline": "introduce view methods for interpolator and data",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-05-20T22:13:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9222927cf66dd61ff2e38b723e2340a0d3e7678f",
"body": null,
"is_bot": false,
"headline": "add TODO to remove StrategySelection",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-05-19T19:30:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e36414a6629ad8d66b10d543e48046b1272a7ab",
"body": null,
"is_bot": false,
"headline": "make error type Debug delegate to thiserror-derived Display",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-05-19T17:49:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95dc9610cd0152969365f2f16854b36243c63729",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into simple-serde-arrays",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-05-10T21:23:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de98c7ec8d42aecbf08997e0938c08511d8f8e2b",
"body": null,
"is_bot": false,
"headline": "avoid clone in n-d strategies",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-05-10T21:22:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4aa5b673d8029d562ab6ce895faec9c16111b5b",
"body": null,
"is_bot": false,
"headline": "test cleanup",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-05-10T21:16:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "493318c61037714739d5f62e6acaaab7b88673ea",
"body": null,
"is_bot": false,
"headline": "avoid clone in serialization",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-05-09T04:58:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b70260ba185806562ef437d7beb95e3c78384a38",
"body": "# Conflicts:\n#\tsrc/lib.rs",
"is_bot": false,
"headline": "Merge branch 'main' into simple-serde-arrays",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-05-08T21:52:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "265271e9c30c4737bdeb9122143d1da7d5d53211",
"body": null,
"is_bot": false,
"headline": "documentation improvements",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-05-08T21:48:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a342effe19030a2521ca8f6d9f9f577c0bc6cc70",
"body": null,
"is_bot": false,
"headline": "simple serde format as default, with ability to deserialize both",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-05-08T21:20:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "283c9fea09a5c12b1e71a98957dd1dda0a5b450d",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into simple-serde-arrays",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-05-07T21:37:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe9cb8e3221f751785ff4bc7bbfbd918708edb3f",
"body": null,
"is_bot": false,
"headline": "fancy badges!",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-05-07T21:29:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e8804440b2746054e7352689ee038269394fe2a",
"body": null,
"is_bot": false,
"headline": "remove unnecessary trait bounds",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-05-07T20:44:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "328d21f72d05c3e770a81001324005b0e8fd1e6a",
"body": null,
"is_bot": false,
"headline": "feature gate behind serde-simple",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-05-07T18:45:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "189a2b221315e94359df7a428496eee3e2e8c69a",
"body": null,
"is_bot": false,
"headline": "grid is working now",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-05-06T15:57:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3750f74b4d498297f9dabc0a4340767c85b8190a",
"body": null,
"is_bot": false,
"headline": "partway through making serde format tidier",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-05-05T20:06:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88cf9394a55c7695592eec76e690796d674f1460",
"body": null,
"is_bot": false,
"headline": "pin cargo-examples version in release.yaml",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-05-02T21:29:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcd4c4959b2917be8484d0a8acebabb669dba4cd",
"body": null,
"is_bot": false,
"headline": "serde improvements",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-05-02T21:16:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfe0fcc8142830a3620c0014fd95028c245e0b83",
"body": null,
"is_bot": false,
"headline": "sync doc updates to readme",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-05-02T18:43:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f139c0507d4200497a70cf78a9165143f838b6f",
"body": null,
"is_bot": false,
"headline": "pin to cargo-examples 0.5.0",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-05-02T18:27:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e786977d7004f97bdf00ff859c49198baf92f33",
"body": null,
"is_bot": false,
"headline": "document InterpData",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-05-02T18:15:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be2c269877fe775b4751783c532f9e1550a5e1b7",
"body": null,
"is_bot": false,
"headline": "document owned and viewed type aliases w/examples",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-05-02T17:57:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "582eef227c7ef13aa269182d43e83768df94845f",
"body": null,
"is_bot": false,
"headline": "documentation/example clarity improvements",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-05-02T16:54:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c1c1b6db14096ada8415ca1312b3cb9195ba608",
"body": null,
"is_bot": false,
"headline": "fix serde(bound(...)), DeserializeOwned to Deserialize<'de>",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-04-22T16:11:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28f5c7bd7423508b4d96d328e713553196725d29",
"body": null,
"is_bot": false,
"headline": "error message consistency",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-04-21T17:19:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b423585f0fdf83f734b65d73e73e1d24d7ff054c",
"body": null,
"is_bot": false,
"headline": "core::array to std::array",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-04-14T16:00:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50ce1c14ec1cd2c43541c873c4121420d8bb4dc5",
"body": null,
"is_bot": false,
"headline": "remove some unnecessary vec allocations",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-04-10T19:44:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f88d5b4eefaa5c2d474118ffd973208692681e5",
"body": null,
"is_bot": false,
"headline": "uom example view instead of move",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-04-10T17:39:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc5fa2b96fa5edea643a06517f522531b88f58f0",
"body": null,
"is_bot": false,
"headline": "utilize cargo-semver-checks in release workflow",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-28T21:10:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76d1498a47bfc09c181efa478bd4839fe3ed6ba0",
"body": null,
"is_bot": false,
"headline": "allow minimal versions in Cargo.toml",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-28T19:22:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f634bd6df776490280dd338d8cbd4157e0e7e576",
"body": null,
"is_bot": false,
"headline": "remove unnecessary qualifying syntax",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-26T15:16:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fef7993a7c160b42ef2f13ae431731c6ee33cd4",
"body": null,
"is_bot": false,
"headline": "fill using copy",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-24T15:33:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10e492254319e380220677d5993dea277f328c91",
"body": null,
"is_bot": false,
"headline": "set_extrapolate to interpolator trait",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-24T15:18:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db87f8321ebe92be01a72909021664c5eb0915e9",
"body": null,
"is_bot": false,
"headline": "fixed partialord impl",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-21T01:00:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "953de7417c16f24d063ecfa9ef09cd70c8dbdfdb",
"body": null,
"is_bot": false,
"headline": "v0.6.1",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-20T20:30:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0773a7ad908492b66c2dd87c8c5360f444d81f1d",
"body": null,
"is_bot": false,
"headline": "introduce InterpolatorEnum",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-20T20:29:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c1fcaddb0233bf16dc0615a31af4b8a04a69ee0",
"body": null,
"is_bot": false,
"headline": "introduce strategy enums",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-20T18:56:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "159f6ee446153c349a592d1b6e493e6d83429e7f",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-19T20:08:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "447969f1424ee8f19055d3e11d9ba9257f15714f",
"body": null,
"is_bot": false,
"headline": "clean up namespace",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-19T19:12:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14de2f0b08c284688acdfec20fe8f25bd58618fe",
"body": null,
"is_bot": false,
"headline": "flesh out custom_strategy example docs",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-19T18:57:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ce1e32d4491fa7e72521d8847e61ec7533cf317",
"body": null,
"is_bot": false,
"headline": "library reorg",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-19T18:43:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eae0ba38a96dd631b63c7b8bb05e400edb5b63b5",
"body": null,
"is_bot": false,
"headline": "new calls strategy init now",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-16T21:59:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c765cb42c56bf06a00fc31eb57ba0f6ec230d76c",
"body": null,
"is_bot": false,
"headline": "validate is mut, so init can mutate strategy data",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-15T04:50:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31c179e1e1f7eddfe24523952cd68e6579c164e8",
"body": null,
"is_bot": false,
"headline": "introduce strategy init",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-15T04:10:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1eeca7e1f4286c4d50d6e2c2d9d0334ee690c603",
"body": null,
"is_bot": false,
"headline": "introduce Extrapolate::Wrap",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-14T23:47:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0f5c858745302b9f65714cc445c6e885b8f8708",
"body": null,
"is_bot": false,
"headline": "remove unnecessary trait bounds and copies",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-14T17:13:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d90d3562cdee881d62e5a42785e0a44d0989a7b9",
"body": null,
"is_bot": false,
"headline": "v0.5.2",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-12T17:23:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad450d926b63c42bf654734a70229e125cb9ada4",
"body": null,
"is_bot": false,
"headline": "remove redundant data.validate calls",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-12T16:30:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40345e49862e0dce7f26dedbe00783460548fa05",
"body": null,
"is_bot": false,
"headline": "remove easily-broken example permalinks",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-11T22:30:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9ddd5761dec579f0a09f0fb73e7ac8c9778ac21",
"body": null,
"is_bot": false,
"headline": "derive PartialEq for all types",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-11T21:05:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70f93de9c05307dfc268352feacd183b0e7da57d",
"body": "Make types Clone-able",
"is_bot": false,
"headline": "Merge pull request #4 from NREL/clone",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-11T19:08:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49c77f76690ce4a069b73bc9ce8a9041a584bec4",
"body": null,
"is_bot": false,
"headline": "replace PartialEq on Extrapolate",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-11T19:06:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6487598c7962865f9a6ce93b898a4d955266719",
"body": null,
"is_bot": false,
"headline": "update examples",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-11T19:02:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb5fbcde8740ff4d6b02d9944f94b370dcd48ea3",
"body": null,
"is_bot": false,
"headline": "implement dyn-clone",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-11T17:41:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8f7312674c8b2e35eac965004ead8c0294b8bc1",
"body": null,
"is_bot": false,
"headline": "restrict all types to clonable, to support downstream cloning",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-11T16:56:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd7ca8fe985517848bced4574df5a4220c410313",
"body": null,
"is_bot": false,
"headline": "typo",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-11T15:28:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18ec919df7d5dcf6c8a2c1d5d2c7796c31050f2c",
"body": null,
"is_bot": false,
"headline": "include uom example in README",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-10T22:47:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de2c770dc3614ba43af9e015481fecdc20538380",
"body": null,
"is_bot": false,
"headline": "add uom transmute example",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-10T15:43:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c44b0a846a060a526c4e9cafa67f5e2d7922f82a",
"body": null,
"is_bot": false,
"headline": "remove duplicated check in check_extrapolate",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-09T17:52:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "451e0e32422204d8198189cd3d06a742c97e57d6",
"body": null,
"is_bot": false,
"headline": "remove duplicate ndim definition",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-09T17:33:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3162fe23be864f9e4b905ae9f838eeae0fa725cb",
"body": null,
"is_bot": false,
"headline": "move extrapolate get/set out of Interpolator trait",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-09T17:28:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0146e7de986270c33bb2fc04bd46535bc32a8b41",
"body": null,
"is_bot": false,
"headline": "num dep to num_traits",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-09T16:52:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d7da47d49d1c3aea9a0a86c6703bb75710fb164",
"body": null,
"is_bot": false,
"headline": "remove incorrect comment",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-09T16:44:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9495c6c019e540e902cc3a9703e0a18df7e5e146",
"body": null,
"is_bot": false,
"headline": "remove validate_impl macro",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-09T05:38:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3c2c9019ef0e4dcc9b1da7ccd0355333cb07238",
"body": null,
"is_bot": false,
"headline": "lift non_exhaustive restriction",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-09T05:22:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8be7b0f870d1d9434d5fd08e09272434918a258a",
"body": null,
"is_bot": false,
"headline": "doc update",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-08T21:44:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62a62ccd2b3c285919baae609089dee287dc3842",
"body": "NDArray & generics rewrite",
"is_bot": false,
"headline": "Merge pull request #3 from NREL/ndarray",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-08T21:25:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3930b5af4f70972d3cab0468f83f184bee02b90",
"body": null,
"is_bot": false,
"headline": "test/bench cleanup",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-08T21:23:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3b5fa0b1e833e857210a5cd7bd405506f955448",
"body": null,
"is_bot": false,
"headline": "tests.yaml run on any branch",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-08T19:04:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef4f9055e025e6df225bf8ef79369f3bdbc27bac",
"body": null,
"is_bot": false,
"headline": "interpdata type",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-08T19:02:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b03c525253adfe8b7569d6f05d4d53413c07b38f",
"body": null,
"is_bot": false,
"headline": "serde only enabled for owned data",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-08T18:34:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "181e10f466c146ebe1fdf31c88dcd2a8c0e194b6",
"body": null,
"is_bot": false,
"headline": "all code uses generics and ndarray::Data now!",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-08T18:06:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "022e28653b071307c1ee00865276ee97d995a80f",
"body": null,
"is_bot": false,
"headline": "uses num crate",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-08T07:29:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ae7545514b008936a0f98e27ed1a6d5fc8ed731",
"body": null,
"is_bot": false,
"headline": "fixed serde feature",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-08T00:41:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed48060da6aa629a3232e3325f860a229f68bc53",
"body": null,
"is_bot": false,
"headline": "rewrite to use ndarray everywhere, serde feature broken in data.rs",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-07T22:59:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16e3bf8d3fbc97a28eadab4bf4d7fda10f586f55",
"body": null,
"is_bot": false,
"headline": "polish up README.md",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-07T16:55:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46d8436c4ac389e778392a28048fb9e32a80b8e0",
"body": null,
"is_bot": false,
"headline": "move set_strategy to box impl",
"author_name": "Kyle Carow",
"author_login": "kylecarow",
"committed_at": "2025-03-07T16:19:09Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 26,
"commits_last_year": 12,
"latest_release_at": "2026-08-02T21:13:07Z",
"latest_release_tag": "v0.9.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 5,
"days_since_latest_release": 0,
"mean_days_between_releases": 55.1
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [
"shields.io"
],
"total": 3,
"header": 3,
"collected": true,
"has_inspect_badge": false
},
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "ninterp",
"exists": true,
"license": "BSD-3-Clause",
"keywords": [
"interpolation",
"linear",
"multidimensional",
"multilinear",
"numerical",
"mathematics"
],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/ninterp",
"is_deprecated": false,
"latest_version": "0.9.0",
"repository_url": "https://github.com/NREL/ninterp",
"versions_count": 27,
"total_downloads": 49583,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 2849,
"first_published_at": "2024-11-27T16:26:09.064641Z",
"latest_published_at": "2026-08-02T21:15:04.868027Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 12,
"stars": 17,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2025-02-08",
"count": 6
},
{
"date": "2025-08-19",
"count": 1
},
{
"date": "2025-08-28",
"count": 1
},
{
"date": "2025-11-25",
"count": 1
},
{
"date": "2025-12-02",
"count": 1
},
{
"date": "2026-01-06",
"count": 1
},
{
"date": "2026-01-30",
"count": 1
}
],
"complete": true,
"collected": 12,
"total_forks": 12
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml"
],
"largest_source_bytes": 14238,
"source_files_sampled": 31,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 13,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "dyn-clone",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "itertools",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.13.0"
},
{
"name": "ndarray",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.17"
},
{
"name": "num-traits",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2.15"
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.103"
},
{
"name": "serde_unit_struct",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.3"
},
{
"name": "serde-ndim",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.2.1"
},
{
"name": "thiserror",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "dyn-clone",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "itertools",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "ndarray",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "num-traits",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde-ndim",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde_unit_struct",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "approx",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "criterion",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "ndarray-rand",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "uom",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 13,
"direct_count": 8,
"indirect_count": 5
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 6,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 4,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "kylecarow",
"commits": 162,
"avatar_url": "https://avatars.githubusercontent.com/u/40699307?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"release.yaml",
"test.yaml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "3 out of 3 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 1,
"reason": "Found 2/18 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 6,
"reason": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "a95fcb8433e47ebf28128e2800162137e31ecb75",
"ran_at": "2026-08-02T21:56:29Z",
"aggregate_score": 4.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 1,
"decided_7d": 1,
"merged_30d": 1,
"authors_30d": 1,
"decided_30d": 1,
"sample_size": 7,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 1,
"newcomer_merged_30d": 0,
"bot_prs_excluded_30d": 0,
"newcomer_authors_30d": 0,
"newcomer_decided_30d": 0
},
"ci_last_run_at": "2026-08-02T21:19:26Z",
"oldest_open_prs": [
{
"number": 6,
"created_at": "2025-03-19T19:37:32Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-08-02T21:07:00Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/NatLabRockies/ninterp",
"host": "github.com",
"name": "ninterp",
"owner": "NatLabRockies"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 52 is calibrated to 53 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 52,
"calibrated": 53,
"calibration": "2026-08-02"
}
}
],
"value": 53,
"inputs": {
"security": 42,
"vitality": 70,
"community": 39,
"governance": 54,
"calibration": "2026-08-02",
"engineering": 56,
"ai_readiness": 32,
"weighted_overall_raw": 52
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 70,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 12,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "12 commits in the last year",
"points": 10,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 12
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 26,
"latest_release_tag": "v0.9.0",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 55.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "26 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 26
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~55.1 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 55.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 39,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"forks": 12,
"stars": 17,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "17 stars",
"points": 19.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 17
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "12 forks",
"points": 8.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 12
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": 3,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [
"shields.io"
],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (BSD-3-Clause)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "BSD-3-Clause"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 54,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 80,
"inputs": {
"merged_prs": 6,
"open_issues": 0,
"closed_issues": 4,
"prs_merged_7d": 1,
"prs_decided_7d": 1,
"prs_merged_30d": 1,
"prs_decided_30d": 1,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 1,
"first_time_authors_30d": 0,
"first_time_prs_merged_30d": 0,
"first_time_prs_decided_30d": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 42,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "6/7 decided PRs merged",
"points": 25.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 6,
"decided": 7
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/18 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"followers": 1461,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "NatLabRockies",
"public_repos": 792,
"account_age_days": 5147
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "1,461 followers of NatLabRockies",
"points": 22.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1461,
"login": "NatLabRockies"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "792 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 792
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 56,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "weak",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "3 out of 3 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"interpolation",
"multidimensional",
"rust",
"multilinear",
"numerical-analysis"
],
"has_wiki": true,
"homepage": "https://crates.io/crates/ninterp",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://crates.io/crates/ninterp",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "weak",
"name": "Security",
"value": 42,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 42,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "3 out of 3 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 2/18 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 32,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 3,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.05,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "5 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 5,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 14238,
"source_files_sampled": 31,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/31 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 31,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [],
"scores": {},
"primary": null,
"evidence": [],
"artifacts": [],
"confidence": "none",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": false
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"crates package 'ninterp' points at a different repository (https://github.com/NREL/ninterp); excluded from ecosystem scoring",
"deps.dev does not index crates:ninterp@0.9.0; advisories assessed against the repository dependency graph instead",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-08-02T21:56:38.541496Z",
"schema_version": "0.29.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/NatLabRockies/ninterp.svg",
"full_name": "NatLabRockies/ninterp",
"license_state": "standard",
"license_spdx": "BSD-3-Clause"
}