Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"rust",
"gnss",
"gps"
],
"is_fork": false,
"size_kb": 356,
"has_wiki": false,
"homepage": null,
"languages": {
"HTML": 963,
"Just": 642,
"Rust": 315986
},
"pushed_at": "2026-07-24T04:28:41Z",
"created_at": "2020-07-04T05:38:19Z",
"owner_type": "Organization",
"updated_at": "2026-07-24T04:28:53Z",
"description": "Rust bindings for libswiftnav",
"is_archived": false,
"is_disabled": false,
"license_spdx": "LGPL-3.0",
"default_branch": "master",
"license_spdx_raw": "LGPL-3.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://www.swiftnav.com",
"name": "Swift Navigation",
"type": "Organization",
"login": "swift-nav",
"company": null,
"location": "San Francisco, California",
"followers": 89,
"avatar_url": "https://avatars.githubusercontent.com/u/1069835?v=4",
"created_at": "2011-09-22T03:15:42Z",
"is_verified": null,
"public_repos": 171,
"account_age_days": 5419
},
"license": {
"state": "standard",
"spdx_id": "LGPL-3.0",
"raw_spdx": "LGPL-3.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "swiftnav-v0.12.0",
"kind": "other",
"published_at": "2026-07-17T20:24:49Z"
},
{
"tag": "swiftnav-v0.11.1",
"kind": "other",
"published_at": "2025-11-15T04:24:01Z"
},
{
"tag": "swiftnav-v0.11.0",
"kind": "other",
"published_at": "2025-11-15T03:54:12Z"
},
{
"tag": "swiftnav-v0.10.0",
"kind": "other",
"published_at": "2024-09-25T20:25:51Z"
},
{
"tag": "swiftnav-v0.9.0",
"kind": "other",
"published_at": "2024-07-12T22:07:54Z"
},
{
"tag": "0.8.3",
"kind": "patch",
"published_at": "2024-05-28T23:51:02Z"
},
{
"tag": "0.8.2",
"kind": "patch",
"published_at": "2023-07-24T23:34:45Z"
},
{
"tag": "0.8.1",
"kind": "patch",
"published_at": "2023-07-24T23:34:04Z"
},
{
"tag": "swiftnav-v0.8.0",
"kind": "other",
"published_at": "2022-04-19T19:34:18Z"
},
{
"tag": "swiftnav-v0.7.0",
"kind": "other",
"published_at": "2021-11-24T00:06:25Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2021-09-13T20:18:48Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2021-05-19T03:33:23Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2021-03-24T08:18:53Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2021-02-22T04:13:21Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2021-01-29T01:47:41Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2020-12-04T04:48:51Z"
}
],
"recent_commits": [
{
"oid": "7853a8f77e004e203ab0db9e8b16521f12785526",
"body": null,
"is_bot": false,
"headline": "chore: Release swiftnav version 0.13.0",
"author_name": "notoriaga",
"author_login": "notoriaga",
"committed_at": "2026-07-24T04:28:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bea1c7dbbcb7c2266e9c4f6f642d02ffd31f747e",
"body": "Implement display for all the coordinate types in\nhttps://github.com/swift-nav/swiftnav-rs/tree/master/swiftnav/src/coords,\nexcept for\nhttps://github.com/swift-nav/swiftnav-rs/blob/master/swiftnav/src/coords/ellipsoid.rs\n- I skipped this file since its just constants",
"is_bot": false,
"headline": "implement Display for all coordinate types [SKY-3772] (#157)",
"author_name": "Laykuan Loh",
"author_login": "lkloh",
"committed_at": "2026-07-23T22:52:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11058a4b8097c6e2c0f80e57936a519979e13450",
"body": null,
"is_bot": false,
"headline": "set gga height [SKY-3742] (#156)",
"author_name": "Steven Meyer",
"author_login": "notoriaga",
"committed_at": "2026-07-23T20:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4668282a83ae9cad49aacdb89e0aca6dce107dc6",
"body": null,
"is_bot": false,
"headline": "Add cargo-release configuration (#152)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2026-07-15T18:30:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1347b8c2e05f95183b4ed75ebac815c2ff91dc78",
"body": "Quick fix to a [new set of clippy warnings in\n1.97](https://github.com/rust-lang/rust-clippy/blob/eed04f6e17d145cb281b6c1ea1a8755b49c6a05f/CHANGELOG.md?plain=1#L19-L20).",
"is_bot": false,
"headline": "Fix new clippy warnings (#153)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2026-07-15T18:26:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7ff0ef8b9306e461f1f93e32e449c6ce3f309cd",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to\n7.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/actions/checkout/releases\">actions/checkout's\nreleases</a>.</em></p>\n<blockquote>\n<h2>v7.0.0</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>blo\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 6 to 7 (#147)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-02T23:25:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "14db138cb1ad39d659521ddb02fefcc54f542bb2",
"body": null,
"is_bot": false,
"headline": "chore: Release swiftnav version 0.12.0",
"author_name": "notoriaga",
"author_login": "notoriaga",
"committed_at": "2026-06-22T20:29:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "647f972bdae3929ebd34bfdb39d5c8952067802a",
"body": "We use it\n[here](https://github.com/swift-nav/orion-engine/blob/4182a4612ddbe2065f142a46920bea5fbc4681d3/common/include/orion_engine/common/reference_frame_param_handler.h#L97)\nand in a bunch of other places, adding it",
"is_bot": false,
"headline": "Add WGS84 G1674 reference frame enum (#148)",
"author_name": "Laykuan Loh",
"author_login": "lkloh",
"committed_at": "2026-06-22T19:34:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7780e0fb06faba0de14eb10609447eb04ff00788",
"body": "Updates the requirements on\n[nalgebra](https://github.com/dimforge/nalgebra) to permit the latest\nversion.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/dimforge/nalgebra/blob/main/CHANGELOG.md\">nalgebra's\nchangelog</a>.</em></p>\n<blockquote>\n<h2>[0.34.2] (28\n[…]\n---\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Joseph Angelo <joseph.angelo@swift-nav.com>",
"is_bot": true,
"headline": "Update nalgebra requirement from 0.34.1 to 0.35.0 (#146)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-17T19:00:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0e34577f3ebfe38d64bf4e0d96df1c110b0d78a2",
"body": "Bumps\n[extractions/setup-just](https://github.com/extractions/setup-just) from\n3 to 4.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a\nhref=\"https://github.com/extractions/setup-just/commit/53165ef7e734c5c07cb06b3c8e7b647c5aa16db3\"><code>53165ef</code></a>\nThis is 4.0.0</li>\n<li><a\nhref=\"https://gi\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump extractions/setup-just from 3 to 4 (#145)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-28T16:21:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2cc063fcc0a6fd062f41420d2f170ef38f6a7b1d",
"body": null,
"is_bot": false,
"headline": "Remove old release instructions",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2026-02-27T18:02:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "884fb78301454649ebab00b55a455fcebb4995eb",
"body": "Updates the requirements on\n[strum](https://github.com/Peternator7/strum) to permit the latest\nversion.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/Peternator7/strum/blob/master/CHANGELOG.md\">strum's\nchangelog</a>.</em></p>\n<blockquote>\n<h2>0.28.0</h2>\n<ul>\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Update strum requirement from 0.27.2 to 0.28.0 (#144)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-27T17:24:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dda0e2681ba382e276696e405e3462f09de7ea71",
"body": "Co-authored-by: Joseph Angelo <joseph.angelo@swift-nav.com>",
"is_bot": false,
"headline": "fix gga formatting (#143)",
"author_name": "Steven Meyer",
"author_login": "notoriaga",
"committed_at": "2026-02-06T20:26:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57c31fbc33a710254e0976decc480688aa86d325",
"body": null,
"is_bot": true,
"headline": "Bump actions/checkout from 5 to 6 (#142)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-03T17:23:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8faa5f70ee75ae3124d2b20411b580681648485",
"body": null,
"is_bot": false,
"headline": "chore: Release swiftnav version 0.11.1",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2025-11-15T04:23:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00be018c0778f104e871fac627e528160bfc99c0",
"body": "Seems like the doc-rs build of the swiftnav-v0.11.0 tag failed because\nwe setup the doc-rs meta data incorrectly. This PR adds a CI step to\ntest the doc-rs build, and fixes the failure.",
"is_bot": false,
"headline": "Fix doc-rs build (#141)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2025-11-15T04:22:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc1dc72ee49e15030afae30197b82c9198e54922",
"body": null,
"is_bot": false,
"headline": "chore: Release swiftnav version 0.11.0",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2025-11-15T03:47:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8261d47ecc7d116c41652ec704a3622461588460",
"body": null,
"is_bot": false,
"headline": "make timestamp pad and use seconds correctly (#140)",
"author_name": "Theodore Zilist",
"author_login": "tzilist",
"committed_at": "2025-11-13T19:09:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af91536187860c1516b58d830ff03c5b51873e7d",
"body": "After merging d914ea4a8de0272b97310bca2689de784bc207ea and\nc991797b816413aecf8dcd99c15c2fe7193fd741 the `swiftnav-sys` crate is no\nlonger used nor compiled. This PR finally removes the C library\nsubmodule and crate from the repository.",
"is_bot": false,
"headline": "Remove C library and sys crate (#139)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2025-11-04T17:01:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03cbef8a4989067ab664b465663cf02f39491b9d",
"body": null,
"is_bot": false,
"headline": "add source",
"author_name": "Theodore Zilist",
"author_login": "tzilist",
"committed_at": "2025-10-27T22:07:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "319d67f07351e3dce71a8296d6ef9e60c1c9f174",
"body": null,
"is_bot": false,
"headline": "Add NMEA module, start with GGA type (#137)",
"author_name": "Theodore Zilist",
"author_login": "tzilist",
"committed_at": "2025-10-27T22:04:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c991797b816413aecf8dcd99c15c2fe7193fd741",
"body": null,
"is_bot": false,
"headline": "clippy fixes (#136)",
"author_name": "Theodore Zilist",
"author_login": "tzilist",
"committed_at": "2025-10-24T22:41:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "204c549220ec5f1ef3818cd37af8ef299c4ba6c4",
"body": "One last refactor for usability. This PR contains two primary changes,\nalong with a scattering of clean ups and documentation re-writes.\n\n# Support for handling new reference frames\n\nPreviously the `ReferenceFrame` enum contained a set list of known\nreference frames, and we made sure to maintain an \n[…]\nuence when needed. You're able to easily get one pre-populated\nwith the hard-coded transformations available, or an empty one, then add\nany additional transformations defined at run-time to the graph.",
"is_bot": false,
"headline": "Refactor reference frame module (#135)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2025-09-19T20:23:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0c6e0514897a80081ddde7cf33ddca9191265361",
"body": null,
"is_bot": false,
"headline": "Set an environment variable to unblock cmake build for now (#134)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2025-09-16T15:26:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fd86a7d3e1fd077450112327e3aaec5274c71d3",
"body": null,
"is_bot": true,
"headline": "Bump swiftnav-sys/src/libswiftnav from `f329a40` to `19331e0` (#128)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-09T01:44:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f82a6a3693928d74758777ba9a2d729116f8040",
"body": "This PR updates the Reference frame module to use the `nalgebra` crate\nfor more of the math.",
"is_bot": false,
"headline": "Add a few more uses of nalgebra (#132)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2025-09-09T01:34:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e5f2ecd4e35473ece8ec11791fb33742c689f5f",
"body": "Think I got a little over zealous with the RIIR, and removed a couple of\nnice to have functions.\n\nIs it acceptable to have multiple `AsRef` impls on a type? It seems like\nthe stdlin does (e.g. `Vec` implements two different `AsRef`). Also is\nit preferable to not have dedicated functions and only rely on the\n`AsRef` impl for casting?",
"is_bot": false,
"headline": "Add nice to have functions for coordindate types (#130)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2025-09-09T01:34:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2c0b1ab0404b19a22711c900498b0ad9c187e4d",
"body": "This sets the `clippy::pedantic` set of lints by default to be warnings,\nbut remember that CI will fail on any warnings. The second commit goes\nthrough and fixes most of the new warnings. There are a handful of\nplaces where some of the lints are disabled.\n\n## Disabled lints\n\n- `#[allow(clippy::many_\n[…]\nically we're doing a lot of not great casting\n- `#![allow(clippy::cast_possible_truncation, clippy::cast_sign_loss)]`\nfor the entire `crate::time::utc` module, similar use of lots of not\ngreat casting",
"is_bot": false,
"headline": "Set up pedantic Clippy warnings (#131)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2025-09-09T00:46:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d914ea4a8de0272b97310bca2689de784bc207ea",
"body": "The final chunk of changes from #122 🎉 \n\nSimply put this removes the remaining functionality that depends on the\nC library and breaks the dependency on the `swiftnav-sys` crate. I\nwouldn't say that we'll never want this functionality in Rust, but these\nmodules have not been meaningfully used up till\n[…]\nle - Datatypes related to storing GNSS measurments\n- `solver` module - Single epoch position solver\n- All conversions to/from `swiftnav_sys` types, all of these were\nprivate\n\n# What's been added\n- N/A",
"is_bot": false,
"headline": "Remove other functionality not needed in Rust (#129)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2025-09-04T01:49:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9c6a31ea5d1def5beb647ca486412d9e4a4f057d",
"body": null,
"is_bot": false,
"headline": "Add a justfile (#127)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2025-09-03T00:10:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b9eeda59d0de70938f82df50575757b96d59548",
"body": "Yet another chunk of changes from\nhttps://github.com/swift-nav/swiftnav-rs/pull/122. We're getting close\nto the end, only one or two more!\n\nThis one converts the coordinates module into Rust. There's a bit more\nthan just a re-write in this one, I've cleaned up a few things and\nincluded an additional\n[…]\n all operations\n- Also added terms for the GRS80 ellipsoid which is also commonly used,\nbut left unused for now\n\n---------\n\nCo-authored-by: Alejandro Duarte <32496764+JADC362@users.noreply.github.com>",
"is_bot": false,
"headline": "Rewrite coords module in pure Rust (#126)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2025-09-03T00:03:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c02e8c62997b30e36cc4a52f4d7b0dbae4aacbb8",
"body": "The next chunk of changes from\nhttps://github.com/swift-nav/swiftnav-rs/pull/122.\n\nThis re-implements the time related functionality in native Rust. This\none is a bit larger, mostly from the fact that the conversions in the C\nimplementation are very inter-dependent and so several new bits of\nfunctio\n[…]\n:to_date_hardcoded()`\n- `UtcTime::to_date()`\n- `MJD::to_gps()` and `MJD::to_gps_hardcoded()`\n- `MJD::to_date()`\n\n---------\n\nCo-authored-by: Alejandro Duarte <32496764+JADC362@users.noreply.github.com>",
"is_bot": false,
"headline": "Rewrite time module in pure Rust (#125)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2025-08-30T00:20:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9693bcd6363291a1a153c11352e1faab07f5cce8",
"body": "The second chunk of changes from\nhttps://github.com/swift-nav/swiftnav-rs/pull/122.\n\nThis re-implements the GNSS signal related types of functionality in\nnative Rust\n\n## What's been changed\n\n- The `signal` module has been broken up into multiple files, though\nthese extra files are not visible via th\n[…]\ne::get_glo_channel_frequency()`\n- `GnssSignal::carrier_frequency()`\n- `GnssSignal::get_glo_channel_frequency()`\n\n---------\n\nCo-authored-by: Alejandro Duarte <32496764+JADC362@users.noreply.github.com>",
"is_bot": false,
"headline": "Rewrite signal module in Rust (#124)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2025-08-26T04:06:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "24d5643392796218095ba012eb1074276c50eaac",
"body": "## What's been rewritten\n\n- The `crc24q` function for computing the CRC-24Q checksum on\nbyte-aligned data (e.g. RTCM messages)\n\n## What's been left out\n\n- The `crc24q_bits` function for computing the CRC-24Q checksum on\nunaligned data (e.g. GPS CNAV messages)\n\n## What's been removed\n\nNo functionality has been removed in this PR",
"is_bot": false,
"headline": "Re-write the CRC functionality in Rust (#123)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2025-08-20T03:20:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36c1deebb5904819d49347433948d0477187224d",
"body": null,
"is_bot": true,
"headline": "Bump actions/checkout from 4 to 5 (#121)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-12T00:09:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6e22fc7b5197b499ffd241eee1dadf6ea8e4ebb",
"body": null,
"is_bot": false,
"headline": "Fix new clippy warnings",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2025-06-30T16:20:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04891d5edbc601d943f5ef7d6d559fcaab044348",
"body": "Switch to defining code owners, dedicated dependabot reviewers are going\naway",
"is_bot": false,
"headline": "Add code owners (#120)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2025-06-11T21:35:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd806518da186954ca396045befb4525abbbb361",
"body": "Updates the requirements on\n[bindgen](https://github.com/rust-lang/rust-bindgen) to permit the\nlatest version.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/rust-lang/rust-bindgen/releases\">bindgen's\nreleases</a>.</em></p>\n<blockquote>\n<h2>v0.72.0</h2>\n<h\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Update bindgen requirement from 0.71 to 0.72 (#119)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-06-09T16:33:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "38d76ed498c8b650b6137d585c204bb9c2e68c38",
"body": "There are a few places where a bit of LaTeX would help make things a bit\nmore clear in our documentation. Indeed the C library documentation has\nseveral uses of LaTeX which Doxygen handles. This is based on the\n[rustdoc-katex-demo](https://github.com/paulkernfeld/rustdoc-katex-demo)\ncrate, which demonstates how to include a link to the KaTex code in the\nHTML generated for the documents.",
"is_bot": false,
"headline": "Add LaTeX formatting to doc comments (#118)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2025-04-30T20:06:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75894cfbc2ecf05568ba80cfa5fc8a7a88c4c194",
"body": "The old path has been deprecated, this new path is the officially\nsupported one.",
"is_bot": false,
"headline": "Update Cargo config file path (#116)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2025-04-15T18:04:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f43902bae41539a53986018567554d2556f0018",
"body": null,
"is_bot": false,
"headline": "Clean up CI pipelines (#117)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2025-04-15T17:58:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65de54eac30953318c2548712592bff56d9c03a2",
"body": "Seems like we finally got hit by the rustup v1.28 changes (Github action\nrunners likely updated between last week and now). We were previously\nusing [actions-rs/toolchain](https://github.com/actions-rs/toolchain)\nbut that has been archived for a while. Instead I've simply replaced\nthat action with a couple of manual `rustup` commands.",
"is_bot": false,
"headline": "Fix Rustup step in CI (#115)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2025-03-17T23:31:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3e6983f63b2a25e91dc4683813127f042b33e4e",
"body": "Add a few WGS84 realizations to the list of supported reference frames.\nThese realizations are simple enough to add since they are aligned to\nspecific ITRF realizations at specific epochs, so the transformation\nparameters between WGS84 and ITRF are all zero.",
"is_bot": false,
"headline": "Add the last few realizations of WGS84 (#114)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2025-02-25T19:03:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12bf54b3137de32138156ea69986b9ee57e1bd5d",
"body": null,
"is_bot": true,
"headline": "Update strum requirement from 0.26 to 0.27 (#113)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-02-11T05:03:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b6db5c1bad21b3f07b0504665fd3d0805c9ac0a",
"body": null,
"is_bot": true,
"headline": "Update bindgen requirement from 0.70 to 0.71 (#112)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-12-16T19:48:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a071bf2ad0328bd0c240f852807400f2b3d608c1",
"body": null,
"is_bot": false,
"headline": "chore: Release",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2024-09-18T02:40:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a4753b9f3487bc4052960cf13adaac850c03694",
"body": "…ons (#111)\n\nWe've discussed adding this, and now I've had a real need to do this.\r\nThis is the MVP implementation for helping find the \"shortest path\"\r\nseries of transformations. This is accomplished by building up a graph\r\nwith the reference frames as vertices and the transformations as edges,\r\nth\n[…]\nd make it\r\ntransparent, but doing that in the way I am thinking would require\r\nadding a new type representing a compound transformation and modifying\r\nthe `Transformation` struct to be able to use it.",
"is_bot": false,
"headline": "Add a helper type for finding multi-step reference frame transformati…",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2024-09-16T21:29:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f6994143badff71b30549778b16f42d6b86adda7",
"body": null,
"is_bot": true,
"headline": "Bump KyleMayes/install-llvm-action from 1 to 2 (#110)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-09-11T19:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2bab11150cf55067785ac47e42c2ca65b403e10",
"body": null,
"is_bot": true,
"headline": "Bump actions/checkout from 2 to 4 (#109)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-09-11T19:49:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a15808a679f3e9f1a6cc688ce3712bb5268298b7",
"body": "Also have Dependabot tag the open-source team to review dependency\r\nupdates. Also also drop the frequency to once a week.",
"is_bot": false,
"headline": "Update Dependabot to also check for github action updates (#108)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2024-09-11T19:08:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eae7db49c2d264281a98944ceb898b81734ff95f",
"body": null,
"is_bot": true,
"headline": "Update bindgen requirement from 0.69 to 0.70 (#107)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-09-11T16:57:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14cb1afbd0a75ed32c90379a4a3989f418a64a37",
"body": null,
"is_bot": false,
"headline": "chore: Release",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2024-07-12T22:03:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35f279e2a9b51474972514a0fb3bfc08cd8e3a27",
"body": "This moves the hard coded transformation parameters to their own source\r\nfile in an attempt keep things clean. It also adds many more\r\ntransformations (primarily ITRF2020 to older ITRF versions, and from\r\nITRF to the matching ETRF version). Finally a couple of structs and\r\nfunctions are marked as `pub` to allow others to implement their own\r\ntransformation parameters instead of relying on own hard coded set of\r\ntransformations only.",
"is_bot": false,
"headline": "Reorganize reference frame module and add more transformations (#105)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2024-07-12T21:53:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7fba6deede4bada820401b5608347a757a430c8",
"body": null,
"is_bot": false,
"headline": "Update the mac build step to use the latest mac OS (#104)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2024-07-03T23:59:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f4a162c7c5193a1ff768d852e5dca3bfae12898",
"body": "This adds common functionality related to reference frame conversion.\r\n* Adds some basic operations to help ease the use of the `ECEF` type,\r\nwhich gets mathematically manipulated in the reference frame\r\ntransformations\r\n* Adds a helper function to get the fractional year representation of a\r\npoint \n[…]\non,\r\nvelocity, time, and reference frame.\r\n* Adds a new `Transformation` type which contains the needed information\r\nto transform between two reference frames, and can transform a\r\n`Coordinate` object",
"is_bot": false,
"headline": "Reference frame basics (#102)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2024-06-29T00:00:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bafd8ca11d04c480595a0dd099dd69928462b9a1",
"body": null,
"is_bot": false,
"headline": "Fix an errant clippy warning (#103)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2024-06-26T23:22:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4451eb5d05b06068c85d084010fc6f8aa5602a95",
"body": null,
"is_bot": false,
"headline": "Release 0.8.3",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2024-05-28T23:46:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ce4a35104c2d9444124ec2514cef5113335d818",
"body": null,
"is_bot": true,
"headline": "Update bindgen requirement from 0.66 to 0.69 (#99)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-05-26T17:03:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abf1716629fb9c8d560e2b319b1baa7089239938",
"body": null,
"is_bot": true,
"headline": "Bump swiftnav-sys/src/libswiftnav from `374a792` to `f329a40` (#98)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-05-26T16:50:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b50170cdf1be57e87bff71fb8ac5ce39dc68517",
"body": null,
"is_bot": false,
"headline": "Fix clippy errors, update MSRV to 1.62.1",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2024-05-26T16:03:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb5f69dca62abd39cdb92c96e5fc960eaa4fd262",
"body": null,
"is_bot": false,
"headline": "Expose the functions for converting vectors between ECEF and NED",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2024-05-26T16:03:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "673f2bc26cff8310ee60cdb3069bfffef04ebcff",
"body": null,
"is_bot": false,
"headline": "release 0.8.2",
"author_name": "Jason Mobarak",
"author_login": null,
"committed_at": "2023-07-24T23:27:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3350bdff40763c5c0ca2d184e328599d60f186f4",
"body": null,
"is_bot": false,
"headline": "release 0.8.2",
"author_name": "Jason Mobarak",
"author_login": null,
"committed_at": "2023-07-24T22:54:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e806f8e149d56232d7413a6b0c908bc9359d2d1",
"body": null,
"is_bot": true,
"headline": "Bump swiftnav-sys/src/libswiftnav from `c96bba3` to `374a792` (#89)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-07-24T21:38:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9131602474e7911cdf4860ad9c1bd6becea15b96",
"body": null,
"is_bot": true,
"headline": "Update bindgen requirement from 0.64 to 0.66 (#96)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-07-24T20:09:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1f36ae9c4755053445cb2f0832cb16a59bac77f",
"body": null,
"is_bot": false,
"headline": "bump version, update release instructions",
"author_name": "Jason Mobarak",
"author_login": null,
"committed_at": "2023-06-09T22:14:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed62d51308173732340001df79c22ade3908c596",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Jason Mobarak",
"author_login": null,
"committed_at": "2023-06-09T21:28:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0239666f204b98d9f59f775d4329c20d546d68a6",
"body": null,
"is_bot": false,
"headline": "chore: Release",
"author_name": "Jason Mobarak",
"author_login": null,
"committed_at": "2023-06-09T21:27:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ba2e7e4b3cb9d60d94cbe8d5c8c25331bbc984a",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Jason Mobarak",
"author_login": null,
"committed_at": "2023-06-09T21:25:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cb9dc2a999e2060f7b8ee172dd6c4e55a82a438",
"body": null,
"is_bot": false,
"headline": "update README",
"author_name": "Jason Mobarak",
"author_login": null,
"committed_at": "2023-06-09T21:23:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee06f901221b19bf032601b078b426fd54d4889e",
"body": null,
"is_bot": false,
"headline": "update path",
"author_name": "Jason Mobarak",
"author_login": null,
"committed_at": "2023-06-09T21:16:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a72e49d3f3b0b0a386129d2231d5c0f1446637de",
"body": null,
"is_bot": false,
"headline": "add README",
"author_name": "Jason Mobarak",
"author_login": null,
"committed_at": "2023-06-09T21:15:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9316e290d03fb34d65cfbcdafab9792f9d2ed951",
"body": null,
"is_bot": true,
"headline": "Update bindgen requirement from 0.62 to 0.64 (#93)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-02-24T19:41:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69f52bb0556bb8a24d8f8182151526d43f19ed41",
"body": null,
"is_bot": false,
"headline": "Fix compile errors (#94)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2023-02-22T20:09:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a18642f83cd11e75026216758e65b72c8c6b413d",
"body": "Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version.\n- [Release notes](https://github.com/rust-lang/rust-bindgen/releases)\n- [Changelog](https://github.com/rust-lang/rust-bindgen/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.61.0...v0.62.0)\n\n---\nupdated-dependencies:\n- dependency-name: bindgen\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update bindgen requirement from 0.61 to 0.62",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-11-18T22:20:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b3b54dc888b20d6a216bb63450b51110a28c0fc",
"body": "Adds a total_cmp method similar to the f64::total_cmp introduced in Rust 1.62 -- this should simplify operations that require sorting GpsTime values (and other related operations that require a total order).\r\n\r\nCo-authored-by: Jason Mobarak <jason@swiftnav.com>",
"is_bot": false,
"headline": "Add total_cmp function to GpsTime (#88)",
"author_name": "adrian-kong",
"author_login": "adrian-kong",
"committed_at": "2022-10-22T00:47:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5367675b962e837140cf7655860933592256dfe6",
"body": "Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version.\r\n- [Release notes](https://github.com/rust-lang/rust-bindgen/releases)\r\n- [Changelog](https://github.com/rust-lang/rust-bindgen/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/rus\n[…]\n\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Update bindgen requirement from 0.60 to 0.61 (#90)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-10-19T19:17:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ef34953e9deac605a096b31d56727ff9db21f3d3",
"body": "Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version.\n- [Release notes](https://github.com/rust-lang/rust-bindgen/releases)\n- [Changelog](https://github.com/rust-lang/rust-bindgen/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.59.0...v0.60.1)\n\n---\nupdated-dependencies:\n- dependency-name: bindgen\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update bindgen requirement from 0.59 to 0.60",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-07-18T17:45:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6825460bbf525555862bc2e47474e77a9cb50b6",
"body": null,
"is_bot": false,
"headline": "update release instructions",
"author_name": "Jason Mobarak",
"author_login": null,
"committed_at": "2022-04-19T19:31:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "022b8a141c037a0f823bd8d97de024b58074b573",
"body": null,
"is_bot": false,
"headline": "(cargo-release) version 0.8.0",
"author_name": "Jason Mobarak",
"author_login": null,
"committed_at": "2022-04-19T19:28:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08c1a3b6d24e2939fec6481a4f22538bb212edeb",
"body": null,
"is_bot": false,
"headline": "(cargo-release) version 0.8.0",
"author_name": "Jason Mobarak",
"author_login": null,
"committed_at": "2022-04-19T19:26:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "573c853be27143eefb44384d569da4222115b0df",
"body": "bring in https://github.com/swift-nav/libswiftnav/pull/24",
"is_bot": false,
"headline": "libswiftnav: bump submodule pointer",
"author_name": "Jason Mobarak",
"author_login": null,
"committed_at": "2022-04-19T19:14:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c6b0b85dc824306ece75e565e0289e351421479",
"body": null,
"is_bot": false,
"headline": "gitignore target folders everywhere",
"author_name": "Jason Mobarak",
"author_login": null,
"committed_at": "2022-04-16T04:36:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f462f679f0b6e103a6161bc8dd0c0a322230a0a",
"body": null,
"is_bot": false,
"headline": "Fixed type in the invalid GPS time error string (#86)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2022-04-16T01:06:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cbc0caef7bd80922e32080e084cffa8090c4733",
"body": "…e (#85)",
"is_bot": false,
"headline": "Updated the reported geoid model type to match the C library interfac…",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2022-04-14T04:34:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92f96313968fc367846e721e1a41530f4c4e91dc",
"body": null,
"is_bot": false,
"headline": "Add a couple of to and from string functions (#84)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2022-04-14T03:38:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92ae781fbc676f97821cd62a382302c3d5f303f2",
"body": null,
"is_bot": false,
"headline": "Added wrappers for converting UTC times into GPS times (#83)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2022-02-10T02:47:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b49375d073b4f8e25f38d6a14dd82a98dcbad5e",
"body": "* Bump swiftnav-sys/src/libswiftnav from `c580b9d` to `bafac07`\r\n\r\nBumps [swiftnav-sys/src/libswiftnav](https://github.com/swift-nav/libswiftnav) from `c580b9d` to `bafac07`.\r\n- [Release notes](https://github.com/swift-nav/libswiftnav/releases)\r\n- [Commits](https://github.com/swift-nav/libswiftnav/c\n[…]\normatting\r\n\r\n* Attempt to set proper cmake generator\r\n\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Joseph Angelo <joseph.angelo@swift-nav.com>",
"is_bot": true,
"headline": "Bump swiftnav-sys/src/libswiftnav from `c580b9d` to `bafac07` (#82)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-02-08T04:21:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7d49308f6956a6798cb1b57c140d235e06bb939d",
"body": null,
"is_bot": false,
"headline": "Added a doc comment for the geoid module (#79)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2021-11-30T02:53:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c16303ffb49d03200de3d11bcc32c9c0ad9eac3e",
"body": null,
"is_bot": false,
"headline": "(cargo-release) start next development iteration 0.7.2-alpha.0",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2021-11-24T00:08:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70b24440157f7f1dfbb9b6785d8b3d92e7de618b",
"body": null,
"is_bot": false,
"headline": "(cargo-release) start next development iteration 0.7.2-alpha.0",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2021-11-24T00:08:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb41dab8f0fc5f1ac5f3d2eef3d8391b5dc4fb4c",
"body": null,
"is_bot": false,
"headline": "(cargo-release) version 0.7.1",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2021-11-24T00:08:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b80068fcd14312ee07046b26fc8fa1a552a8f285",
"body": null,
"is_bot": false,
"headline": "(cargo-release) version 0.7.1",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2021-11-24T00:08:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcb4b7f08928cd66742b83c620d43efdb271c7aa",
"body": null,
"is_bot": false,
"headline": "Removed use of the \"-rs\" name from the comments (#76)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2021-11-24T00:05:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afa71aa6586c251c038e253f0d1bbdbaf7237b22",
"body": null,
"is_bot": false,
"headline": "Added Geoid and UTC2GPS (#78)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2021-11-23T23:56:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a32dad8d69f669d76d57aa0a6b1ff010786dcf96",
"body": null,
"is_bot": false,
"headline": "Fix install LLVM on windows (#77)",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2021-11-23T23:46:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a9c2337175a833cfb4758396a90a32c1795a3d0",
"body": null,
"is_bot": false,
"headline": "(cargo-release) start next development iteration 0.7.1-alpha.0",
"author_name": "Steve Meyer",
"author_login": "notoriaga",
"committed_at": "2021-09-27T23:35:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b35a2bda71580b44b015e7f0fde5edf6745b5e81",
"body": null,
"is_bot": false,
"headline": "(cargo-release) start next development iteration 0.7.1-alpha.0",
"author_name": "Steve Meyer",
"author_login": "notoriaga",
"committed_at": "2021-09-27T23:35:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96d7bac57ed868f4e3dcd517cb5e45c0c50c5cf9",
"body": null,
"is_bot": false,
"headline": "(cargo-release) version 0.7.0",
"author_name": "Steve Meyer",
"author_login": "notoriaga",
"committed_at": "2021-09-27T23:32:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b347dce00658b00bbaa21d9566f807b98c282f6",
"body": null,
"is_bot": false,
"headline": "(cargo-release) version 0.7.0",
"author_name": "Steve Meyer",
"author_login": "notoriaga",
"committed_at": "2021-09-27T23:32:32Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 16,
"commits_last_year": 34,
"latest_release_at": "2026-07-17T20:24:49Z",
"latest_release_tag": "swiftnav-v0.12.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 20,
"days_since_latest_release": 6,
"mean_days_between_releases": 188.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "swiftnav",
"exists": true,
"license": "LGPL-3.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/swiftnav",
"is_deprecated": false,
"latest_version": "0.13.0",
"repository_url": "https://github.com/swift-nav/swiftnav-rs",
"versions_count": 11,
"total_downloads": 58970,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 4063,
"first_published_at": "2021-09-27T23:35:28.770151Z",
"latest_published_at": "2026-07-24T04:28:38.221069Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 0,
"stars": 4,
"watchers": 5,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"justfile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"swiftnav/Cargo.toml"
],
"largest_source_bytes": 41723,
"source_files_sampled": 25,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"swiftnav/Cargo.toml"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 9,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "bon",
"manifest": "swiftnav/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3.8.1"
},
{
"name": "rustversion",
"manifest": "swiftnav/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.22"
},
{
"name": "chrono",
"manifest": "swiftnav/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4.42"
},
{
"name": "strum",
"manifest": "swiftnav/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.28.0"
},
{
"name": "nalgebra",
"manifest": "swiftnav/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.35.0"
},
{
"name": "thiserror",
"manifest": "swiftnav/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0.17"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "bon",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "chrono",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "nalgebra",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "rustversion",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "strum",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "float_eq",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "nmea",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "proptest",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 9,
"direct_count": 6,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 131,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 26
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "jbangelo",
"commits": 106,
"avatar_url": "https://avatars.githubusercontent.com/u/6558829?v=4"
},
{
"type": "User",
"login": "notoriaga",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/8651036?v=4"
},
{
"type": "User",
"login": "tzilist",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/14153237?v=4"
},
{
"type": "User",
"login": "jayvdb",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/15092?v=4"
},
{
"type": "User",
"login": "lkloh",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/5299610?v=4"
},
{
"type": "User",
"login": "adrian-kong",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/35755741?v=4"
}
],
"contributors_sampled": 6,
"top_contributor_share": 0.835
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yaml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 9,
"reason": "23 out of 24 merged PRs checked by a CI test -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 6,
"reason": "Found 16/25 approved changesets -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "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": 8,
"reason": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"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": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "7853a8f77e004e203ab0db9e8b16521f12785526",
"ran_at": "2026-07-24T14:02:25Z",
"aggregate_score": 5.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-24T04:30:39Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-23T22:52:16Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/swift-nav/swiftnav-rs",
"host": "github.com",
"name": "swiftnav-rs",
"owner": "swift-nav"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"security": 52,
"vitality": 77,
"community": 37,
"governance": 64,
"engineering": 60
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 77,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"commits_last_year": 34,
"human_commit_share": 0.78,
"days_since_last_push": 0,
"active_weeks_last_year": 20
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "20/52 weeks with commits",
"points": 13.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 20
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "34 commits in the last year",
"points": 13.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 34
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"points": 8,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 16,
"latest_release_tag": "swiftnav-v0.12.0",
"releases_from_tags": false,
"days_since_latest_release": 6,
"mean_days_between_releases": 188.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "16 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 16
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~188.5 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 188.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "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": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 37,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 11,
"inputs": {
"forks": 0,
"stars": 4,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "4 stars",
"points": 7.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 4
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (LGPL-3.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "LGPL-3.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"packages": [
"swiftnav"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 58970,
"monthly_downloads": 4063
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "4,063 downloads/month across crates",
"points": 48.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 4063,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 64,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 6,
"top_contributor_share": 0.835
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 84% of commits",
"points": 3.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 84
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "6 contributors",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 6
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 77,
"inputs": {
"merged_prs": 131,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 26
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "131/157 decided PRs merged",
"points": 31.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 131,
"decided": 157
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 16/25 approved changesets -- score normalized to 6",
"points": 9,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"followers": 89,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "swift-nav",
"public_repos": 171,
"account_age_days": 5419
},
"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": "89 followers of swift-nav",
"points": 14.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 89,
"login": "swift-nav"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "171 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 171
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"swiftnav"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "11 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 11
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 60,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 66,
"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": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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": "23 out of 24 merged PRs checked by a CI test -- score normalized to 9",
"points": 18,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"rust",
"gnss",
"gps"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"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": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"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): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"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": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "23 out of 24 merged PRs checked by a CI test -- score normalized to 9",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 16/25 approved changesets -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"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": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"points": 6,
"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 is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "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": 13
},
"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": 58,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.654,
"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": "51 of 78 human commits state their intent (structured subject or explanatory body)",
"points": 34.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 51,
"sampled": 78
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"justfile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"swiftnav/Cargo.toml"
],
"dependency_bot_commit_share": 0.22
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "justfile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "justfile"
}
}
],
"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": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "22 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 22,
"sampled": 100
}
}
],
"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": "Rust",
"largest_source_bytes": 41723,
"source_files_sampled": 25,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/25 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 25,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"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",
"deps.dev does not index crates:swiftnav@0.13.0; advisories assessed against the repository dependency graph instead",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-24T14:02:42.515833Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/swift-nav/swiftnav-rs.svg",
"full_name": "swift-nav/swiftnav-rs",
"license_state": "standard",
"license_spdx": "LGPL-3.0"
}