Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"neuroscience",
"hpc",
"cuda",
"gpu",
"mpi",
"modern-cpp",
"hip"
],
"is_fork": false,
"size_kb": 22841,
"has_wiki": true,
"homepage": "https://arbor-sim.org",
"languages": {
"C": 9287,
"C++": 4481627,
"Cuda": 65345,
"Perl": 11581,
"CMake": 93372,
"Julia": 16396,
"NMODL": 83151,
"Shell": 15451,
"Python": 382542,
"AGS Script": 946254
},
"pushed_at": "2026-07-22T07:34:41Z",
"created_at": "2016-10-03T11:03:22Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T07:35:50Z",
"description": "The Arbor multi-compartment neural network simulation library.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-3-Clause",
"default_branch": "master",
"license_spdx_raw": "BSD-3-Clause",
"primary_language": "C++",
"significant_languages": [
"C++",
"AGS Script"
]
},
"owner": {
"blog": "arbor-sim.org",
"name": "Arbor Neural Network Simulation Library",
"type": "Organization",
"login": "arbor-sim",
"company": null,
"location": null,
"followers": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/24656287?v=4",
"created_at": "2016-12-19T16:39:47Z",
"is_verified": null,
"public_repos": 16,
"account_age_days": 3504
},
"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.12.2",
"kind": "patch",
"published_at": "2026-05-19T10:04:57Z"
},
{
"tag": "v0.12.1",
"kind": "patch",
"published_at": "2026-04-22T12:38:38Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2026-04-17T09:00:14Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2025-04-24T18:04:26Z"
},
{
"tag": "v0.10.1",
"kind": "patch",
"published_at": "2024-08-09T12:03:33Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2024-08-09T10:24:13Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2023-08-10T14:22:12Z"
},
{
"tag": "v0.8.1",
"kind": "patch",
"published_at": "2022-12-22T16:26:31Z"
},
{
"tag": "v0.8",
"kind": "other",
"published_at": "2022-11-15T15:35:33Z"
},
{
"tag": "v0.7",
"kind": "other",
"published_at": "2022-07-20T07:58:30Z"
},
{
"tag": "v0.6",
"kind": "other",
"published_at": "2022-01-26T14:35:55Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2021-06-24T09:32:46Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2021-06-22T15:33:56Z"
},
{
"tag": "v0.5",
"kind": "other",
"published_at": "2021-01-07T19:33:05Z"
},
{
"tag": "v0.4",
"kind": "other",
"published_at": "2020-10-15T14:31:25Z"
},
{
"tag": "v0.3",
"kind": "other",
"published_at": "2020-04-01T08:55:13Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2019-08-26T14:45:43Z"
},
{
"tag": "v0.2",
"kind": "other",
"published_at": "2019-03-04T17:46:43Z"
},
{
"tag": "v0.1",
"kind": "other",
"published_at": "2018-10-12T08:32:34Z"
}
],
"recent_commits": [
{
"oid": "7fc58cb583bc661b0b73f2de7633821d187e2ced",
"body": "Adjust CMake to still export CUDA symbols despite removal of outdated\nmethod.",
"is_bot": false,
"headline": "Replace outdated method for exporting CUDA symbols. (#2518)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2026-07-22T07:34:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80aeb27be51d911c4ee7fefd0173cda6295ff467",
"body": "Arbor already has an ARB_GPU=hip backend, but its GPU warp primitives\nassumed a single wavefront width and a 32-bit lane mask, so it was\nincorrect on AMD hardware: it returned 64 for every HIP build (wrong on\n32-wide RDNA wavefronts) and used a 32-bit `unsigned` ballot mask\n(truncating the upper hal\n[…]\nat exercise the fixed\nwarp primitives.\n- Builds and runs on gfx1100 (Linux) and gfx1201 (Windows) with\n`-DARB_HIP_ARCHITECTURES` set to the target.\n\nAuthored with the assistance of Claude (Anthropic).",
"is_bot": false,
"headline": "[ROCm] Fix the HIP GPU backend for CDNA and RDNA architectures (#2512)",
"author_name": "Jeff Daily",
"author_login": "jeffdaily",
"committed_at": "2026-06-29T12:06:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f2bed517c9608df3409b4e6ccf52894941bb4fb1",
"body": "Basics of reading external simulation data.",
"is_bot": false,
"headline": "Add tutorial for reading E-fields. (#2502)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2026-06-29T07:07:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40cd3701b036c9c3e228b8fab2238e3142cf513a",
"body": "The __ARM_FEATURE_SVE preprocessor variable is always set when building\non Grace-Hopper - so the vls_sve_bits.h file will always be configured\nand included in simd/native.hpp\n\nThe value of ARB_SVE_BITS must be determined by CMake when\nvls_sve_bits.h is included, but it was only set in CMake when\nARB_VECTORIZE=on.",
"is_bot": false,
"headline": "Fixes broken build on aarch64+SVE when ARB_VECTORIZE=off (#2513)",
"author_name": "Ben Cumming",
"author_login": "bcumming",
"committed_at": "2026-06-10T06:22:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab103098d8f6fa41c2433db9ff57d232790c016e",
"body": "- Fix broken wheel\n- allow SIMD in wheels",
"is_bot": false,
"headline": "Do not set ARCH unless needed, allow vectorized wheels (#2510)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2026-05-18T14:18:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b05c3ec2802cd11d71c1a216e28b65cc4ae4f0ad",
"body": "- new version\n- add DOIs",
"is_bot": false,
"headline": "Post 0.12.1 (#2509)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2026-04-23T08:58:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16fd7dc024ee378ad8691492c2a84dbaa9cb2883",
"body": "Release v0.12.1",
"is_bot": false,
"headline": "V0.12.1 (#2508)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2026-04-22T12:01:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0675575127d4956fffe80a6065aa17260a93c4f8",
"body": "Bug fix for critically broken MacOS / Apple Clang builds.",
"is_bot": false,
"headline": "Fix normalisation, add regression test, begin 0.12.1 (#2507)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2026-04-21T06:58:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87a39d4c1038a5d3756b136816c5650d3f4bd868",
"body": "# Release notes\n\nThis release constitutes a major improvement in terms of parallel\nperformance\nby replacing the underlying MPI algorithm (see our paper at IPDPS'26)\nand\nsetup time by improving label resolution and adding the access to raw\nlabels.\nOn the functional side, we introduced AdEx cells, add\n[…]\nrbor-sim/arbor/pull/2479\n* @marvinKaster made their first contribution in\nhttps://github.com/arbor-sim/arbor/pull/2486\n\n**Full Changelog**:\nhttps://github.com/arbor-sim/arbor/compare/v0.11.0...v0.12.0",
"is_bot": false,
"headline": "Release v0.12 (#2506)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2026-04-17T08:58:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "82f5df88b80c10b5338bcf860930df27c9378b57",
"body": "One more to make the wheels build",
"is_bot": false,
"headline": "V0.12.0 rc3 (#2505)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2026-04-16T18:25:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa8f708f332aa8ea824c5b80cb4b2a1fc69f7348",
"body": "# Preliminary release notes for v0.12\n\n## What's Changed\n* V0.11.0 rc by @thorstenhater in\nhttps://github.com/arbor-sim/arbor/pull/2454\n* Release finalisation by @thorstenhater in\nhttps://github.com/arbor-sim/arbor/pull/2455\n* CSCS CI by @thorstenhater in\nhttps://github.com/arbor-sim/arbor/pull/2448\n[…]\nrbor-sim/arbor/pull/2479\n* @marvinKaster made their first contribution in\nhttps://github.com/arbor-sim/arbor/pull/2486\n\n**Full Changelog**:\nhttps://github.com/arbor-sim/arbor/compare/v0.11.0...v0.12.0",
"is_bot": false,
"headline": "final clean-up before v0.12 (#2504)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2026-04-16T09:22:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a893ab5764fc211606ae096a257fe6b62b5354bf",
"body": "bump GH actions",
"is_bot": false,
"headline": "bump actions (#2503)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2026-04-15T11:16:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4214ff33b503fcdd6a914619eb0103dee19c0b8e",
"body": "Due to changes in Spack's handling of custom repos, we decided to retire\nthe localised spack package and submit PRs upstream instead.",
"is_bot": false,
"headline": "Do no longer bundle Spackage. (#2498)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2026-04-15T07:08:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5c1bcd3432b9da988a546dacfc2179fcb260f4a",
"body": "The current partition load balance gets a sibling: round-robin load\nbalance.\nThis is helpful when consecutive ranges contain similar cells, but the\noverall\nbalance is off. \n\nWhen trying out the Allen V1 model on JUWELS, we get this using\n`partition`\n```\n---- meters ----------------------------------\n[…]\n----------------------------------\nmodel-init 4782.748 1535.923\nmodel-run 496.480 6460.236\nmeter-total 5279.228 7996.159\n```",
"is_bot": false,
"headline": "round robin load balance (#2500)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2026-04-09T07:21:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c053927ee39315f4a5e7436f4a64e5343511e74e",
"body": "Adds a STDP case for the busyring benchmark (also cf. [here](https://doi.org/10.48550/arXiv.2411.16445)).",
"is_bot": false,
"headline": "STDP case for busyring benchmark (#2489)",
"author_name": "Jannik Luboeinski",
"author_login": "jlubo",
"committed_at": "2026-04-09T05:48:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e43437906a5b191517b4c0e45bb98063a62cf539",
"body": "Add more lenient options in the SWC parser. Required for the fruitfly\ndata sets.\n<img width=\"1392\" height=\"860\" alt=\"Screenshot 2025-07-11 at 16 17 51\"\nsrc=\"https://github.com/user-attachments/assets/dbba8cbe-d26c-48a1-b5b1-611c4e75a142\"\n/>",
"is_bot": false,
"headline": "Allow more SWC files in the parser (#2471)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2026-04-07T07:11:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2756097999ad7704c4b78d01b8b0de70457a8e87",
"body": "Aims to make mechanism handling a bit more efficient by\n1. adding some peephole optimisations to modcc\n2. compressing contiguous runs of indices [0, 1, ... n] into ranges [0,\nn]\n3. Adding more, platform independent tests to the partition suite.",
"is_bot": false,
"headline": "Perf/compress contiguous (#2470)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2026-04-07T07:06:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "032a4397729f85ef81805833ec007c4927e6424e",
"body": "…on (#2501)\n\n- replace `std::unordered_map` with a vector of pairs in\n`mechanism_desc`\n- allow `[]` access in Python interface for parameters of mechanisms.",
"is_bot": false,
"headline": "Flat map in mechanism description for 1.5x speed-up in synapse creati…",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2026-04-07T07:05:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "061e79f5ad148a7c409dca30aba5a9c3b90bc670",
"body": "- Add units to `cv_policy_max_extent`\n- Add `cv_policy_max_extent_um` for compatibility\n- Add `default_cv_policy` to Python\n- Add more docs to cv policy section\n- Check for negative extents\n\n:warning: Breaks compatibility wrt use of `cv_policy_max_extent`",
"is_bot": false,
"headline": "units in cv policy (#2495)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2026-03-03T10:36:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef8123be8454543a637a0f03e04bb80e2d6d114a",
"body": "Add Adaptive Exponential Cells to Arbor. \n\nCloses https://github.com/arbor-sim/arbor/issues/1832\n\nMore on request.",
"is_bot": false,
"headline": "Add AdEx cells. (#2230)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2026-02-08T19:34:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2366842e671495d8ed231dc302cda445a93c6d86",
"body": "Improves instruction generation, godbolt shows roughly 1/3 less AVX\nassembly.",
"is_bot": false,
"headline": "Better use of __restrict__ (#2476)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2026-02-05T10:31:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d0fc26ea077feeac06cd78e46da160775b2715f",
"body": "Forgotten override results in warning, fixed.",
"is_bot": false,
"headline": "Fix override (#2493)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2026-02-05T10:31:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17b9ffc69f2d993df34db786487d4a9f6939adea",
"body": "- i_clamp as the one true name\n- make labels optional on `place` ing i_clamps\n\n⚠️ Breaking API: Python `iclamp` now is called `i_clamp` like C++. ⚠️",
"is_bot": false,
"headline": "Clean-up iclamp interface (#2494)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2026-02-05T10:21:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b890b874f3222514ece2fe887f904481f47c98d8",
"body": "Introducing nested timers. You can now create timed sections within\nother timed sections. The spent time will be outputted in a hierarchical\nformat.\n\nCode example\n```\nPE(first_timer);\n//...\nPE(second_timer);\n//...\nPL(second_timer);\n//...\nPL(first_timer);\n```\n\nExample output of the ring benchmark\n```\n[…]\n partition 0 0.000 0.000 0.0 0.000 0.0 \n generators 0 0.000 0.000 0.0 0.000 0.0 \n```",
"is_bot": false,
"headline": "Nested timers (#2486)",
"author_name": "marvinKaster",
"author_login": "marvinKaster",
"committed_at": "2026-02-04T09:42:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5c19c004a9f5bdbf79aba64a819d04b03fa001eb",
"body": "- Add cosimulation tutorial \n- fix a nasty bug in the Python interface to remote.",
"is_bot": false,
"headline": "Co-simulation tutorial (#2492)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2026-01-30T07:56:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b0b832e0ea6a9561bbd804331dd80f5b97049cc",
"body": "Fix usage of deprecated numpy functionality.",
"is_bot": false,
"headline": "Don't use deprecated numpy functions (#2490)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2026-01-12T11:16:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2170058cd6cd5ff8e6b3d50480466cf6e5ad070e",
"body": "2025 ▶️ 2026",
"is_bot": false,
"headline": "Update year :tada: (#2491)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2026-01-09T14:07:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90996de62a425e582e96b7ddc261cc5909e7bcda",
"body": "Use the R123 `threefry` generator for (Poisson) schedules. \n\n⚠️ This will _change_ the detailed output for everything using Poisson\ngenerators ⚠️\n\nCloses: #2243",
"is_bot": false,
"headline": "Use CBRNG in schedules. (#2386)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-12-27T11:32:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b23b399d3382aa28b124c7fffa47703eeb36de6",
"body": "…#2460)\n\nChange the internal communication model of the simulator to improve\nscalability in scenarios involving hundreds of ranks.\n\n---------\n\nCo-authored-by: Thorsten Hater <24411438+thorstenhater@users.noreply.github.com>\nCo-authored-by: ibanezbm@unican.es <takkarpool@gmail.com>",
"is_bot": false,
"headline": "Replace MPI_Allgatherv with MPI_Alltoallv for communication pattern (…",
"author_name": "ibanezbm",
"author_login": "ibanezbm",
"committed_at": "2025-12-17T13:16:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e99a49c9408dfab3206cdc85250cbdfc19dcc8f2",
"body": "Check whether we can compile a trivial program using the supplied flags.\n\nBump the minimal MacOS version in CI\n\nFixes #2487",
"is_bot": false,
"headline": "Add trivial compiler test (#2488)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-12-09T11:53:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "215c392b5993f268b0891695143b7b022bac92ed",
"body": "Cable cells can now probe for the ion reversal potential eX.",
"is_bot": false,
"headline": "Add probing of eX. (#2478)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-11-07T11:52:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38220af0081180f73c503a3e83e520256d2bca49",
"body": "- remove hard coded check for PB11 version\n- Update dependecies.csv to remove submodules for CPM\n- align versions in CPM and depdencies.csv\n- add unordered_dense\n- bump gtest to 1.17 & fix warnings for dropped return values\n- clean-up leftover mentions of `json_library_name` (empty) in CMake\n- search for proper name of `nlohmann-json`. \n- properly add json to export set.\n\nfixes #2472",
"is_bot": false,
"headline": "Align versions (#2481)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-11-07T11:43:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef667f69ef5e36c75a47fe41fc95fd6e47412382",
"body": "This pull request fixes issues in the GPU tests introduced in PR #2465\nand PR #2264.\n\nChanges include:\n- Fixed the event stream GPU test implementation.\n- Fixed the handling of the \"dt\" parameter in the serdes test.\n\nThese fixes ensure that the GPU tests run reliably again.",
"is_bot": false,
"headline": "Fix GPU test issues (#2479)",
"author_name": "ibanezbm",
"author_login": "ibanezbm",
"committed_at": "2025-09-04T10:36:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3143c03186142c8fba2f723f1661416cde12811",
"body": "bump pybind11 to latest major\n\nFixes #2473",
"is_bot": false,
"headline": "Bump pb11 to latest major version (#2475)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-09-01T08:40:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2678998ebb45b38d7550a8c640b602e85801cb1",
"body": "- Fix iterator issues using concepts\n- Remove group index from the simulation object.\n- clean up / refactoring.",
"is_bot": false,
"headline": "Many small refactoring / clean-ups / memory savings (#2465)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-08-14T13:40:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf4c0f46f49e3d14f17d8ae60ba0810faa1952ed",
"body": "Simpler if more code",
"is_bot": false,
"headline": "Remove typed map and refactor cable cell (#2468)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-07-12T10:36:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34dca055e9a165d0d95d0a0419a3b5705b95a78e",
"body": "`std::max/min` don't generate specialized PTX for double/float, so use\n`std::fmax/fmin/fmaxf/fminf` instead.\n\nFollowing https://karimsayedre.github.io/RTIOW.html \nUsed https://godbolt.org/z/bj9YWEGqG",
"is_bot": false,
"headline": "use better builtins for double max/min (#2469)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-07-12T10:36:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c70b22e419cc582625bb928ebcbd272f8686829",
"body": "- Clean-up Python side of label dict\n- Add erase to Py/C++\n- Convenience methods in Py\n - `get` with default\n - `setdefault`\n - Construct like a dict: `A.label_dict(x='(all)')` \n\nCloses #1535",
"is_bot": false,
"headline": "🐍 Polish `label_dict` (#2451)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-06-28T08:00:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a540b4714bfc44382f59c5531bdb765a8f9b1c66",
"body": "Do not store key/counter arrarys if not needed. Save `O(#CV)` memory in most cases.",
"is_bot": false,
"headline": "Only store PRNG data if needed (#2467)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-06-27T12:44:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "459d408b3ef47ca3e58bb9682771ad84073e7970",
"body": "Properly guard against probing elided arrays.",
"is_bot": false,
"headline": "Fix crash on probding elided values (#2466)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-06-26T13:45:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efab2b4ebf6802254fac7ddb6a014165904742f1",
"body": "Allow users to explicitly opt out of label resolution when needed. This\nis available\nin two steps: using some manually resolved connections and disabling\nresolution\ncompletely, turning string labels into hard errors. The latter will also\nskip the MPI\nstep. Manual connections will not be checked for \n[…]\n----------------------------------------------------------------------------------\nmodel-init 3.717\nmodel-run 15.392\nmeter-total 19.109\n```",
"is_bot": false,
"headline": "Add an escape hatch to label resolution (#2459)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-05-21T11:29:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cf363cac9f7b214b8971bade17c37f1033696b7c",
"body": "Splat gid -> (rank, index) into two vectors\n```\n {\n \"name\": \"run_n=128_d=10-complex=true\",\n \"num-cells\": 8192,\n \"num-tiles\": 4096,\n \"synapses\": 1000,\n \"min-delay\": 5,\n \"duration\": 250,\n \"ring-size\": 4,\n \"event-weight\": 0.2,\n \"record\": false,\n \"spikes\": false,\n \"dt\":\n[…]\n----------------------------------------------------------------------------\n model-init 47.805\n model-run 16.080\n meter-total 63.885\n```",
"is_bot": false,
"headline": "Refactor domain decomposition (#2457)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-05-21T10:14:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d30b0aed733506815b398c1f21897a9df24be7a8",
"body": "This targets the construction phase in extreme scale scenarios, with\nquite dramatic effects.\n\n# Benchmark\n\nuse ankerl's hashmap\n``` json\n{\n \"name\": \"run_n=128_d=10-complex=true\",\n \"num-cells\": 8192,\n \"num-tiles\": 4096,\n \"synapses\": 1000,\n \"min-delay\": 5,\n \"duration\": 250,\n \"ring-size\": 4,\n \"\n[…]\n-------------------\nmodel-init 4.931\nmodel-run 15.697\nmeter-total 20.628\n```\nSplit maps into those with a single item range and all others.",
"is_bot": false,
"headline": "Major Optimisations in Label Resolution (#2458)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-05-20T06:17:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "776a29a52b6adc7b3e3b23bf8c9b150732d64653",
"body": "- Add C++ API of locset, region, and iexpr manipulation to the docs.\n- Add C++/Python API of event generators and schedules\n\ncloses #1242",
"is_bot": false,
"headline": "Fill in a missing part of the docs (#2462)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-05-12T08:16:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f6fd6719992ab1bdbb61bd12a3b74f0cd798d97",
"body": "Add `tiled-busyring` for local performance experiments for large scale\nsimulations.",
"is_bot": false,
"headline": "Add tiled busyring (#2456)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-04-30T08:33:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08c44a406e9c4488d7be0a9c2d1f11bd748a0a72",
"body": "Builds on #2447. \n\nFurther clean-up of infrastructure in `communicator` and `event_stream`.\nReduce intermediate datastructures\non the CPU side. Host memory is a critical resource during large (GPU)\nbenchmarks.\n\n### connection update\n\nEliminates intermediate host-side array of `cell_connections` and \n[…]\nrectly.\nOutlined a few ideas wrt to parallelisation.\n\n### spike delivery\n\nEliminate intermediate list of spikes in event delivery and push events\ndirectly into streams.\nTraverse streams in time-order.",
"is_bot": false,
"headline": "Re-factor connection setup and event dispatch. (#2449)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-04-30T08:22:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "01d9c92b7f6bc3d173ec074f98e0327705fe5b94",
"body": "💀",
"is_bot": false,
"headline": "CSCS CI (#2448)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-04-29T06:43:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "486cf55f3195b55bdee67857be12eebcf2077bf6",
"body": "Finalise release and enter new cycle.",
"is_bot": false,
"headline": "Release finalisation v0.11.0 (#2455)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-04-25T18:53:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf234aa82f497258d1f330ff9311d92463f1929a",
"body": "- Deprecate Python 3.9 according to schedule\n- Fix issues w/ CMake 4.0\n- Fix issues w/ units\n- Fix issues w/ pyproject.toml / twine",
"is_bot": false,
"headline": "V0.11.0 rc (#2454)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-04-24T17:06:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a23b764c496a74d9372fbe18aaffacca81ad937e",
"body": "Bump JSON lib to 3.12 (hopefully) fixing the CMake 3.5 error\n\n(Don't worry about Spack, that's coming)",
"is_bot": false,
"headline": "Bump JSON (#2452)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-04-17T10:14:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2f1851863cc12ea544ac0edce1fcbd435bc62d3",
"body": "Clean-up semantic checks on parameters, ensure connections have finite delay.\n\nCloses #2263",
"is_bot": false,
"headline": "Stricter checks on network construction / simulation parameters. (#2264)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-04-02T10:47:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4ff08ceef2760796538c4117a259fd2104442ed",
"body": "Re-factor event dispatch, making it slightly faster.\nBuilds on #2433 \nCloses #2431",
"is_bot": false,
"headline": "Polish event dispatch (#2434)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-03-07T19:11:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19c6e294fafcd34ba34aecbef7222b30905e4cfd",
"body": "- Simplify logic and maths\n- Remove double application of `qt`\n- Align style and usage of both files.",
"is_bot": false,
"headline": "Clean up K_T and K_P. (#2428)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-03-05T09:01:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbb63e260622c923f34b4e04b01255e8708efe02",
"body": "Add missing scaling to diffusivity parameter.\n\n---------\n\nCo-authored-by: Jannik Luboeinski <mail@jlubo.net>",
"is_bot": false,
"headline": "Adjust Diffusion Scaling (#2439)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-03-04T14:13:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79983144e6f20b268950cb6b3b5e8c1496ef43a0",
"body": "- bind the correct class `py_ion_data`\n- use `LOCAL` conductances.",
"is_bot": false,
"headline": "Fixes for cantata (#2438)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-02-12T13:27:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36f2766d23ce70026bab38fa8149376b1cff2a85",
"body": "Replace custom `introsort` with `std::sort`.",
"is_bot": false,
"headline": "📊 Sort spikes. (#2433)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-01-27T19:22:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "257e74f4570a3fde03500c2d416afce81dda8b4d",
"body": "By careful re-analysis of the diffusion solver we found that the\ncoeffiecients of the LHS need an additional factor of the CV Volume.\n\nScopes be creeping. During the analysis it became apparent that the\nduring coupling to the cable equation proper raises at lot of potential\nproblems.\n\nConversion of \n[…]\ndd the\nproper Nernst model, too.\n\nfixes #2145 \nrequires #2209\n\n---------\n\nCo-authored-by: Jannik Luboeinski <mail@jlubo.net>\nCo-authored-by: Jannik Luboeinski <33398515+jlubo@users.noreply.github.com>",
"is_bot": false,
"headline": "Diffusion: tests, fixed coefficients in the solver, & tutorial (#2226)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-01-22T06:36:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "637712fa0e59fa2d085cf330d669879d07b8e79a",
"body": "Fix included lines.",
"is_bot": false,
"headline": "fixed code line number (#2437)",
"author_name": "Han Lu",
"author_login": "ErbB4",
"committed_at": "2025-01-15T12:01:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "342fa364c1339f517897504a822eb3972dc33d47",
"body": "Modcc parses `-X^2` as `(-X)^2`, causing misbehaviour of expressions like\n```\nexp(-(v - 80)/10)\n```\nExamples are \n- Allen catalogue: K_P, K_T, Kv2like\n- BBP: K_Tst, K_Pst\n \n\nFixes #2015",
"is_bot": false,
"headline": "Erroneous precedence handling for `^` in modcc (#2432)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-01-08T11:26:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18baa9e3c1d1e26e35d63b951db900e0a04e86ec",
"body": "2023 -> 2025",
"is_bot": false,
"headline": "Bump year (#2435)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-01-07T13:37:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe9f3b45c1f136a6c4f33bcc18efc1a486c0d79f",
"body": "1. Add the option to use a simple HH cell to the Brunel example. \n2. Add correct group size controls to Brunel\n3. Add more integration tests\n4. Make `lif_cell` an aggregate, which enables C++20 designated\ninitializers i.e. `lif_cell {.Vm=42_mV}`.\n\nThis enables us to\n- test/benchmark the event delive\n[…]\nfew integration tests checking the invariance across CPU/GPU and\ngroup size with both paths\n- add optimizations of said code paths later.\n\n**Known issues**\n\nSpike counts will diverge with Apple Clang.",
"is_bot": false,
"headline": "Add cable cell option to Brunel example (#2430)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-01-06T08:27:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4950671be8d343515571a500bf5c37c27d3fd23b",
"body": "Add tutorial about the high-level network description.",
"is_bot": false,
"headline": "Add connectivity tutorial. (#2427)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2025-01-06T08:16:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2dd9544ac714b8638549b04fbea1bb14685ea85",
"body": "Add a tutorial on how to engineer structural plasticity in Arbor using a homeostatic rule.\r\nRead the preview here\r\n\r\nhttps://arbor--2418.org.readthedocs.build/en/2418/tutorial/plasticity.html\r\n\r\nHere's a teaser of the final result:\r\n\r\n\r\nUpdate: finished the tutorial.",
"is_bot": false,
"headline": "Plasticity tutorial (#2426)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2024-11-25T15:55:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "625237a4872d0a4ceeac09641b709bd021e94214",
"body": "Tiny oversight.",
"is_bot": false,
"headline": "Add iostream to forest (#2423)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2024-10-24T12:41:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ba170a01860962866a43ec7b9b80eb21e082a70",
"body": "# Tree\r\n\r\nFixes --- likely a spurious --- warning in `tree.cpp`:\r\n```\r\n[2/6] Building CXX object arbor/CMakeFiles/arbor.dir/tree.cpp.o\r\nIn file included from /opt/homebrew/Cellar/gcc/14.2.0/include/c++/14/algorithm:60,\r\n from /Users/hater/src/arbor/arbor/tree.cpp:1:\r\nIn function 'typ\n[…]\nince I am for warning free code and\r\ndon't want to annotate with a pragma.\r\n\r\n# General\r\n\r\nRemove spurious includes.\r\n\r\n---------\r\n\r\nCo-authored-by: boeschf <48126478+boeschf@users.noreply.github.com>",
"is_bot": false,
"headline": "🧹 Fix GCC complaints (#2400)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2024-10-24T05:14:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b8b768d6aed3aa1e72b91912753d98bbc17fb44c",
"body": "# Introduction\r\n\r\n- Do not allocate and fill storage for resetting ion concentrations if\r\nthese are never changed.\r\nReasoning: If concentrations are never changed, we do not reset them and\r\nthus do not need\r\n to store the values. \r\n- Remove a duplicate of the CV area in solver and shared state and \n[…]\nling on GPU\r\n- pybind11 stub generation\r\n\r\n---------\r\n\r\nCo-authored-by: Jannik Luboeinski <33398515+jlubo@users.noreply.github.com>\r\nCo-authored-by: boeschf <48126478+boeschf@users.noreply.github.com>",
"is_bot": false,
"headline": "Reduce redundant GPU allocations (#2393)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2024-10-23T17:38:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fd2718c3e16d66342239130b586867df3d38afe4",
"body": "We require at least gcc12",
"is_bot": false,
"headline": "use supported compiler for codeql (#2422)",
"author_name": "boeschf",
"author_login": "boeschf",
"committed_at": "2024-10-22T15:47:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5eab34508f36487a6a68572888dfddcc0c21d9b6",
"body": "- fix event stream when more than one cell in a cell group have same\r\nsynapse\r\n - events would previously no longer necessarily be sorted by time\r\n- in order to simplify: also sort with respect to mechanism index (as\r\nwas previously only required for the gpu backend)\r\n - add pertinent test\r\n- while cleaning up: overhauled the event related files and data\r\nstructures\r\n - removed dead code\r\n- made event handling less generic (this feature was not used anywhere)",
"is_bot": false,
"headline": "event handling: fix a bug and clean house (#2421)",
"author_name": "boeschf",
"author_login": "boeschf",
"committed_at": "2024-10-22T08:21:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9de9174d044bd9145aa0eea2521c5da19307374a",
"body": "Bubbling up ion access information from modcc allows us to skip\r\nallocation of `Xi` and `Xo` iff\r\nno mechanism reads those values. \r\n\r\nA minor problem: Sampling may try to touch data that doesn't exist;\r\nhowever who'd ask for `Xi`\r\nif they never use it? \r\n\r\nStacking this PR on top of #2393 the memor\n[…]\nher 5% down to 77%\r\nif the original value.\r\n\r\n### Todo\r\n- [x] Guard against sampling non-existing `Xi`/`Xo`\r\n\r\n---------\r\n\r\nCo-authored-by: Jannik Luboeinski <33398515+jlubo@users.noreply.github.com>",
"is_bot": false,
"headline": "Reduce even more GPU allocations (#2394)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2024-10-21T09:43:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f302088507bee6bdf6c7a838eb340f42bbab7f80",
"body": "This concludes the introduction of 'labels' for synapse identification /\r\nplacements started back in\r\nPR #1504 by @noraabiakar. Labels are now used when probing a synapse's\r\nstate.",
"is_bot": false,
"headline": "Allow probing of point state by tag. (#2417)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2024-10-18T13:46:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76120d16c00ae67128c3c69421ab712f985f3445",
"body": "This PR rectifies a long-standing issue since the introduction of\r\n`decor`:\r\nCV discretization was treated as a defaultable value instead of a cell\r\nproperty, along with bio-physical properties.\r\n\r\nThis lead to some awkward facts:\r\n- Intermingling of bio-physics and numerical settings\r\n- Discretizat\n[…]\nes.\r\n- Hide internal `cv_policy` constructors.\r\n\r\n⚠️ Breaks `.acc` by upgrading from 0.9 to 0.10 ⚠️ \r\n\r\nCloses #1408\r\n\r\n---------\r\n\r\nCo-authored-by: boeschf <48126478+boeschf@users.noreply.github.com>",
"is_bot": false,
"headline": "Refactor discretization. (#2415)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2024-10-18T11:30:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7d1f82e2b738080d0c90c65258bd5361a5bbfd01",
"body": "Some justifications:\r\n- power & Co: only useful on Cray, likely outdated. Use external power measurements if this is relevant.\r\n- trace.hpp was never used and was locked_ostream's only user.",
"is_bot": false,
"headline": "Clean-up redundant items: files and functions. (#2410)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2024-10-16T17:37:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17d6f9f566424db7b89110c4fc17f8bb4d3480c5",
"body": "Utter a dire warning for those who try to build with outdated and/or weird compilers.\r\nXLC is no longer a thing, so we remove checking for it.",
"is_bot": false,
"headline": "Check for supported compilers. (#2411)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2024-10-16T17:37:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e6e2419a84469dcfc44acf3009ab1441b53c64a",
"body": "Fix DOI link.",
"is_bot": false,
"headline": "Fix me. (#2420)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2024-10-14T08:51:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bca8a5a0a682cbf501d9911cbd3a170b596dd1f8",
"body": null,
"is_bot": false,
"headline": "spack: variant for hwloc support (#2419)",
"author_name": "boeschf",
"author_login": "boeschf",
"committed_at": "2024-10-08T09:39:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6524ce770587d5a35edb5d114b13414712a0a5e2",
"body": "Building arbor on WSL from a clone checked out with Windows line endings\r\ncauses the following error:\r\n\r\n```\r\n[ 0%] Generating _always_rebuild\r\n[ 2%] Generating version.hpp-test\r\n/usr/bin/env: ‘bash\\r’: No such file or directory\r\nmake[2]: *** [arbor/include/CMakeFiles/generate_version_hpp.dir/buil\n[…]\n`bash` directly to the custom command seems to fix the\r\nproblem. I don't know how to confirm whether the `version.hpp-test`\r\nmechanism still works as intended, so someone should probably review\r\nthat.",
"is_bot": false,
"headline": "Avoid `bash\\r` with gitattributes eol (#2252)",
"author_name": "Robin De Schepper",
"author_login": "Helveg",
"committed_at": "2024-10-02T06:36:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3f31da14f8900ee2b234fa44bccbc919b693ccb1",
"body": "fixes #2413",
"is_bot": false,
"headline": "Fix molarity scaling. (#2414)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2024-09-23T09:15:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "502f38577f1456b92913dd661b0af72c45122b40",
"body": "Fix bug in test suite found by ASAN/TSAN.\r\n---------\r\n\r\nCo-authored-by: boeschf <48126478+boeschf@users.noreply.github.com>",
"is_bot": false,
"headline": "Fix memory based on PR \"less event data\" (#2407)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2024-09-19T18:07:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c7312e78e8c2ef418a2c586720c227f7e182802",
"body": "First step along the road to C++20: Use the `<=>` operator instead of\r\nhomebaked macros.\r\nAlso says goodbye to MacOS 12 and associated apple-clang, which is\r\ncompletely out of touch.\r\n\r\n---------\r\n\r\nCo-authored-by: boeschf <48126478+boeschf@users.noreply.github.com>",
"is_bot": false,
"headline": "C++20 Spaceship operator (#2401)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2024-09-18T18:28:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19327a871fbccdf6380e6b589540c925b109be35",
"body": "`pyproject.toml` now reads `VERSION`.\r\n\r\nAlso, ignore CPM cache.\r\n\r\nCloses: #2201",
"is_bot": false,
"headline": "Make version dynamic (#2403)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2024-09-18T18:27:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "058868a84bf423e60b4beca828958dc30cb6ac9a",
"body": "1. rename C++ `catalogue::import` to `catalogue::extend` as `import`\r\nwill likely be a reserved word due to modules\r\n2. Use an empty default for the prefix. 99% real world examples use an\r\nempty prefix.\r\n3. Adjust tests and examples accordingly.",
"is_bot": false,
"headline": "Clean-up catalogue extension. (#2409)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2024-09-18T14:21:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "617434a43ee3c57cdb5c0dae422de6f959bde966",
"body": "`clock.hpp` has become redundant over `std::chrono` and was replaced\r\nwith `monotonic_clock`.",
"is_bot": false,
"headline": "Remove clock for std::chrono (#2408)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2024-09-18T14:19:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "047550df37f05ba711bd1da7f008fe710b54f9f2",
"body": "This PR optimizes event handling by removing the intermediate structure\r\ncreated by this chain\r\nof transformations:\r\n1. `event_lanes := vector<vector<event>>` (one lane per local cell, each\r\nlane sorted by time)\r\n2. `staged_events_per_mech_id :=\r\nvector<vector<vector<deliverable_event>>>` (one vecto\n[…]\nngly _locally_ all tests pass on my dev\r\nmachine regardless of optimisation, vectorisation, and assertion\r\nsettings.\r\n\r\n---------\r\n\r\nCo-authored-by: boeschf <48126478+boeschf@users.noreply.github.com>",
"is_bot": false,
"headline": "Create less intermediate data from events (#2249)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2024-09-17T09:28:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e6b78db701192419c7ebe774cd4809d8d4ecb5c3",
"body": "unit tests and examples now run again on CSCS premises:\r\n- eiger: 2x AMD EPYC 7742 (multicore)\r\n- todi: 4x GH200 modules (gpu: arbor is compiled with cuda 12.4 and runs\r\non the H100)\r\n\r\nThe distributed tests are not enabled as of now (due to current problems\r\nwith the gitlab runners). Once this is f\n[…]\n make a comment with the content\r\n`cscs-ci run default`.\r\n\r\nOther changes:\r\n- use rpaths for pyarb: helps the linker to find pugixml\r\n- mark some more external CMake variables as advanced (from units)",
"is_bot": false,
"headline": "re-introduce updated CSCS CI (#2402)",
"author_name": "boeschf",
"author_login": "boeschf",
"committed_at": "2024-09-13T19:15:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e1de4bee59ee601f9d2fc55b5bd88d427370ed66",
"body": "Emit definition of `multiply` kernel in CUDA only if it might by called.\r\nFixes related warnings when compiling CUDA ion channels.",
"is_bot": false,
"headline": "🧹 Emit multiply kernel only if potentially called. (#2399)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2024-09-12T14:22:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4732b84cf20c76e4454d69b5ac6ad561d3bcafbe",
"body": "The new shiny and fast toy that is Ruff.",
"is_bot": false,
"headline": "Replace black and flake8 with Ruff (#2405)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2024-09-12T14:19:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6ecfef10e6b421c42bed99dfa8d0f53ec4dfd9f",
"body": "Initialize all members to avoid undefined values.",
"is_bot": false,
"headline": "Add debug print to flaky JSON test (#2404)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2024-09-12T08:51:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f81b4f2f06f3c70535b33e503e66d1deefbd0ae9",
"body": "Fixes accidentally quadratic memory use in `fvm_layout` where every cell\r\nallocates space for the whole cell group\r\nwhen an ion is diffusive.",
"is_bot": false,
"headline": "Fix embarrassingly quadratic bug in fvm-layout. (#2397)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2024-09-11T05:43:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "660804e2d5cdf17217394df40b4decb5e2e37ec9",
"body": "There. I finally cracked. While trying to get CMake to play ball with\r\nTracy I had to devise the next\r\nbespoke solution for adding a dependency. Now, we are just using CPM\r\nhttps://github.com/cpm-cmake/CPM.cmake\r\nwhich makes things significantly less painful, if not painless, it's\r\nstill CMake after\n[…]\nes and submodules. System is\r\npreferred, if compatible.\r\n- No more ten ways of adding a dependency. It's two now. (I'd prefer\r\none, but what can we do?)\r\n- Significantly less code in our build system.",
"is_bot": false,
"headline": "Use CPM and simplify CMake. (#2267)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2024-09-11T05:43:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a292557f6b76b41e9446528d53921ceeffdb9804",
"body": "As discussed in #2208, use a specialized proxy to avoid some\r\nallocations.",
"is_bot": false,
"headline": "Make const element proxy. (#2388)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2024-09-10T19:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b589c88a94ec01ade698823caaae1e5dd7e504bf",
"body": "Add a small (=1 element) cache to avoid constantly calling `thingify` on\r\nthe same expressions.\r\nIn my experiments, this will save 5-10% time during initialization of\r\ncomplex cable cells at no extra\r\ncost, as we need to have one item (`mextent` for regions or\r\n`mlocation_list` for locsets) in memor\n[…]\nly faster.\r\n\r\nAnecdoctal performance numbers:\r\n```\r\nbusyring:\r\n Before: 185.95s\r\n After: 172.94s\r\n```\r\nTested with 2048 complex cells of depth 10 running on a single core,\r\npure initialization.",
"is_bot": false,
"headline": "📊 Cache region/locset during paint/place. (#2389)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2024-09-05T11:35:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a4c3fa647123275a2af156b4385ed8cd50996f90",
"body": "added Brunel network tutorial on Arbor\r\n\r\nCloses: #1933\r\n\r\n---------\r\n\r\nCo-authored-by: Thorsten Hater <24411438+thorstenhater@users.noreply.github.com>",
"is_bot": false,
"headline": "added brunel network tutorial (#2387)",
"author_name": "Han Lu",
"author_login": "ErbB4",
"committed_at": "2024-08-27T08:47:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ac8b139654f532c1fbc9ea47b9d10efdfa7fb8f",
"body": null,
"is_bot": false,
"headline": "Small syntax fix for profiler macro calls (#2391)",
"author_name": "Jannik Luboeinski",
"author_login": "jlubo",
"committed_at": "2024-08-23T16:12:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c08a566bfc78ab10a4f5ab22fc60c7fcb7e2e4c",
"body": "Allow ASCII rendering of segment trees and morphologies for debugging\r\nExample `segment_tree`\r\n```\r\n | | +-[-- id=1161 --]-+-[-- id=1709 --]---[-- id=2234 --]-+-[-- id=2625 --]---[-- id=3172 --]\r\n | | |\n[…]\n->\r\n | |\r\n | +-<-- id=704 len=2 -->\r\n |\r\n +-<-- id=1157 len=2 -->\r\n```\r\n\r\nCloses #2132",
"is_bot": false,
"headline": "ASCII art for segment tree (#2224)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2024-08-15T12:34:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1050ff45905ae4b573a378a722336ef54e8aca8d",
"body": "added a missing construction argument E_R to LIF cell in python",
"is_bot": false,
"headline": "added E_R to lif cell model (#2383)",
"author_name": "Han Lu",
"author_login": "ErbB4",
"committed_at": "2024-08-15T08:43:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ac0dc725ab17a567b7bb272e70f0217f9b875f3",
"body": "So far, we have manually generated stubs by installing\r\n`pybind11-stubgen`, using it, and finally copying over the result\r\ninto `python/stubs`. This is tedious and tends to get forgotten, thus\r\nstubs are outdated, and clashes with `black`\r\nconstantly.\r\n\r\nThus, we\r\n- remove the static stub directory\r\n- generate stubs directly during build time\r\n- enable users to opt out\r\n\r\nPS: There are some fixes to warnings thrown during the stub\r\nconstruction, too.",
"is_bot": false,
"headline": "Auto-generate type stubs (#2384)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2024-08-15T05:55:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1463f16b2170cb9eb038171410c77d47d5d92be",
"body": "Update spack, DOIs, and citations.",
"is_bot": false,
"headline": "v0.10.0 post-release (#2381)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2024-08-13T09:09:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b6cc900b85fbf833fae94817b9406a0d690dc28",
"body": "# v0.10.0 (*08.08.2024*)\r\n\r\n## Major Changes since v0.9.0\r\n* Automatic network generation from high-level specifications.\r\n* Units at the user interface including scaling and conversion.\r\n* Morphologies are loaded through a unified interface; which produces a bundle of morphology, metadata, and segm\n[…]\nad. \r\n \r\n## New Contributors\r\n* @ErbB4 made their first contribution in https://github.com/arbor-sim/arbor/pull/2271\r\n\r\n**Full Changelog**: https://github.com/arbor-sim/arbor/compare/v0.9.0...v0.10.0",
"is_bot": false,
"headline": "Release v0.10.0 (#2380)",
"author_name": "Thorsten Hater",
"author_login": "thorstenhater",
"committed_at": "2024-08-09T10:22:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2c6da98c16760183da33059309ffc6f847929b50",
"body": "<!-- Please make sure your PR follows our [contribution\r\nguidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib)\r\nand agree to the terms outlined in the [PR\r\nprocedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst).\r\n-->\r\n\r\n---------\r\n\r\nCo-authored-by: Thorsten Hater <24411438+thorstenhater@users.noreply.github.com>",
"is_bot": false,
"headline": "Update interconnectivity.rst (#2353)",
"author_name": "Han Lu",
"author_login": "ErbB4",
"committed_at": "2024-08-08T07:53:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16c86878eea224965300d8514aec57d678d906bb",
"body": "Thorsten please add the units\r\n\r\n<!-- Please make sure your PR follows our [contribution\r\nguidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib)\r\nand agree to the terms outlined in the [PR\r\nprocedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst).\r\n-->\r\n\r\n---------\r\n\r\nCo-authored-by: Thorsten Hater <24411438+thorstenhater@users.noreply.github.com>",
"is_bot": false,
"headline": "fixed typo and code style (#2344)",
"author_name": "Han Lu",
"author_login": "ErbB4",
"committed_at": "2024-08-08T07:37:51Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 19,
"commits_last_year": 35,
"latest_release_at": "2026-05-19T10:04:57Z",
"latest_release_tag": "v0.12.2",
"releases_from_tags": false,
"days_since_last_push": 2,
"active_weeks_last_year": 19,
"days_since_latest_release": 66,
"mean_days_between_releases": 155.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 87,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "arbor",
"exists": true,
"license": "BSD-3-Clause",
"keywords": [
"simulator",
"neuroscience",
"morphological detail",
"HPC",
"GPU",
"C++",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
"Programming Language :: C++",
"Programming Language :: Python",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/arbor/",
"is_deprecated": false,
"latest_version": "0.12.2",
"repository_url": "https://github.com/arbor-sim/arbor",
"versions_count": 16,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2020-04-06T16:43:47.089978Z",
"latest_published_at": "2026-05-19T09:13:03.215483Z",
"latest_version_yanked": null,
"days_since_latest_publish": 66
}
]
},
"popularity": {
"forks": 67,
"stars": 136,
"watchers": 21,
"fork_history": {
"days": [
{
"date": "2016-10-07",
"count": 2
},
{
"date": "2016-10-11",
"count": 1
},
{
"date": "2016-10-18",
"count": 1
},
{
"date": "2016-11-15",
"count": 1
},
{
"date": "2016-12-06",
"count": 1
},
{
"date": "2016-12-21",
"count": 1
},
{
"date": "2017-06-13",
"count": 1
},
{
"date": "2017-07-21",
"count": 1
},
{
"date": "2017-10-24",
"count": 1
},
{
"date": "2017-11-22",
"count": 1
},
{
"date": "2017-12-25",
"count": 1
},
{
"date": "2018-04-05",
"count": 1
},
{
"date": "2018-08-16",
"count": 1
},
{
"date": "2018-08-27",
"count": 1
},
{
"date": "2018-09-12",
"count": 1
},
{
"date": "2019-03-03",
"count": 1
},
{
"date": "2019-06-04",
"count": 2
},
{
"date": "2019-07-08",
"count": 1
},
{
"date": "2019-10-01",
"count": 1
},
{
"date": "2019-12-02",
"count": 1
},
{
"date": "2019-12-06",
"count": 1
},
{
"date": "2019-12-07",
"count": 1
},
{
"date": "2020-03-04",
"count": 1
},
{
"date": "2020-03-26",
"count": 1
},
{
"date": "2020-03-30",
"count": 1
},
{
"date": "2020-04-01",
"count": 1
},
{
"date": "2020-04-07",
"count": 1
},
{
"date": "2020-04-28",
"count": 1
},
{
"date": "2020-07-16",
"count": 1
},
{
"date": "2020-08-25",
"count": 1
},
{
"date": "2020-10-05",
"count": 1
},
{
"date": "2020-10-23",
"count": 1
},
{
"date": "2020-11-10",
"count": 1
},
{
"date": "2020-11-13",
"count": 1
},
{
"date": "2020-11-24",
"count": 1
},
{
"date": "2021-03-29",
"count": 1
},
{
"date": "2021-07-06",
"count": 1
},
{
"date": "2021-08-24",
"count": 1
},
{
"date": "2021-11-08",
"count": 1
},
{
"date": "2021-11-17",
"count": 1
},
{
"date": "2021-12-02",
"count": 1
},
{
"date": "2022-02-15",
"count": 1
},
{
"date": "2022-02-17",
"count": 1
},
{
"date": "2022-03-17",
"count": 1
},
{
"date": "2022-06-09",
"count": 1
},
{
"date": "2022-06-22",
"count": 1
},
{
"date": "2022-09-27",
"count": 1
},
{
"date": "2023-01-19",
"count": 1
},
{
"date": "2023-01-25",
"count": 1
},
{
"date": "2023-01-31",
"count": 1
},
{
"date": "2023-03-19",
"count": 1
},
{
"date": "2023-04-19",
"count": 1
},
{
"date": "2023-07-04",
"count": 1
},
{
"date": "2023-07-20",
"count": 1
},
{
"date": "2024-09-24",
"count": 1
},
{
"date": "2024-11-30",
"count": 1
},
{
"date": "2025-02-19",
"count": 1
},
{
"date": "2025-04-18",
"count": 2
},
{
"date": "2025-05-09",
"count": 1
},
{
"date": "2025-06-12",
"count": 1
},
{
"date": "2026-01-01",
"count": 1
},
{
"date": "2026-03-01",
"count": 1
},
{
"date": "2026-04-14",
"count": 1
},
{
"date": "2026-06-05",
"count": 1
}
],
"complete": true,
"collected": 67,
"total_forks": 67
},
"star_history": null,
"open_issues_and_prs": 64
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"doc/math/cable_equation/Makefile",
"doc/math/model/images/makefile",
"doc/math/model/makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 81265,
"source_files_sampled": 707,
"oversized_source_files": 4,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"doc/requirements.txt",
"pyproject.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": 8,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [
{
"name": "numpy",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "numpy",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "docutils",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "furo",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "lfpykit",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pandas",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "seaborn",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "sphinx",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "svgwrite",
"direct": false,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 8,
"direct_count": 1,
"indirect_count": 7
}
},
"maintainership": {
"issues": {
"open_prs": 12,
"merged_prs": 1378,
"open_issues": 52,
"closed_ratio": 0.945,
"closed_issues": 895,
"closed_unmerged_prs": 161
},
"bus_factor": 3,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "bcumming",
"commits": 489,
"avatar_url": "https://avatars.githubusercontent.com/u/384605?v=4"
},
{
"type": "User",
"login": "thorstenhater",
"commits": 280,
"avatar_url": "https://avatars.githubusercontent.com/u/24411438?v=4"
},
{
"type": "User",
"login": "halfflat",
"commits": 257,
"avatar_url": "https://avatars.githubusercontent.com/u/556816?v=4"
},
{
"type": "User",
"login": "noraabiakar",
"commits": 165,
"avatar_url": "https://avatars.githubusercontent.com/u/18661075?v=4"
},
{
"type": "User",
"login": "brenthuisman",
"commits": 141,
"avatar_url": "https://avatars.githubusercontent.com/u/2943652?v=4"
},
{
"type": "User",
"login": "ErbB4",
"commits": 99,
"avatar_url": "https://avatars.githubusercontent.com/u/11597940?v=4"
},
{
"type": "User",
"login": "boeschf",
"commits": 47,
"avatar_url": "https://avatars.githubusercontent.com/u/48126478?v=4"
},
{
"type": "User",
"login": "schmitts",
"commits": 43,
"avatar_url": "https://avatars.githubusercontent.com/u/1502412?v=4"
},
{
"type": "User",
"login": "vane574",
"commits": 37,
"avatar_url": "https://avatars.githubusercontent.com/u/64910637?v=4"
},
{
"type": "User",
"login": "akuesters",
"commits": 27,
"avatar_url": "https://avatars.githubusercontent.com/u/42005107?v=4"
}
],
"contributors_sampled": 34,
"top_contributor_share": 0.288
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"benchmarks.yml",
"build-pip-wheels.yml",
"codeql.yml",
"ebrains.yml",
"lint.yml",
"sanitize.yml",
"test-docs.yaml",
"test-matrix.yml",
"test-pip.yml"
],
"has_docs_dir": true,
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "30 out of 30 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": 2,
"reason": "badge detected: InProgress",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 13 contributing companies or organizations",
"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": 4,
"reason": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not 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": 9,
"reason": "SAST tool detected but not run on all commits",
"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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": "7fc58cb583bc661b0b73f2de7633821d187e2ced",
"ran_at": "2026-07-25T06:00:34Z",
"aggregate_score": 5.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T09:27:30Z",
"oldest_open_prs": [
{
"number": 1810,
"created_at": "2022-01-21T14:07:44Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 2406,
"created_at": "2024-09-12T17:06:01Z",
"last_comment_at": "2024-09-16T08:28:01Z",
"last_comment_author": "boeschf"
},
{
"number": 2440,
"created_at": "2025-02-06T10:53:04Z",
"last_comment_at": "2025-08-21T09:17:30Z",
"last_comment_author": "thorstenhater"
},
{
"number": 2441,
"created_at": "2025-02-10T18:52:43Z",
"last_comment_at": "2025-03-16T18:49:48Z",
"last_comment_author": "thorstenhater"
},
{
"number": 2464,
"created_at": "2025-06-10T16:29:11Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 2485,
"created_at": "2025-11-06T07:58:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 2496,
"created_at": "2026-03-02T10:32:22Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 2511,
"created_at": "2026-05-29T06:26:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 2515,
"created_at": "2026-06-15T11:24:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 2516,
"created_at": "2026-06-16T07:50:00Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 2517,
"created_at": "2026-06-18T07:51:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 2519,
"created_at": "2026-07-14T12:55:36Z",
"last_comment_at": "2026-07-16T10:36:08Z",
"last_comment_author": "thorstenhater"
}
],
"last_merged_pr_at": "2026-07-22T07:34:41Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 644,
"created_at": "2018-11-13T10:36:57Z",
"last_comment_at": "2021-02-04T13:37:43Z",
"last_comment_author": "brenthuisman"
},
{
"number": 676,
"created_at": "2019-01-22T18:29:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 725,
"created_at": "2019-03-29T15:10:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 729,
"created_at": "2019-04-03T16:00:28Z",
"last_comment_at": "2019-04-17T10:32:37Z",
"last_comment_author": "halfflat"
},
{
"number": 820,
"created_at": "2019-07-15T08:47:17Z",
"last_comment_at": "2021-03-01T15:29:14Z",
"last_comment_author": "noraabiakar"
},
{
"number": 940,
"created_at": "2020-01-22T11:48:56Z",
"last_comment_at": "2020-01-22T11:51:49Z",
"last_comment_author": "bcumming"
},
{
"number": 952,
"created_at": "2020-02-04T14:46:16Z",
"last_comment_at": "2021-03-22T13:29:21Z",
"last_comment_author": "halfflat"
},
{
"number": 1059,
"created_at": "2020-06-09T10:52:11Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1104,
"created_at": "2020-08-06T01:15:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1119,
"created_at": "2020-08-26T15:12:10Z",
"last_comment_at": "2022-09-21T08:29:17Z",
"last_comment_author": "thorstenhater"
},
{
"number": 1196,
"created_at": "2020-10-16T17:15:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1226,
"created_at": "2020-11-10T15:15:28Z",
"last_comment_at": "2020-12-07T10:52:42Z",
"last_comment_author": "noraabiakar"
},
{
"number": 1232,
"created_at": "2020-11-12T20:18:45Z",
"last_comment_at": "2021-02-04T11:11:21Z",
"last_comment_author": "halfflat"
},
{
"number": 1410,
"created_at": "2021-03-02T16:36:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1421,
"created_at": "2021-03-09T14:50:57Z",
"last_comment_at": "2021-04-09T12:57:26Z",
"last_comment_author": "brenthuisman"
},
{
"number": 1433,
"created_at": "2021-03-16T11:14:56Z",
"last_comment_at": "2021-09-28T10:34:45Z",
"last_comment_author": "Helveg"
},
{
"number": 1451,
"created_at": "2021-03-22T13:27:58Z",
"last_comment_at": "2021-03-22T15:20:27Z",
"last_comment_author": "brenthuisman"
},
{
"number": 1546,
"created_at": "2021-05-26T07:00:51Z",
"last_comment_at": "2021-05-27T06:34:27Z",
"last_comment_author": "espenhgn"
},
{
"number": 1561,
"created_at": "2021-05-28T13:47:43Z",
"last_comment_at": "2021-09-08T16:27:37Z",
"last_comment_author": "Helveg"
},
{
"number": 1576,
"created_at": "2021-06-04T16:14:42Z",
"last_comment_at": "2021-06-18T15:01:55Z",
"last_comment_author": "Helveg"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/arbor-sim/arbor",
"host": "github.com",
"name": "arbor",
"owner": "arbor-sim"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"security": 52,
"vitality": 71,
"community": 73,
"governance": 81,
"engineering": 81
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"commits_last_year": 35,
"human_commit_share": 1,
"days_since_last_push": 2,
"active_weeks_last_year": 19
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "19/52 weeks with commits",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 19
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "35 commits in the last year",
"points": 14,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 35
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"points": 4,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"releases_count": 19,
"latest_release_tag": "v0.12.2",
"releases_from_tags": false,
"days_since_latest_release": 66,
"mean_days_between_releases": 155.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "19 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 19
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 66 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 66
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~155.5 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 155.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"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": 2,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 2 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 2
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 73,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"forks": 67,
"stars": 136,
"watchers": 21,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "136 stars",
"points": 34.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 136
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "67 forks",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 67
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "21 watchers",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 21
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"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": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"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": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 81,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "good",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"bus_factor": 3,
"contributors_sampled": 34,
"top_contributor_share": 0.288
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "3 contributor(s) cover half of all commits",
"points": 36,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 3
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 29% of commits",
"points": 16,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 29
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "34 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 34
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 13 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 93,
"inputs": {
"merged_prs": 1378,
"open_issues": 52,
"closed_issues": 895,
"issue_closed_ratio": 0.945,
"closed_unmerged_prs": 161
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "94% of issues closed",
"points": 44.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 94
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "1378/1539 decided PRs merged",
"points": 34.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 1378,
"decided": 1539
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"followers": 14,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "arbor-sim",
"public_repos": 16,
"account_age_days": 3504
},
"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": "14 followers of arbor-sim",
"points": 8.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 14,
"login": "arbor-sim"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "16 public repos, account ~9 yr old",
"points": 21,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 16
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"arbor"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 66
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 66 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 66
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "16 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 16
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 81,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "9 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 9
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"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": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"neuroscience",
"hpc",
"cuda",
"gpu",
"mpi",
"modern-cpp",
"hip"
],
"has_wiki": true,
"homepage": "https://arbor-sim.org",
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://arbor-sim.org",
"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": "7 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 7
}
}
],
"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": "moderate",
"name": "Security",
"value": 52,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 52,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "30 out of 30 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": "badge detected: InProgress",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 13 contributing companies or organizations",
"points": 2.5,
"status": "met",
"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": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 detected but not run on all commits",
"points": 4.5,
"status": "partial",
"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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": "excellent",
"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"
],
"review_only_matches": 0,
"assessed_self_published_locations": 7
},
"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": "moderate",
"name": "AI Readiness",
"value": 53,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"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": "100 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 100,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"doc/math/cable_equation/Makefile",
"doc/math/model/images/makefile",
"doc/math/model/makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "doc/math/cable_equation/Makefile, doc/math/model/images/makefile, doc/math/model/makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "doc/math/cable_equation/Makefile, doc/math/model/images/makefile, doc/math/model/makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"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": "C++ (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C++"
}
}
],
"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": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C++",
"largest_source_bytes": 81265,
"source_files_sampled": 707,
"oversized_source_files": 4
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C++ (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C++"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "4/707 source files over 60KB",
"points": 54.7,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 707,
"oversized": 4
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"example"
],
"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": "example",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-25T06:01:04.650466Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/arbor-sim/arbor.svg",
"full_name": "arbor-sim/arbor",
"license_state": "standard",
"license_spdx": "BSD-3-Clause"
}