{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":75764070,"defaultBranch":"master","name":"sts","ownerLogin":"arcetri","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-12-06T19:29:50.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/25995407?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1712265124.0","currentOid":""},"activityList":{"items":[{"before":"ea07f03acdd3fa3cc92a8e1c73135ac62e18e55c","after":"c7c404f4ac3a45312b6476907da2ab2a21539754","ref":"refs/heads/master","pushedAt":"2024-05-30T18:44:55.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"lcn2","name":"Landon Curt Noll","path":"/lcn2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10429707?s=80&v=4"},"commit":{"message":"Merge pull request #10 from bm-l/master","shortMessageHtmlLink":"Merge pull request #10 from bm-l/master"}},{"before":"800e8d7dec547e480319ba48f5d18c726432ad07","after":"ea07f03acdd3fa3cc92a8e1c73135ac62e18e55c","ref":"refs/heads/master","pushedAt":"2024-05-13T23:34:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lcn2","name":"Landon Curt Noll","path":"/lcn2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10429707?s=80&v=4"},"commit":{"message":"fixed typo in README.md\n\nChanged one instance of \"SP300-22\" to \"SP800-22\".\n\nThanks to GitHub user [@ricardo2000y](https://github.com/ricardo2000y)\nfor pointing out this typo.","shortMessageHtmlLink":"fixed typo in README.md"}},{"before":"060abcba86bdfd93cbe458a3d37a1a1f217c70f2","after":"800e8d7dec547e480319ba48f5d18c726432ad07","ref":"refs/heads/master","pushedAt":"2024-04-04T21:09:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lcn2","name":"Landon Curt Noll","path":"/lcn2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10429707?s=80&v=4"},"commit":{"message":"release sts version 3.2.7\n\nFixed a bug where the uniformity p-value was incorrectly computed due\nto an integer division that should have been a double precision division.\n\nFixed by changing lines of the form:\n\n```c\n expCount = sampleCount / state->tp.uniformity_bins;\n```\n\nto:\n\n```c\n expCount = (double)sampleCount / state->tp.uniformity_bins;\n```\n\nfor each of the 15 classes of test.\n\nThe impact on sts version 3.2.6 and earlier was minimal for when\nsampleCount was a reasonable value. However when testing trivially\nsized data sets (where the overall statistical results were likely\ncompromised anyway), the integer division round off is notable.\n\nFor example on this small set with 10 bins:\n\n```\n6, 8, 6, 6, 16, 4, 3, 5, 5, 5\n```\n\nthe computed expCount was `0.01791240452984323` (using improper\ninteger division) vs `0.029796344939787778` (using proper double\nprecision floating point).\n\nChanged sts version from \"3.2.6\" to \"3.2.7\".\n\nMany thanks to the GitHub user @tajuma for discovering this problem\nand taking the time to report it via GitHub and for recommending a\nsolution. We extended their solution to all 15 classes of tests.\n\nWe **HIGHLY** recommend this fix.","shortMessageHtmlLink":"release sts version 3.2.7"}},{"before":"13e47780e1ec084123172036d49abe8f5915e513","after":"060abcba86bdfd93cbe458a3d37a1a1f217c70f2","ref":"refs/heads/master","pushedAt":"2024-02-02T04:24:31.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"lcn2","name":"Landon Curt Noll","path":"/lcn2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10429707?s=80&v=4"},"commit":{"message":"remove vars set but not used in copyBitsToEpsilon","shortMessageHtmlLink":"remove vars set but not used in copyBitsToEpsilon"}},{"before":"02c28c3af76a58c23b7f26ffe9da7fc6542973b2","after":"13e47780e1ec084123172036d49abe8f5915e513","ref":"refs/heads/master","pushedAt":"2023-03-29T20:44:15.097Z","pushType":"push","commitsCount":1,"pusher":{"login":"lcn2","name":"Landon Curt Noll","path":"/lcn2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10429707?s=80&v=4"},"commit":{"message":"improve README.md links and added LavaRnd p.s.","shortMessageHtmlLink":"improve README.md links and added LavaRnd p.s."}},{"before":"75fbc4021ee0f0ee267202809cac65683878e519","after":"02c28c3af76a58c23b7f26ffe9da7fc6542973b2","ref":"refs/heads/master","pushedAt":"2023-03-29T19:38:04.783Z","pushType":"push","commitsCount":1,"pusher":{"login":"lcn2","name":"Landon Curt Noll","path":"/lcn2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10429707?s=80&v=4"},"commit":{"message":"fixed google data link to allow public access","shortMessageHtmlLink":"fixed google data link to allow public access"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEWFO2jAA","startCursor":null,"endCursor":null}},"title":"Activity ยท arcetri/sts"}