{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":61579222,"defaultBranch":"main","name":"owl","ownerLogin":"owlbarn","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-06-20T20:47:45.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/37628827?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1676435084.786577","currentOid":""},"activityList":{"items":[{"before":"34b311a497f9048fd4e333d9d8994031a0a39ed9","after":"582b21550460c4450e83ff0b2c5e6e50bc2800ef","ref":"refs/heads/gh-pages","pushedAt":"2024-06-07T14:20:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: c5e4d4f4b8f0f49617c95d8f37b35705bd47f785","shortMessageHtmlLink":"deploy: c5e4d4f"}},{"before":"c5e4d4f4b8f0f49617c95d8f37b35705bd47f785","after":"600c21a233a6d3c17675c219e4d9f6397a4b7a0f","ref":"refs/heads/main","pushedAt":"2024-06-07T14:15:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jzstark","name":"J. Roger Zhao","path":"/jzstark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1436803?s=80&v=4"},"commit":{"message":"Update stats_scipy_get_distributions.py (#667)\n\n\"print x\" no longer works in Python 3, in Python 3 it is \"print(x)\".\r\nI haven't tested the script to work with Python 3, right now my concern is just getting it to parse.","shortMessageHtmlLink":"Update stats_scipy_get_distributions.py (#667)"}},{"before":"06943b0267e7e80dd0eba94ebf63ca4d25c71910","after":"c5e4d4f4b8f0f49617c95d8f37b35705bd47f785","ref":"refs/heads/main","pushedAt":"2024-06-07T14:14:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jzstark","name":"J. Roger Zhao","path":"/jzstark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1436803?s=80&v=4"},"commit":{"message":"remove -Ofast, -ffast-math (#668)\n\n* remove -Ofast, -ffast-math\r\n\r\n* removed clang-incompatible compiler flag.","shortMessageHtmlLink":"remove -Ofast, -ffast-math (#668)"}},{"before":"c3230eb5c6f889987e77a6c85dcc5716ad47acac","after":"06943b0267e7e80dd0eba94ebf63ca4d25c71910","ref":"refs/heads/main","pushedAt":"2024-05-17T12:42:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jzstark","name":"J. Roger Zhao","path":"/jzstark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1436803?s=80&v=4"},"commit":{"message":"minor update","shortMessageHtmlLink":"minor update"}},{"before":"431137924ad6cc09ac4689f13ab9163601ddfcb5","after":"c3230eb5c6f889987e77a6c85dcc5716ad47acac","ref":"refs/heads/main","pushedAt":"2024-05-13T07:22:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ryanrhymes","name":"Liang Wang","path":"/ryanrhymes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1721505?s=80&v=4"},"commit":{"message":"Add TODO for the following 12 months","shortMessageHtmlLink":"Add TODO for the following 12 months"}},{"before":"0ce964ecff595badb1202e1ce407dae5f37ebe35","after":"431137924ad6cc09ac4689f13ab9163601ddfcb5","ref":"refs/heads/main","pushedAt":"2024-05-09T12:42:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jzstark","name":"J. Roger Zhao","path":"/jzstark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1436803?s=80&v=4"},"commit":{"message":"minor fix","shortMessageHtmlLink":"minor fix"}},{"before":"d957bd8b6f074947f07a80b835de4e6645b245a0","after":"0ce964ecff595badb1202e1ce407dae5f37ebe35","ref":"refs/heads/main","pushedAt":"2024-05-06T09:18:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jzstark","name":"J. Roger Zhao","path":"/jzstark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1436803?s=80&v=4"},"commit":{"message":"minor fix","shortMessageHtmlLink":"minor fix"}},{"before":"76cf5bed1a13662b2b90cb497ad8704fb4fc1c07","after":"34b311a497f9048fd4e333d9d8994031a0a39ed9","ref":"refs/heads/gh-pages","pushedAt":"2024-05-03T05:25:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: d957bd8b6f074947f07a80b835de4e6645b245a0","shortMessageHtmlLink":"deploy: d957bd8"}},{"before":"5d2f6d18739c561b6203c2bd179b9f200e494c6b","after":"d957bd8b6f074947f07a80b835de4e6645b245a0","ref":"refs/heads/main","pushedAt":"2024-05-03T05:23:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jzstark","name":"J. Roger Zhao","path":"/jzstark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1436803?s=80&v=4"},"commit":{"message":"Enable github actions for testing (#658)\n\n* Enable github actions\r\n\r\nThis tests separately the three packages, should catch\r\npackaging issues before releases are made. It also\r\ntests the arm builds for macos.\r\n\r\nSigned-off-by: Marcello Seri \r\n\r\n* Update compiler version syntax\r\n\r\nSigned-off-by: Marcello Seri \r\n\r\n* Update action name\r\n\r\nSigned-off-by: Marcello Seri \r\n\r\n* tests reqiuire owl in the way they are structured\r\n\r\nSigned-off-by: Marcello Seri \r\n\r\n---------\r\n\r\nSigned-off-by: Marcello Seri ","shortMessageHtmlLink":"Enable github actions for testing (#658)"}},{"before":"2bf74827b754953c76ff7fabf7e15163c58dbc99","after":"76cf5bed1a13662b2b90cb497ad8704fb4fc1c07","ref":"refs/heads/gh-pages","pushedAt":"2024-05-01T11:11:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 5d2f6d18739c561b6203c2bd179b9f200e494c6b","shortMessageHtmlLink":"deploy: 5d2f6d1"}},{"before":"cd382bbd67af78eede7d415ca5a1acc10bcac4b8","after":"5d2f6d18739c561b6203c2bd179b9f200e494c6b","ref":"refs/heads/main","pushedAt":"2024-05-01T11:05:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jzstark","name":"J. Roger Zhao","path":"/jzstark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1436803?s=80&v=4"},"commit":{"message":"Support Arm64 (and apple M1) (#609)\n\n* Progress towards ARM64 support\r\n\r\nSigned-off-by: Marcello Seri \r\n\r\n* Re-introduce Ofast flag\r\n\r\nSigned-off-by: Marcello Seri \r\n\r\n* unit_signal: fix test\r\n\r\nSigned-off-by: Marcello Seri \r\n\r\n* Update architecture detection\r\n\r\nSigned-off-by: Marcello Seri \r\n\r\n* ocamlformat\r\n\r\nSigned-off-by: Marcello Seri \r\n\r\n* fixup! Update architecture detection\r\n\r\n* Improve architecture and os detection\r\n\r\nSigned-off-by: Marcello Seri \r\n\r\n* config: cleanup unused open\r\n\r\nSigned-off-by: Marcello Seri \r\n\r\n* reintroduce -mfpmath=sse on x86_64\r\n\r\nSigned-off-by: Marcello Seri \r\n\r\n* owl_macros.h: remove empty if\r\n\r\n* owl/configure: remove devmode cflags\r\n\r\nThey break the compilation with some c compilers. See https://github.com/owlbarn/owl/pull/609\r\n\r\nSigned-off-by: Marcello Seri \r\n\r\n* owl_core_utils: Fix empty elif\r\n\r\nSigned-off-by: Marcello Seri \r\n\r\n* Cleanup arch detection code\r\n\r\nSigned-off-by: Marcello Seri \r\n\r\n* configure: update to support new lapacke packages\r\n\r\nDebian now ships lapacke separately, requiring new set of flags for the linking to work.\r\nThis uses pkg-config to improve the detection of these flags.\r\n\r\nFurthermore this commit adds a workaround to solve the issue with libgcc11_s not found,\r\nwhich will not be addressed upstream in homebrew for the time being.\r\n\r\nSigned-off-by: Marcello Seri \r\n\r\n* ocamlformat the code\r\n\r\nSigned-off-by: Marcello Seri \r\n\r\n* Workaround configurator problem with windows\r\n\r\nAnd remove march=native from arm, since it breaks on a number of arm systems\r\n\r\nSigned-off-by: Marcello Seri \r\n\r\n* configurator: make more robust wrt not officially supported platforms (e.g. bsds)\r\n\r\n* Update src/owl/config/configure.ml\r\n\r\nCo-authored-by: Thomas Gazagnaire \r\n\r\n* configurator: drop unnecessary dependency on stdio\r\n\r\nSigned-off-by: Marcello Seri \r\n\r\n* add @jcreinhold patch for nonstandard setups\r\n\r\nSee https://github.com/owlbarn/owl/pull/636\r\n\r\nSigned-off-by: Marcello Seri \r\n\r\n* Update src/aeos/config/configure.ml\r\n\r\n* Update src/owl/config/configure.ml\r\n\r\n---------\r\n\r\nSigned-off-by: Marcello Seri \r\nCo-authored-by: Thomas Gazagnaire ","shortMessageHtmlLink":"Support Arm64 (and apple M1) (#609)"}},{"before":"621cbff42e99d9b2ba0f4ad85272714fc280de2e","after":"cd382bbd67af78eede7d415ca5a1acc10bcac4b8","ref":"refs/heads/main","pushedAt":"2024-04-10T17:27:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jzstark","name":"J. Roger Zhao","path":"/jzstark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1436803?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"78971b85430a02ec5323ee384988413ebeff3774","after":"2bf74827b754953c76ff7fabf7e15163c58dbc99","ref":"refs/heads/gh-pages","pushedAt":"2024-03-25T16:38:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 621cbff42e99d9b2ba0f4ad85272714fc280de2e","shortMessageHtmlLink":"deploy: 621cbff"}},{"before":"c66069eed06405f98d5a12465c15542ba882347a","after":"621cbff42e99d9b2ba0f4ad85272714fc280de2e","ref":"refs/heads/main","pushedAt":"2024-03-25T16:32:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jzstark","name":"J. Roger Zhao","path":"/jzstark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1436803?s=80&v=4"},"commit":{"message":"Avoid calling `log(0)` when generating gaussian random variables (#662)\n\n* owl_stats_ziggurat: avoid log(0)\r\n\r\nsfmt_f64_1 is documented to include 0, which would result in `log(0) =\r\nneg_infinity`.\r\nuse sfmt_f64_3 instead which is documented to return `(0, 1)` instead.\r\n\r\nThis should also match the paper, which says \"UNI floats it to (0,1)\":\r\n> Marsaglia, George, and Wai Wan Tsang.\r\n> \"The ziggurat method for generating random variables.\"\r\n> Journal of statistical software 5 (2000): 1-7.\r\n\r\nSee https://github.com/owlbarn/owl/issues/661\r\n\r\nSigned-off-by: Edwin Török \r\n\r\n* Owl_base_stats_dist_uniform: add a function that returns a random float in (0,1)\r\n\r\nSigned-off-by: Edwin Török \r\n\r\n* Owl_base_stats_dist_gaussian.{std_gaussian_rvs,gaussian_rvs}: avoid infinity on Random.float returning 0\r\n\r\nhttps://github.com/owlbarn/owl/issues/661\r\n\r\nSigned-off-by: Edwin Török \r\n\r\n---------\r\n\r\nSigned-off-by: Edwin Török ","shortMessageHtmlLink":"Avoid calling log(0) when generating gaussian random variables (#662)"}},{"before":"fa5094fefec1d6bbd76ccd7853898d8fac7af5ef","after":"78971b85430a02ec5323ee384988413ebeff3774","ref":"refs/heads/gh-pages","pushedAt":"2024-03-11T13:08:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: c66069eed06405f98d5a12465c15542ba882347a","shortMessageHtmlLink":"deploy: c66069e"}},{"before":"0e44205ce8ca08ac390a8c1dd523022d899b19a1","after":"c66069eed06405f98d5a12465c15542ba882347a","ref":"refs/heads/main","pushedAt":"2024-03-11T13:05:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jzstark","name":"J. Roger Zhao","path":"/jzstark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1436803?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"7fab74f843e58944bd6c070575cdfc5b775c821e","after":"fa5094fefec1d6bbd76ccd7853898d8fac7af5ef","ref":"refs/heads/gh-pages","pushedAt":"2024-03-08T15:07:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 0e44205ce8ca08ac390a8c1dd523022d899b19a1","shortMessageHtmlLink":"deploy: 0e44205"}},{"before":"c7dbf43c0d910abd768d6a3456ce58af7291ea77","after":"0e44205ce8ca08ac390a8c1dd523022d899b19a1","ref":"refs/heads/main","pushedAt":"2024-03-08T15:04:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jzstark","name":"J. Roger Zhao","path":"/jzstark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1436803?s=80&v=4"},"commit":{"message":"editing...","shortMessageHtmlLink":"editing..."}},{"before":"f2381ea259b99623763b7e8a81bbcb5297d02b3a","after":"c7dbf43c0d910abd768d6a3456ce58af7291ea77","ref":"refs/heads/main","pushedAt":"2024-03-08T14:59:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jzstark","name":"J. Roger Zhao","path":"/jzstark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1436803?s=80&v=4"},"commit":{"message":"update documenmts","shortMessageHtmlLink":"update documenmts"}},{"before":"8b0f6257ca92816505da4c33308832d6d93e4031","after":"f2381ea259b99623763b7e8a81bbcb5297d02b3a","ref":"refs/heads/main","pushedAt":"2024-03-08T11:27:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jzstark","name":"J. Roger Zhao","path":"/jzstark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1436803?s=80&v=4"},"commit":{"message":"editing...","shortMessageHtmlLink":"editing..."}},{"before":"5f9594f859952748ab70e66b51d189537ba066b8","after":"8b0f6257ca92816505da4c33308832d6d93e4031","ref":"refs/heads/main","pushedAt":"2024-03-08T11:17:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jzstark","name":"J. Roger Zhao","path":"/jzstark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1436803?s=80&v=4"},"commit":{"message":"editing...","shortMessageHtmlLink":"editing..."}},{"before":"97d86d4d0a0af6ad432cb95d93c7476082f6e4a5","after":"5f9594f859952748ab70e66b51d189537ba066b8","ref":"refs/heads/main","pushedAt":"2024-03-08T11:09:26.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"jzstark","name":"J. Roger Zhao","path":"/jzstark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1436803?s=80&v=4"},"commit":{"message":"Merge pull request #644 from dra27/clarify-config\n\nClarify that linux/linux_elf are identical systems","shortMessageHtmlLink":"Merge pull request #644 from dra27/clarify-config"}},{"before":"4e64f837327a366f994c3f65b10b70924aa702fd","after":"97d86d4d0a0af6ad432cb95d93c7476082f6e4a5","ref":"refs/heads/main","pushedAt":"2024-03-08T11:07:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jzstark","name":"J. Roger Zhao","path":"/jzstark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1436803?s=80&v=4"},"commit":{"message":"editing...","shortMessageHtmlLink":"editing..."}},{"before":"12b2c5f9f590c549b46b07c849ec901a76cadbe7","after":"4e64f837327a366f994c3f65b10b70924aa702fd","ref":"refs/heads/main","pushedAt":"2024-03-08T11:03:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jzstark","name":"J. Roger Zhao","path":"/jzstark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1436803?s=80&v=4"},"commit":{"message":"editing...","shortMessageHtmlLink":"editing..."}},{"before":"71137bb7a140522b52009b6d63a3fa9fdfb82cb7","after":"12b2c5f9f590c549b46b07c849ec901a76cadbe7","ref":"refs/heads/main","pushedAt":"2024-03-08T10:59:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jzstark","name":"J. Roger Zhao","path":"/jzstark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1436803?s=80&v=4"},"commit":{"message":"coding...","shortMessageHtmlLink":"coding..."}},{"before":"c4b8e9e57f467effc55afd1e9c9db3f79c0bce7c","after":"71137bb7a140522b52009b6d63a3fa9fdfb82cb7","ref":"refs/heads/main","pushedAt":"2024-03-08T10:30:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jzstark","name":"J. Roger Zhao","path":"/jzstark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1436803?s=80&v=4"},"commit":{"message":"debugging doc CI","shortMessageHtmlLink":"debugging doc CI"}},{"before":"01789a008119b6a13841250d05d3e0ca13e792e6","after":"7fab74f843e58944bd6c070575cdfc5b775c821e","ref":"refs/heads/gh-pages","pushedAt":"2024-03-08T09:35:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: c4b8e9e57f467effc55afd1e9c9db3f79c0bce7c","shortMessageHtmlLink":"deploy: c4b8e9e"}},{"before":"2b780d475d84cbad21837bdcde5ecb282c28eecf","after":"c4b8e9e57f467effc55afd1e9c9db3f79c0bce7c","ref":"refs/heads/main","pushedAt":"2024-03-08T09:33:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jzstark","name":"J. Roger Zhao","path":"/jzstark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1436803?s=80&v=4"},"commit":{"message":"debugging CI","shortMessageHtmlLink":"debugging CI"}},{"before":"76de9fd3adcdc65add01e85ce08cd62f9f6c0ef1","after":"2b780d475d84cbad21837bdcde5ecb282c28eecf","ref":"refs/heads/main","pushedAt":"2024-03-07T20:11:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jzstark","name":"J. Roger Zhao","path":"/jzstark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1436803?s=80&v=4"},"commit":{"message":"fixing...","shortMessageHtmlLink":"fixing..."}},{"before":"3ee16076a9325419586c5b467be59af2856f9069","after":"01789a008119b6a13841250d05d3e0ca13e792e6","ref":"refs/heads/gh-pages","pushedAt":"2024-03-07T19:41:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 76de9fd3adcdc65add01e85ce08cd62f9f6c0ef1","shortMessageHtmlLink":"deploy: 76de9fd"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEX04IbwA","startCursor":null,"endCursor":null}},"title":"Activity · owlbarn/owl"}