{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":317566883,"defaultBranch":"main","name":"mutwo.core","ownerLogin":"mutwo-org","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-12-01T14:27:33.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/75320205?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1712682456.0","currentOid":""},"activityList":{"items":[{"before":"51473cbb3d7f6a127b7865a7df5fc5c73f09a354","after":null,"ref":"refs/heads/v2.0.0-dev-without-freeze","pushedAt":"2024-04-09T17:05:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"}},{"before":"ce84f19c4b1981173b1842b33961c7aae1af9d91","after":"51473cbb3d7f6a127b7865a7df5fc5c73f09a354","ref":"refs/heads/main","pushedAt":"2024-04-09T17:05:19.000Z","pushType":"push","commitsCount":60,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"},"commit":{"message":"Bump to v.2.0.0\n\nThis is a new release of 'mutwo.core' with breaking changes (therefore\nwe have a new major version). It's simpler, faster, smaller and easier to\ncomprehend than previous versions of 'mutwo.core'. Due to the amount of\nbreaking changes, it's not compatible with pre v.2.0.0 versions.\nThe v.1.X.Y mutwo.core version family existed for ~1.5 year.\nThe v.2.X.Y version family should be much longer maintained, at least\n3 years, but ideally even longer.\n\n-------\nCHANGES\n-------\n\nAdded\n=====\n- new method `Envelope.curve_shape_at`, see https://github.com/mutwo-org/mutwo.core/commit/ff3c0d510b8f5cbb6297a539dcb7d4e73879b001\n- new method `Envelope.point_at`, see https://github.com/mutwo-org/mutwo.core/commit/8ae9f406ccd1846874ac7d6fa4c0992e2209d369\n- new method `Envelope.time_range_to_point_tuple`, see https://github.com/mutwo-org/mutwo.core/commit/f42c5facd0eebc397c0de85d4aaa12c3015d6acb\n- conciste `__str__` for mutwo events, see https://github.com/mutwo-org/mutwo.core/commit/178f0e0815f069391d9b2ca25b10fee2278af444\n- `MutwoObject` as base class for all mutwo objects, see https://github.com/mutwo-org/mutwo.core/commit/64e33e06c452f4b0bd6589e808745f055b52d0c9 and https://github.com/mutwo-org/mutwo.core/commit/8343f8eaefd5a3bdc8befd24aa87720f7630fda2\n- general `core_parameters.abc.Parameter` class, see https://github.com/mutwo-org/mutwo.core/commit/c711348bd4d5253f84047ee3459fc6b68760596f\n- `core_utilities.str_to_number_parser`, see https://github.com/mutwo-org/mutwo.core/commit/9840711eb53ee8fe0e5eb723c7050ef97388bbb5\n\nChanged\n=======\n- names of basic event classes: `SequentialEvent` is now `Consecution`, `SimultaneousEvent` is now `Concurrence`, `SimpleEvent` is now `Chronon` and `ComplexEvent` is now `Compound`, see https://github.com/mutwo-org/mutwo.core/commit/8c54bb1cf2f8253568d57ff50c9f4a9de75774fc and https://github.com/mutwo-org/mutwo.core/commit/e7567d4a82f4561e5dfb875631e4f11284149c45 and https://github.com/mutwo-org/mutwo.core/commit/ed9522573246356bf97326bc75635573eb8a244b\n- improved performance of `Envelope.integrate_interval` by a factor of 8, see https://github.com/mutwo-org/mutwo.core/commit/ae8343cc1f7476c7b6c6a7db3b0186f8c9f3a131\n- type of `Duration` value from `fractions.Fraction` to `float`, see https://github.com/mutwo-org/mutwo.core/commit/90b0a3f6d75e4df58f8a55802c7de4efb446c4a5\n- dropped specific tagged events: instead all events have optional tags from now, see https://github.com/mutwo-org/mutwo.core/commit/4e469adb2e7d0f852d31d9b9d2aa6df536e8ef8a\n- structure of `Envelope` class (simplifying it), see https://github.com/mutwo-org/mutwo.core/commit/d85a2a3edab740450c572685ad0d550cb2b6a0c7\n- syntactic sugar parser from `???_events.configurations.UNKNOWN_OBJECT_TO_???` to `???_parameters.abc.???.from_any`, see https://github.com/mutwo-org/mutwo.core/commit/35e05cd3722d4d65d7593c047d2918372cf301e6\n- `DirectTempo` and added dedicated `WesternTempo`, see https://github.com/mutwo-org/mutwo.core/commit/f8bc9f7ecd7b4afea952d6d1b55ad4e2326e122c\n- `Parameter.$PROPERTY` to `Parameter.$UNIT`, see https://github.com/mutwo-org/mutwo.core/commit/9f08dcacc8e82a1bba3c69977a1f4f3b8e322f94\n- `TempoPoint` to `Tempo`, see https://github.com/mutwo-org/mutwo.core/commit/5972c97aa998d17e848087faf6b990176feb2857\n- generalize/simplify dynamic parameters, see https://github.com/mutwo-org/mutwo.core/commit/850f22b6a821a954801f0e569831ae00438dd779\n- `core_converters.TempoToBeathLengthInSeconds` to `core_parameters.Tempo.seconds` parameter, see https://github.com/mutwo-org/mutwo.core/commit/0b887896ea113d45fc5fa13331d95783c1194062\n\nDropped\n=======\n- `mutate` parameter in many methods of mutwo events and parameters, see https://github.com/mutwo-org/mutwo.core/commit/4aef5e0bda7495bb3e92e06c26d2dfd7e5c96a38\n- deprecated `Envelope.from_points`, see https://github.com/mutwo-org/mutwo.core/commit/f22942fd9b541f1a17994265aa77dec1dd521f17\n- `quicktions` dependency, see https://github.com/mutwo-org/mutwo.core/commit/9b6195e6719a289f2dbc4595d9ed622a4a8c567f\n- `core_generators` module, see https://github.com/mutwo-org/mutwo.core/commit/974aac303ed0c800b570b8c5d094137d06b0dbb4\n- `core_utilities.NoSolutionFound`, see https://github.com/mutwo-org/mutwo.core/commit/11d8adf09826b2c09a2a811468b9aa680bcda775\n- `core_constants.DurationType` and `core_constants.ParameterType`, see https://github.com/mutwo-org/mutwo.core/commit/0f4f79257df520ab7d1b2a7809edaab600c2dc59\n- `UndefinedReferenceWarning`, see https://github.com/mutwo-org/mutwo.core/commit/0783f900bb460aca6178ae2bab54f24e8516aa5a\n- `core_events.RelativeEnvelope`, see https://github.com/mutwo-org/mutwo.core/commit/2c73955e0e4f9e86a36b355e7262ba593ee1cbc6","shortMessageHtmlLink":"Bump to v.2.0.0"}},{"before":"019c7792257c1047da4cfbdab5b31f4ffcddeb4b","after":"51473cbb3d7f6a127b7865a7df5fc5c73f09a354","ref":"refs/heads/v2.0.0-dev-without-freeze","pushedAt":"2024-04-09T17:02:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"},"commit":{"message":"Bump to v.2.0.0\n\nThis is a new release of 'mutwo.core' with breaking changes (therefore\nwe have a new major version). It's simpler, faster, smaller and easier to\ncomprehend than previous versions of 'mutwo.core'. Due to the amount of\nbreaking changes, it's not compatible with pre v.2.0.0 versions.\nThe v.1.X.Y mutwo.core version family existed for ~1.5 year.\nThe v.2.X.Y version family should be much longer maintained, at least\n3 years, but ideally even longer.\n\n-------\nCHANGES\n-------\n\nAdded\n=====\n- new method `Envelope.curve_shape_at`, see https://github.com/mutwo-org/mutwo.core/commit/ff3c0d510b8f5cbb6297a539dcb7d4e73879b001\n- new method `Envelope.point_at`, see https://github.com/mutwo-org/mutwo.core/commit/8ae9f406ccd1846874ac7d6fa4c0992e2209d369\n- new method `Envelope.time_range_to_point_tuple`, see https://github.com/mutwo-org/mutwo.core/commit/f42c5facd0eebc397c0de85d4aaa12c3015d6acb\n- conciste `__str__` for mutwo events, see https://github.com/mutwo-org/mutwo.core/commit/178f0e0815f069391d9b2ca25b10fee2278af444\n- `MutwoObject` as base class for all mutwo objects, see https://github.com/mutwo-org/mutwo.core/commit/64e33e06c452f4b0bd6589e808745f055b52d0c9 and https://github.com/mutwo-org/mutwo.core/commit/8343f8eaefd5a3bdc8befd24aa87720f7630fda2\n- general `core_parameters.abc.Parameter` class, see https://github.com/mutwo-org/mutwo.core/commit/c711348bd4d5253f84047ee3459fc6b68760596f\n- `core_utilities.str_to_number_parser`, see https://github.com/mutwo-org/mutwo.core/commit/9840711eb53ee8fe0e5eb723c7050ef97388bbb5\n\nChanged\n=======\n- names of basic event classes: `SequentialEvent` is now `Consecution`, `SimultaneousEvent` is now `Concurrence`, `SimpleEvent` is now `Chronon` and `ComplexEvent` is now `Compound`, see https://github.com/mutwo-org/mutwo.core/commit/8c54bb1cf2f8253568d57ff50c9f4a9de75774fc and https://github.com/mutwo-org/mutwo.core/commit/e7567d4a82f4561e5dfb875631e4f11284149c45 and https://github.com/mutwo-org/mutwo.core/commit/ed9522573246356bf97326bc75635573eb8a244b\n- improved performance of `Envelope.integrate_interval` by a factor of 8, see https://github.com/mutwo-org/mutwo.core/commit/ae8343cc1f7476c7b6c6a7db3b0186f8c9f3a131\n- type of `Duration` value from `fractions.Fraction` to `float`, see https://github.com/mutwo-org/mutwo.core/commit/90b0a3f6d75e4df58f8a55802c7de4efb446c4a5\n- dropped specific tagged events: instead all events have optional tags from now, see https://github.com/mutwo-org/mutwo.core/commit/4e469adb2e7d0f852d31d9b9d2aa6df536e8ef8a\n- structure of `Envelope` class (simplifying it), see https://github.com/mutwo-org/mutwo.core/commit/d85a2a3edab740450c572685ad0d550cb2b6a0c7\n- syntactic sugar parser from `???_events.configurations.UNKNOWN_OBJECT_TO_???` to `???_parameters.abc.???.from_any`, see https://github.com/mutwo-org/mutwo.core/commit/35e05cd3722d4d65d7593c047d2918372cf301e6\n- `DirectTempo` and added dedicated `WesternTempo`, see https://github.com/mutwo-org/mutwo.core/commit/f8bc9f7ecd7b4afea952d6d1b55ad4e2326e122c\n- `Parameter.$PROPERTY` to `Parameter.$UNIT`, see https://github.com/mutwo-org/mutwo.core/commit/9f08dcacc8e82a1bba3c69977a1f4f3b8e322f94\n- `TempoPoint` to `Tempo`, see https://github.com/mutwo-org/mutwo.core/commit/5972c97aa998d17e848087faf6b990176feb2857\n- generalize/simplify dynamic parameters, see https://github.com/mutwo-org/mutwo.core/commit/850f22b6a821a954801f0e569831ae00438dd779\n- `core_converters.TempoToBeathLengthInSeconds` to `core_parameters.Tempo.seconds` parameter, see https://github.com/mutwo-org/mutwo.core/commit/0b887896ea113d45fc5fa13331d95783c1194062\n\nDropped\n=======\n- `mutate` parameter in many methods of mutwo events and parameters, see https://github.com/mutwo-org/mutwo.core/commit/4aef5e0bda7495bb3e92e06c26d2dfd7e5c96a38\n- deprecated `Envelope.from_points`, see https://github.com/mutwo-org/mutwo.core/commit/f22942fd9b541f1a17994265aa77dec1dd521f17\n- `quicktions` dependency, see https://github.com/mutwo-org/mutwo.core/commit/9b6195e6719a289f2dbc4595d9ed622a4a8c567f\n- `core_generators` module, see https://github.com/mutwo-org/mutwo.core/commit/974aac303ed0c800b570b8c5d094137d06b0dbb4\n- `core_utilities.NoSolutionFound`, see https://github.com/mutwo-org/mutwo.core/commit/11d8adf09826b2c09a2a811468b9aa680bcda775\n- `core_constants.DurationType` and `core_constants.ParameterType`, see https://github.com/mutwo-org/mutwo.core/commit/0f4f79257df520ab7d1b2a7809edaab600c2dc59\n- `UndefinedReferenceWarning`, see https://github.com/mutwo-org/mutwo.core/commit/0783f900bb460aca6178ae2bab54f24e8516aa5a\n- `core_events.RelativeEnvelope`, see https://github.com/mutwo-org/mutwo.core/commit/2c73955e0e4f9e86a36b355e7262ba593ee1cbc6","shortMessageHtmlLink":"Bump to v.2.0.0"}},{"before":"219259530aa4099de338fcd3c2f3d40c69164f67","after":"019c7792257c1047da4cfbdab5b31f4ffcddeb4b","ref":"refs/heads/v2.0.0-dev-without-freeze","pushedAt":"2024-04-09T07:09:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"},"commit":{"message":"wip: bump to v.2.0.0","shortMessageHtmlLink":"wip: bump to v.2.0.0"}},{"before":"94917251a34704233ad0874b22eb2c29176d0892","after":"219259530aa4099de338fcd3c2f3d40c69164f67","ref":"refs/heads/v2.0.0-dev-without-freeze","pushedAt":"2024-04-08T23:42:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"},"commit":{"message":"wip: bump to v.2.0.0","shortMessageHtmlLink":"wip: bump to v.2.0.0"}},{"before":"be6a4bde24e899a3d037e503d4a30c13e73572ec","after":"94917251a34704233ad0874b22eb2c29176d0892","ref":"refs/heads/v2.0.0-dev-without-freeze","pushedAt":"2024-04-08T23:38:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"},"commit":{"message":"wip: bump to v.2.0.0","shortMessageHtmlLink":"wip: bump to v.2.0.0"}},{"before":"ece2a4606468ab3c1db638349663eff9bf30d12a","after":"be6a4bde24e899a3d037e503d4a30c13e73572ec","ref":"refs/heads/v2.0.0-dev-without-freeze","pushedAt":"2024-04-08T22:08:00.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"},"commit":{"message":"wip: bump to v.2.0.0","shortMessageHtmlLink":"wip: bump to v.2.0.0"}},{"before":"8d088b5f8b5d276284e618bd59901ece2513d95f","after":"ece2a4606468ab3c1db638349663eff9bf30d12a","ref":"refs/heads/v2.0.0-dev-without-freeze","pushedAt":"2024-04-08T19:35:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"},"commit":{"message":"wip: bump to v.2.0.0","shortMessageHtmlLink":"wip: bump to v.2.0.0"}},{"before":"f7a31c89a22b0c35bf16cbda69a4a7504471d914","after":"8d088b5f8b5d276284e618bd59901ece2513d95f","ref":"refs/heads/v2.0.0-dev-without-freeze","pushedAt":"2024-03-20T19:09:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"},"commit":{"message":"wip: bump to v.2.0.0","shortMessageHtmlLink":"wip: bump to v.2.0.0"}},{"before":"1c4f4580b18c6ebb6c54a7ca9b761bdc1fe7771a","after":"f7a31c89a22b0c35bf16cbda69a4a7504471d914","ref":"refs/heads/v2.0.0-dev-without-freeze","pushedAt":"2024-03-19T22:48:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"},"commit":{"message":"wip: bump to v.2.0.0","shortMessageHtmlLink":"wip: bump to v.2.0.0"}},{"before":"cbeb017100c6418dbe2bc18ecf6b096541b07cf0","after":"1c4f4580b18c6ebb6c54a7ca9b761bdc1fe7771a","ref":"refs/heads/v2.0.0-dev-without-freeze","pushedAt":"2024-03-19T22:19:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"},"commit":{"message":"wip: bump to v.2.0.0","shortMessageHtmlLink":"wip: bump to v.2.0.0"}},{"before":"a2177494ffbc2de303d1745e69edfacec443bb53","after":"cbeb017100c6418dbe2bc18ecf6b096541b07cf0","ref":"refs/heads/v2.0.0-dev-without-freeze","pushedAt":"2024-03-19T22:16:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"},"commit":{"message":"wip: bump to v.2.0.0","shortMessageHtmlLink":"wip: bump to v.2.0.0"}},{"before":"64013de6e906412cbea11f63705d330f9e238c71","after":"a2177494ffbc2de303d1745e69edfacec443bb53","ref":"refs/heads/v2.0.0-dev-without-freeze","pushedAt":"2024-02-28T15:32:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"},"commit":{"message":"wip: bump to v.2.0.0","shortMessageHtmlLink":"wip: bump to v.2.0.0"}},{"before":"606411d7774ad3bf4cc0561930366e42cac8c5e2","after":"64013de6e906412cbea11f63705d330f9e238c71","ref":"refs/heads/v2.0.0-dev-without-freeze","pushedAt":"2024-02-27T22:35:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"},"commit":{"message":"wip: bump to v.2.0.0","shortMessageHtmlLink":"wip: bump to v.2.0.0"}},{"before":"7f0b0059249a953380a4da500580ce4f41af1596","after":"606411d7774ad3bf4cc0561930366e42cac8c5e2","ref":"refs/heads/v2.0.0-dev-without-freeze","pushedAt":"2024-02-27T22:00:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"},"commit":{"message":"wip: bump to v.2.0.0","shortMessageHtmlLink":"wip: bump to v.2.0.0"}},{"before":"bed0a19db67e2d93002db1cfbb037cf339dae248","after":"7f0b0059249a953380a4da500580ce4f41af1596","ref":"refs/heads/v2.0.0-dev-without-freeze","pushedAt":"2024-02-27T16:50:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"},"commit":{"message":"wip: bump to v.2.0.0","shortMessageHtmlLink":"wip: bump to v.2.0.0"}},{"before":"09f6730464859150b38f34bd549ea6c86fce1ebd","after":"bed0a19db67e2d93002db1cfbb037cf339dae248","ref":"refs/heads/v2.0.0-dev-without-freeze","pushedAt":"2024-02-27T12:36:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"},"commit":{"message":"wip: bump to v.2.0.0","shortMessageHtmlLink":"wip: bump to v.2.0.0"}},{"before":"faa7c101ac4c50117eed3be40a3391efd3067694","after":"09f6730464859150b38f34bd549ea6c86fce1ebd","ref":"refs/heads/v2.0.0-dev-without-freeze","pushedAt":"2024-02-27T09:30:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"},"commit":{"message":"fixup! wip: unify parameter envelopes","shortMessageHtmlLink":"fixup! wip: unify parameter envelopes"}},{"before":"f4abbe137dd8701f6ea927711b5f874bec62a1c4","after":"faa7c101ac4c50117eed3be40a3391efd3067694","ref":"refs/heads/v2.0.0-dev-without-freeze","pushedAt":"2024-02-26T21:24:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"},"commit":{"message":"wip: bump to v.2.0.0","shortMessageHtmlLink":"wip: bump to v.2.0.0"}},{"before":"cf4495737676eb721ff0248138676bc0fd76e29f","after":"f4abbe137dd8701f6ea927711b5f874bec62a1c4","ref":"refs/heads/v2.0.0-dev-without-freeze","pushedAt":"2024-02-24T19:00:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"},"commit":{"message":"wip: bump to v.2.0.0","shortMessageHtmlLink":"wip: bump to v.2.0.0"}},{"before":"68d1fe451100fe2047a1bde81ba9c3f212572b0f","after":"cf4495737676eb721ff0248138676bc0fd76e29f","ref":"refs/heads/v2.0.0-dev-without-freeze","pushedAt":"2024-02-24T18:50:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"},"commit":{"message":"wip: bump to v.2.0.0","shortMessageHtmlLink":"wip: bump to v.2.0.0"}},{"before":"b8d224e3727e8a0bfe45aa8908612d638f0392af","after":"68d1fe451100fe2047a1bde81ba9c3f212572b0f","ref":"refs/heads/v2.0.0-dev-without-freeze","pushedAt":"2024-02-24T18:11:39.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"},"commit":{"message":"wip: bump to v.2.0.0","shortMessageHtmlLink":"wip: bump to v.2.0.0"}},{"before":null,"after":"bd20207d98062591fc4e5ec638068554185a6c5b","ref":"refs/heads/v2.0.0-dev-freeze","pushedAt":"2023-12-10T21:23:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"},"commit":{"message":"fixup! utilities/MutwoObject.copy: ↑ performance x2","shortMessageHtmlLink":"fixup! utilities/MutwoObject.copy: ↑ performance x2"}},{"before":"952e335f00ad6f082d5947a37b19b2a5dee31731","after":"b8d224e3727e8a0bfe45aa8908612d638f0392af","ref":"refs/heads/v2.0.0-dev-without-freeze","pushedAt":"2023-12-10T18:40:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"},"commit":{"message":"wip: bump to v.2.0.0","shortMessageHtmlLink":"wip: bump to v.2.0.0"}},{"before":"f65d829db6dc82b084b9f98550c40aab4d436f23","after":"952e335f00ad6f082d5947a37b19b2a5dee31731","ref":"refs/heads/v2.0.0-dev-without-freeze","pushedAt":"2023-11-23T13:33:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"},"commit":{"message":"wip: bump to v.2.0.0","shortMessageHtmlLink":"wip: bump to v.2.0.0"}},{"before":"694ddfed28400b5ed4456e89ca8ff155f96aeac4","after":"f65d829db6dc82b084b9f98550c40aab4d436f23","ref":"refs/heads/v2.0.0-dev-without-freeze","pushedAt":"2023-11-23T09:13:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"},"commit":{"message":"wip: bump to v.2.0.0","shortMessageHtmlLink":"wip: bump to v.2.0.0"}},{"before":"430736c89b8bb6f2b7082f45b0877689bb5a8333","after":"694ddfed28400b5ed4456e89ca8ff155f96aeac4","ref":"refs/heads/v2.0.0-dev-without-freeze","pushedAt":"2023-11-21T17:16:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"},"commit":{"message":"wip: bump to v.2.0.0","shortMessageHtmlLink":"wip: bump to v.2.0.0"}},{"before":"3d1612325b76b5d3d08a571b5ac01ff20396c4d0","after":"430736c89b8bb6f2b7082f45b0877689bb5a8333","ref":"refs/heads/v2.0.0-dev-without-freeze","pushedAt":"2023-11-19T16:03:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"},"commit":{"message":"wip: bump to v.2.0.0","shortMessageHtmlLink":"wip: bump to v.2.0.0"}},{"before":"1504ebe65a616d473bb18365a9bfffc7f6ef94e5","after":"3d1612325b76b5d3d08a571b5ac01ff20396c4d0","ref":"refs/heads/v2.0.0-dev-without-freeze","pushedAt":"2023-11-19T15:23:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"},"commit":{"message":"wip: bump to v.2.0.0","shortMessageHtmlLink":"wip: bump to v.2.0.0"}},{"before":"07b576a7c0471080c2957ada394cce8062c5c31c","after":"1504ebe65a616d473bb18365a9bfffc7f6ef94e5","ref":"refs/heads/v2.0.0-dev-without-freeze","pushedAt":"2023-11-18T20:00:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"levinericzimmermann","name":"Levin Eric Zimmermann","path":"/levinericzimmermann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28804655?s=80&v=4"},"commit":{"message":"wip: bump to v.2.0.0","shortMessageHtmlLink":"wip: bump to v.2.0.0"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAELD38rgA","startCursor":null,"endCursor":null}},"title":"Activity · mutwo-org/mutwo.core"}