{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":753181435,"defaultBranch":"main","name":"neuralgcm","ownerLogin":"google-research","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2024-02-05T16:18:12.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/43830688?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718756738.0","currentOid":""},"activityList":{"items":[{"before":"1e539f2fc5955b00dd4e3f3426a1fbd6190556f4","after":"e302e7432c319e87c5b11e1d6f6ac8bf9fb240bb","ref":"refs/heads/test_644561397","pushedAt":"2024-06-19T00:48:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Stop using deprecated `a_min` /`a_max` kwargs to `jnp.clip`. The corresponding lint warning blocks other submissions.\n\nPiperOrigin-RevId: 644561397","shortMessageHtmlLink":"Stop using deprecated a_min /a_max kwargs to jnp.clip. The corr…"}},{"before":"3749311070584fc7bbc4d87d6975980d296b51b5","after":"eb842bf33a71f84cc1abb4e4f9915a3fb213e267","ref":"refs/heads/test_644555087","pushedAt":"2024-06-19T00:28:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Add option for fixed (not learnable) random field parameters in `BatchGaussianRandomFieldModule`. These parameters will often be (effectively) constant in space/time, which means there are initialized with huge (correlation) values. As such, keeping things stable also required using `jnp.expm1` to implement `(1 - self.phi**2)` in the `GaussianRandomField`.\n\nPiperOrigin-RevId: 644555087","shortMessageHtmlLink":"Add option for fixed (not learnable) random field parameters in `Batc…"}},{"before":null,"after":"1e539f2fc5955b00dd4e3f3426a1fbd6190556f4","ref":"refs/heads/test_644561397","pushedAt":"2024-06-19T00:25:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Stop using deprecated `a_min` /`a_max` kwargs to `jnp.clip`. The corresponding lint warning blocks other submissions.\n\nPiperOrigin-RevId: 644561397","shortMessageHtmlLink":"Stop using deprecated a_min /a_max kwargs to jnp.clip. The corr…"}},{"before":null,"after":"3749311070584fc7bbc4d87d6975980d296b51b5","ref":"refs/heads/test_644555087","pushedAt":"2024-06-19T00:04:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"No public description\n\nPiperOrigin-RevId: 644555087","shortMessageHtmlLink":"No public description"}},{"before":null,"after":"3d7f24e85a2ef181e7b373a356edf152aeed07f1","ref":"refs/heads/test_643506284","pushedAt":"2024-06-18T19:38:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"No public description\n\nPiperOrigin-RevId: 643506284","shortMessageHtmlLink":"No public description"}},{"before":"301537ad60262a5e1571af28a1a06e8b0d052e9f","after":null,"ref":"refs/heads/test_641681060","pushedAt":"2024-06-09T17:16:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"114d3a5a61e567d6b56c4bf2e3c436ba1e7809c6","after":"301537ad60262a5e1571af28a1a06e8b0d052e9f","ref":"refs/heads/main","pushedAt":"2024-06-09T17:16:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[JAX] Update users of jax.tree.map() to be more careful about how they handle Nones.\n\nDue to a bug in JAX, JAX previously permitted `jax.tree.map(f, None, x)` where `x` is not `None`, effectively treating `None` as if it were pytree-prefix of any value. But `None` is a pytree container, and it is only a prefix of `None` itself.\n\nFix user code that was relying on this bug. Most commonly, the fix is to write\n`jax.tree.map(lambda a, b: (None if a is None else f(a, b)), x, y, is_leaf=lambda t: t is None)`.\n\nPiperOrigin-RevId: 641697203","shortMessageHtmlLink":"[JAX] Update users of jax.tree.map() to be more careful about how the…"}},{"before":"1a0abe0d94c043f999fa9307b6f07ab040e2508f","after":"301537ad60262a5e1571af28a1a06e8b0d052e9f","ref":"refs/heads/test_641681060","pushedAt":"2024-06-09T17:16:23.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[JAX] Update users of jax.tree.map() to be more careful about how they handle Nones.\n\nDue to a bug in JAX, JAX previously permitted `jax.tree.map(f, None, x)` where `x` is not `None`, effectively treating `None` as if it were pytree-prefix of any value. But `None` is a pytree container, and it is only a prefix of `None` itself.\n\nFix user code that was relying on this bug. Most commonly, the fix is to write\n`jax.tree.map(lambda a, b: (None if a is None else f(a, b)), x, y, is_leaf=lambda t: t is None)`.\n\nPiperOrigin-RevId: 641697203","shortMessageHtmlLink":"[JAX] Update users of jax.tree.map() to be more careful about how the…"}},{"before":"0ebf336c3df4b99758fb7adad7426567cef2ceab","after":"1a0abe0d94c043f999fa9307b6f07ab040e2508f","ref":"refs/heads/test_641681060","pushedAt":"2024-06-09T17:07:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[JAX] Update users of jax.tree.map() to be more careful about how they handle Nones.\n\nDue to a bug in JAX, JAX previously permitted `jax.tree.map(f, None, x)` where `x` is not `None`, effectively treating `None` as if it were pytree-prefix of any value. But `None` is a pytree container, and it is only a prefix of `None` itself.\n\nFix user code that was relying on this bug. Most commonly, the fix is to write\n`jax.tree.map(lambda a, b: (None if a is None else f(a, b)), x, y, is_leaf=lambda t: t is None)`.\n\nPiperOrigin-RevId: 641681060","shortMessageHtmlLink":"[JAX] Update users of jax.tree.map() to be more careful about how the…"}},{"before":null,"after":"0ebf336c3df4b99758fb7adad7426567cef2ceab","ref":"refs/heads/test_641681060","pushedAt":"2024-06-09T16:28:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[JAX] Update users of jax.tree.map() to be more careful about how they handle Nones.\n\nDue to a bug in JAX, JAX previously permitted `jax.tree.map(f, None, x)` where `x` is not `None`, effectively treating `None` as if it were pytree-prefix of any value. But `None` is a pytree container, and it is only a prefix of `None` itself.\n\nFix user code that was relying on this bug. Most commonly, the fix is to write\n`jax.tree.map(lambda a, b: (None if a is None else f(a, b)), x, y, is_leaf=lambda t: t is None)`.\n\nPiperOrigin-RevId: 641681060","shortMessageHtmlLink":"[JAX] Update users of jax.tree.map() to be more careful about how the…"}},{"before":"114d3a5a61e567d6b56c4bf2e3c436ba1e7809c6","after":null,"ref":"refs/heads/test_638393335","pushedAt":"2024-06-07T23:19:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"4ad8faf4c1149c9d62ba0b2b7ab7ef47c8947caf","after":"114d3a5a61e567d6b56c4bf2e3c436ba1e7809c6","ref":"refs/heads/main","pushedAt":"2024-06-07T23:19:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"No public description\n\nPiperOrigin-RevId: 641387716","shortMessageHtmlLink":"No public description"}},{"before":"28b5fa7d810095799809a55445d213232309eba8","after":"114d3a5a61e567d6b56c4bf2e3c436ba1e7809c6","ref":"refs/heads/test_638393335","pushedAt":"2024-06-07T23:19:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"No public description\n\nPiperOrigin-RevId: 641387716","shortMessageHtmlLink":"No public description"}},{"before":"08ffc1e64c2af2ca02618783858795fa407ba5ec","after":"1be248fa89ce820802bc1bd1c20e8bcc61174252","ref":"refs/heads/test_641383923","pushedAt":"2024-06-07T23:09:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"No public description\n\nPiperOrigin-RevId: 641383923","shortMessageHtmlLink":"No public description"}},{"before":null,"after":"08ffc1e64c2af2ca02618783858795fa407ba5ec","ref":"refs/heads/test_641383923","pushedAt":"2024-06-07T23:08:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"No public description\n\nPiperOrigin-RevId: 641383923","shortMessageHtmlLink":"No public description"}},{"before":"14f11f3a0221f1657e52644e114e10dba153b2c3","after":"28b5fa7d810095799809a55445d213232309eba8","ref":"refs/heads/test_638393335","pushedAt":"2024-06-07T23:07:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"No public description\n\nPiperOrigin-RevId: 638393335","shortMessageHtmlLink":"No public description"}},{"before":"4ad8faf4c1149c9d62ba0b2b7ab7ef47c8947caf","after":null,"ref":"refs/heads/test_641298632","pushedAt":"2024-06-07T20:15:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"85ab37fdc0ed933edb42b51f13cf87e804072967","after":"4ad8faf4c1149c9d62ba0b2b7ab7ef47c8947caf","ref":"refs/heads/main","pushedAt":"2024-06-07T20:15:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"No public description\n\nPiperOrigin-RevId: 641337864","shortMessageHtmlLink":"No public description"}},{"before":"8d92fb00310250eeaa0e41e567e7086925cf0118","after":"4ad8faf4c1149c9d62ba0b2b7ab7ef47c8947caf","ref":"refs/heads/test_641298632","pushedAt":"2024-06-07T20:15:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"No public description\n\nPiperOrigin-RevId: 641337864","shortMessageHtmlLink":"No public description"}},{"before":"33a3578d9c65737138c13278c64c6ee736075eb9","after":"8d92fb00310250eeaa0e41e567e7086925cf0118","ref":"refs/heads/test_641298632","pushedAt":"2024-06-07T20:03:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"No public description\n\nPiperOrigin-RevId: 641298632","shortMessageHtmlLink":"No public description"}},{"before":"b18013fe6931d24406d2f83ba50f316b4a8774a5","after":"33a3578d9c65737138c13278c64c6ee736075eb9","ref":"refs/heads/test_641298632","pushedAt":"2024-06-07T18:02:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"No public description\n\nPiperOrigin-RevId: 641298632","shortMessageHtmlLink":"No public description"}},{"before":null,"after":"b18013fe6931d24406d2f83ba50f316b4a8774a5","ref":"refs/heads/test_641298632","pushedAt":"2024-06-07T17:58:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"No public description\n\nPiperOrigin-RevId: 641298632","shortMessageHtmlLink":"No public description"}},{"before":"1fa8a7b5224016d3eb20bf7bb05473e72e30bcf6","after":"14f11f3a0221f1657e52644e114e10dba153b2c3","ref":"refs/heads/test_638393335","pushedAt":"2024-06-07T16:18:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"No public description\n\nPiperOrigin-RevId: 638393335","shortMessageHtmlLink":"No public description"}},{"before":"53ce93b8794d05108ab5c0df1f72bf5346b5868a","after":"1fa8a7b5224016d3eb20bf7bb05473e72e30bcf6","ref":"refs/heads/test_638393335","pushedAt":"2024-06-07T16:08:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"No public description\n\nPiperOrigin-RevId: 638393335","shortMessageHtmlLink":"No public description"}},{"before":null,"after":"53ce93b8794d05108ab5c0df1f72bf5346b5868a","ref":"refs/heads/test_638393335","pushedAt":"2024-05-30T15:14:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"No public description\n\nPiperOrigin-RevId: 638393335","shortMessageHtmlLink":"No public description"}},{"before":"85ab37fdc0ed933edb42b51f13cf87e804072967","after":null,"ref":"refs/heads/test_637001025","pushedAt":"2024-05-24T23:00:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"2658bc172d418fd678d44f3890d9d175b3a9ed80","after":"85ab37fdc0ed933edb42b51f13cf87e804072967","ref":"refs/heads/main","pushedAt":"2024-05-24T23:00:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Release NeuralGCM 1.0.0\n\nPiperOrigin-RevId: 637057994","shortMessageHtmlLink":"Release NeuralGCM 1.0.0"}},{"before":"ff59a8075bf542b6890ef3dfe2ed77ca0194cbe3","after":"85ab37fdc0ed933edb42b51f13cf87e804072967","ref":"refs/heads/test_637001025","pushedAt":"2024-05-24T23:00:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Release NeuralGCM 1.0.0\n\nPiperOrigin-RevId: 637057994","shortMessageHtmlLink":"Release NeuralGCM 1.0.0"}},{"before":"d9d188a112865a783da8bb9aacce3cb9669589f0","after":"ff59a8075bf542b6890ef3dfe2ed77ca0194cbe3","ref":"refs/heads/test_637001025","pushedAt":"2024-05-24T22:51:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Release NeuralGCM 1.0.0\n\nPiperOrigin-RevId: 637001025","shortMessageHtmlLink":"Release NeuralGCM 1.0.0"}},{"before":"a4936b5b636c78666785455550fc59c1ae120ec0","after":"d9d188a112865a783da8bb9aacce3cb9669589f0","ref":"refs/heads/test_637001025","pushedAt":"2024-05-24T22:09:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Release NeuralGCM 1.0.0\n\nPiperOrigin-RevId: 637001025","shortMessageHtmlLink":"Release NeuralGCM 1.0.0"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEaQQN7gA","startCursor":null,"endCursor":null}},"title":"Activity · google-research/neuralgcm"}