{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":74696586,"defaultBranch":"master","name":"zorbage","ownerLogin":"bdezonia","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-11-24T18:24:55.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1267802?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1703641990.0","currentOid":""},"activityList":{"items":[{"before":"c87c816b550effce678f5351894c389030c8c0ed","after":"429c0191238eccc63bd51400f718201fd2a5a897","ref":"refs/heads/master","pushedAt":"2024-08-23T19:29:55.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"Give a second signature for the Variance algorithm\n\nIt now can also return the mean so you don't always calc the mean\ntwice. It was unavoidable before.","shortMessageHtmlLink":"Give a second signature for the Variance algorithm"}},{"before":"38f1633d9a6427676b64c07e8d5556d0ed91d0bb","after":"c87c816b550effce678f5351894c389030c8c0ed","ref":"refs/heads/master","pushedAt":"2024-04-01T02:03:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"Add a little java doc","shortMessageHtmlLink":"Add a little java doc"}},{"before":"7a08d2cbe0de12aac68b1572e653ab7359d6184e","after":"38f1633d9a6427676b64c07e8d5556d0ed91d0bb","ref":"refs/heads/master","pushedAt":"2024-04-01T01:56:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"Rename a method for clarity","shortMessageHtmlLink":"Rename a method for clarity"}},{"before":"5eb2f141f7f062eaeb9fcf4d90beed21dd068cb4","after":"7a08d2cbe0de12aac68b1572e653ab7359d6184e","ref":"refs/heads/master","pushedAt":"2024-03-28T21:21:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"Update README","shortMessageHtmlLink":"Update README"}},{"before":"057fa27a9433380778fbc57dec66c8323bc92c32","after":"5eb2f141f7f062eaeb9fcf4d90beed21dd068cb4","ref":"refs/heads/master","pushedAt":"2024-03-10T21:27:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"Make the Metadata backing code much simpler\n\nAlso add some special type safety while just using Objects.\n\nOne nice thing: you can now take a DimensionedDataSource and\ndiscover the names and types of all its defined metadata.","shortMessageHtmlLink":"Make the Metadata backing code much simpler"}},{"before":"c155a0ee384a7f9118046eb7ce3189f1e3a9c396","after":"057fa27a9433380778fbc57dec66c8323bc92c32","ref":"refs/heads/master","pushedAt":"2024-02-16T06:42:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"Add more types of metadata","shortMessageHtmlLink":"Add more types of metadata"}},{"before":"eaf86e772e0cb8a06ea558c3fdf1c4d9b837f442","after":"c155a0ee384a7f9118046eb7ce3189f1e3a9c396","ref":"refs/heads/master","pushedAt":"2024-02-05T18:43:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"Fix a method name to follow project conventions","shortMessageHtmlLink":"Fix a method name to follow project conventions"}},{"before":"a2907f9d34a8fa22014a22ede039dc9a9483bd01","after":"eaf86e772e0cb8a06ea558c3fdf1c4d9b837f442","ref":"refs/heads/master","pushedAt":"2024-02-04T20:25:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"Add another, more general signature to an algorithm","shortMessageHtmlLink":"Add another, more general signature to an algorithm"}},{"before":"3346f22d30c2c1fd823554b74ffb91ad041dba1b","after":"a2907f9d34a8fa22014a22ede039dc9a9483bd01","ref":"refs/heads/master","pushedAt":"2024-02-04T20:01:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"improve some documentation","shortMessageHtmlLink":"improve some documentation"}},{"before":"aa58d2660a0e41f5743cc03027b53c8f66c899de","after":"3346f22d30c2c1fd823554b74ffb91ad041dba1b","ref":"refs/heads/master","pushedAt":"2024-02-04T19:56:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"Add an algorithm\n\nThis alogirithm will grab a subset of data of an input dataset and\nreturns a one dimensional dataset using the `normal coordinate visit\nstrategy. Out of bounds velues are treated as zero.","shortMessageHtmlLink":"Add an algorithm"}},{"before":"0fbc4420170dffb6a680a32621abe9c01c18fb8f","after":"aa58d2660a0e41f5743cc03027b53c8f66c899de","ref":"refs/heads/master","pushedAt":"2024-01-21T00:52:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"Add a big TODO note in a marker interface","shortMessageHtmlLink":"Add a big TODO note in a marker interface"}},{"before":"8a9ca5f247233c60424edce5f884a04994530416","after":"0fbc4420170dffb6a680a32621abe9c01c18fb8f","ref":"refs/heads/master","pushedAt":"2024-01-21T00:43:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"define some type inference code and type extension code tests","shortMessageHtmlLink":"define some type inference code and type extension code tests"}},{"before":"c1e2650bd07f1dd50f16f73fe0e273507bcb0f85","after":"8a9ca5f247233c60424edce5f884a04994530416","ref":"refs/heads/master","pushedAt":"2024-01-20T23:32:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"Add some type inference and some type extensibility to zorbage","shortMessageHtmlLink":"Add some type inference and some type extensibility to zorbage"}},{"before":"3d7182ee5769257a758415a2297636801175b922","after":"c1e2650bd07f1dd50f16f73fe0e273507bcb0f85","ref":"refs/heads/master","pushedAt":"2024-01-20T19:35:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"full implementation of type marker interfaces","shortMessageHtmlLink":"full implementation of type marker interfaces"}},{"before":"3ba78b841fbf5400996644bd5c6d9c92fbe0f2a1","after":"3d7182ee5769257a758415a2297636801175b922","ref":"refs/heads/master","pushedAt":"2024-01-16T05:36:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"Implementation of getAlgebra() for the remaining U types","shortMessageHtmlLink":"Implementation of getAlgebra() for the remaining U types"}},{"before":"773d68240864c5c285903725d89f65b7b20d0efa","after":"3ba78b841fbf5400996644bd5c6d9c92fbe0f2a1","ref":"refs/heads/master","pushedAt":"2024-01-15T23:18:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"Implementation of getAlgebra() for many U types\n\nThis is such a big change that it will happen in a couple commits.","shortMessageHtmlLink":"Implementation of getAlgebra() for many U types"}},{"before":"bc3c1ee1e6afd2f51175f7ae752c3f666aebfce9","after":"773d68240864c5c285903725d89f65b7b20d0efa","ref":"refs/heads/master","pushedAt":"2024-01-15T21:21:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"Add the GetAlgebra interface","shortMessageHtmlLink":"Add the GetAlgebra interface"}},{"before":"e7905428ba6995df84da6f712ba0e8c86a773e93","after":"bc3c1ee1e6afd2f51175f7ae752c3f666aebfce9","ref":"refs/heads/master","pushedAt":"2024-01-15T04:12:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"define a bunch of marker interfaces in the algebra types package\n\nTODO make all the existing data types include them","shortMessageHtmlLink":"define a bunch of marker interfaces in the algebra types package"}},{"before":"dcbf5ef4c8a4891658219764207be128117bfa94","after":"e7905428ba6995df84da6f712ba0e8c86a773e93","ref":"refs/heads/master","pushedAt":"2024-01-15T01:18:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"add some more minor optimization to Extents code","shortMessageHtmlLink":"add some more minor optimization to Extents code"}},{"before":"a7c176a6d36e1a43d2946ce07ea0757067a45460","after":"dcbf5ef4c8a4891658219764207be128117bfa94","ref":"refs/heads/master","pushedAt":"2024-01-15T00:52:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"Improve the performance of the Extents calculation algorithms","shortMessageHtmlLink":"Improve the performance of the Extents calculation algorithms"}},{"before":"a72439ee6acbe45fa80e90a6866c09a181c795de","after":"a7c176a6d36e1a43d2946ce07ea0757067a45460","ref":"refs/heads/master","pushedAt":"2024-01-11T05:08:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"move cielab to ciexyz","shortMessageHtmlLink":"move cielab to ciexyz"}},{"before":"f4d3af1a0e6853901a2f6f2f1362ecbc8fad0e42","after":"a72439ee6acbe45fa80e90a6866c09a181c795de","ref":"refs/heads/master","pushedAt":"2024-01-11T04:50:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"convert cielab color space to ciexyz","shortMessageHtmlLink":"convert cielab color space to ciexyz"}},{"before":"7eb4e3e703bbde83441b5fdac1fd469c877e2efa","after":"f4d3af1a0e6853901a2f6f2f1362ecbc8fad0e42","ref":"refs/heads/master","pushedAt":"2024-01-11T04:04:23.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"oops. bump pom to next dev cycle","shortMessageHtmlLink":"oops. bump pom to next dev cycle"}},{"before":"9cb8fc67785d065c54ec0274daaf5dbb072df8a9","after":"7eb4e3e703bbde83441b5fdac1fd469c877e2efa","ref":"refs/heads/master","pushedAt":"2023-12-27T01:59:22.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"fix a typo in pom.xml","shortMessageHtmlLink":"fix a typo in pom.xml"}},{"before":"01202726b96418f6977108dbb663b9630344ad33","after":"9cb8fc67785d065c54ec0274daaf5dbb072df8a9","ref":"refs/heads/master","pushedAt":"2023-10-29T04:56:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"Add half precision floats to the phase() code testing","shortMessageHtmlLink":"Add half precision floats to the phase() code testing"}},{"before":"936a4118158649d64f5049272509d7263154e553","after":"01202726b96418f6977108dbb663b9630344ad33","ref":"refs/heads/master","pushedAt":"2023-10-29T04:47:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"Improve some test logic","shortMessageHtmlLink":"Improve some test logic"}},{"before":"9ec0261ec55805c426826bd3597f44f690b23729","after":"936a4118158649d64f5049272509d7263154e553","ref":"refs/heads/master","pushedAt":"2023-10-29T04:01:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"add more test code to TestPolarCoords","shortMessageHtmlLink":"add more test code to TestPolarCoords"}},{"before":"cb266f0711ce685fe47b43238777328788e38b0a","after":"9ec0261ec55805c426826bd3597f44f690b23729","ref":"refs/heads/master","pushedAt":"2023-09-06T20:10:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"belatedly bump pom to next dev cycle","shortMessageHtmlLink":"belatedly bump pom to next dev cycle"}},{"before":"aa554c6e1721c0b5675c4db3587ef1bbf99b8d6b","after":"cb266f0711ce685fe47b43238777328788e38b0a","ref":"refs/heads/master","pushedAt":"2023-09-06T16:40:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"Define a SwapOctants algorithm to better support 3D FFTs","shortMessageHtmlLink":"Define a SwapOctants algorithm to better support 3D FFTs"}},{"before":"1097e5d34663254a3681b1bb1c14037c8cd7a72d","after":"aa554c6e1721c0b5675c4db3587ef1bbf99b8d6b","ref":"refs/heads/master","pushedAt":"2023-09-06T04:36:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bdezonia","name":"Barry DeZonia","path":"/bdezonia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1267802?s=80&v=4"},"commit":{"message":"Fix a set()/get() bug in padded dim data source code","shortMessageHtmlLink":"Fix a set()/get() bug in padded dim data source code"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEoqrv8gA","startCursor":null,"endCursor":null}},"title":"Activity ยท bdezonia/zorbage"}