Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getnested #594

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

getnested #594

wants to merge 1 commit into from

Conversation

fzimmermann89
Copy link
Member

@fzimmermann89 fzimmermann89 commented Dec 29, 2024

idea is to use it for getting the parameters from the ismrmrd header.

have to consider how to deal with type hinting.
alternative is to ignore it and return Any or always force a default.
Or make it a callable generic class that looks like a function but can be called as
getnestedint to tell mypy that it returns an int.

fzimmermann89 added a commit that referenced this pull request Dec 29, 2024
ghstack-source-id: f75571db8f1c4b1588e754a91dcf7f341c8a31ee
ghstack-comment-id: 2564579214
Pull Request resolved: #594
Copy link
Contributor

github-actions bot commented Dec 29, 2024

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/mrpro/algorithms/csm
   inati.py24196%44
   walsh.py16194%34
src/mrpro/algorithms/dcf
   dcf_voronoi.py53492%15, 48–49, 76
src/mrpro/algorithms/optimizers
   adam.py20195%69
src/mrpro/algorithms/reconstruction
   DirectReconstruction.py281643%51–71, 85
   IterativeSENSEReconstruction.py13192%76
   Reconstruction.py502256%42, 54–56, 80–87, 104–113
   RegularizedIterativeSENSEReconstruction.py411759%96–100, 114–139
src/mrpro/data
   AcqInfo.py146497%51, 59, 229, 267
   CheckDataMixin.py3413989%94, 100, 102, 119, 127, 129, 131, 164–165, 188, 197, 242, 258, 306, 311, 317–322, 352, 359, 445, 447, 479, 481, 483, 487, 503, 544, 549, 626, 648–652, 684, 725–728, 753
   CsmData.py28389%13, 80–82
   DcfData.py44882%16, 64, 76–81
   EncodingLimits.py73396%33, 123, 126
   IData.py67987%119, 125, 129, 159–167
   IHeader.py1331390%157, 195, 203–204, 210–211, 214–215, 226–230
   KData.py2222788%112–113, 128, 135, 147–158, 167, 175, 184–188, 240–241, 281, 298, 303–304, 326–327, 487, 489, 562, 626, 635
   KHeader.py1391490%23, 108–112, 139, 187, 194–195, 198, 205, 222–229
   KNoise.py311552%39–52, 56–61
   KTrajectory.py81791%108–113, 116–118
   MoveDataMixin.py1401887%15, 113, 129, 143–145, 207, 323–325, 338, 417, 437–438, 440, 455–456, 458
   QData.py39782%42, 65–73
   Rotation.py6743595%100, 198, 335, 433, 477, 495, 581, 583, 592, 626, 628, 691, 768, 773, 776, 791, 808, 813, 889, 1077, 1082, 1085, 1109, 1113, 1240, 1242, 1250–1251, 1315, 1397, 1690, 1846, 1881, 1885, 1996
   SpatialDimension.py2322091%34, 104, 148, 154, 274–276, 289–291, 325, 343, 356, 369, 382, 395, 404–405, 420, 429
   acq_filters.py12192%47
src/mrpro/data/traj_calculators
   KTrajectoryCalculator.py27196%85
   KTrajectoryIsmrmrd.py13285%41, 50
src/mrpro/operators
   CartesianSamplingOp.py89397%118, 157, 280
   ConstraintsOp.py60297%46, 48
   EndomorphOperator.py65297%228, 234
   FiniteDifferenceOp.py27293%40, 105
   FourierOp.py158398%263, 381, 386
   Functional.py71593%20–22, 117, 119
   GridSamplingOp.py136993%72–73, 82–83, 90–91, 94, 96, 98
   LinearOperator.py1681094%55, 91, 190, 220, 261, 270, 278, 287, 295, 320
   LinearOperatorMatrix.py1581690%82, 119, 152, 161, 166, 175–178, 191–194, 203, 215, 304, 331, 359
   MultiIdentityOp.py13285%43, 48
   Operator.py78297%25, 74
   ProximableFunctionalSeparableSum.py39392%50, 103, 110
   SliceProjectionOp.py173895%44, 61, 63, 69, 206, 227, 260, 300
   WaveletOp.py120596%152, 170, 205, 210, 233
   ZeroPadOp.py16194%30
src/mrpro/utils
   filters.py62297%44, 49
   indexing.py170199%325
   reshape.py60198%191
   slice_profiles.py46687%20, 36, 113–116, 149
   sliding_window.py34197%34
   split_idx.py10280%43, 47
   summarize_tensorvalues.py11282%23, 25
   typing.py181139%8–23
   zero_pad_or_crop.py31681%26, 30, 54, 57, 60, 63
TOTAL551339493% 

Tests Skipped Failures Errors Time
2331 0 💤 6 ❌ 0 🔥 1m 7s ⏱️

fzimmermann89 added a commit that referenced this pull request Dec 30, 2024
ghstack-source-id: deaf86fa50b3fb07edfd9f8bd3339b6b5cd1d01f
ghstack-comment-id: 2564579214
Pull Request resolved: #594
fzimmermann89 added a commit that referenced this pull request Jan 2, 2025
ghstack-source-id: 2a8fc8d6f0475ec6afdb694a51a4cb7337814011
ghstack-comment-id: 2564579214
Pull Request resolved: #594
fzimmermann89 added a commit that referenced this pull request Jan 3, 2025
ghstack-source-id: 7932dde9f2f40ff355111e07ed63a2f78b8594b0
ghstack-comment-id: 2564579214
Pull Request resolved: #594
fzimmermann89 added a commit that referenced this pull request Jan 3, 2025
ghstack-source-id: 234f87615364bbe56634289e84438a8ca15aab60
ghstack-comment-id: 2564579214
Pull Request resolved: #594
fzimmermann89 added a commit that referenced this pull request Jan 5, 2025
ghstack-source-id: 99fda58638dc8cfd324f454d6927d49c83bf1268
ghstack-comment-id: 2564579214
Pull Request resolved: #594
fzimmermann89 added a commit that referenced this pull request Jan 7, 2025
ghstack-source-id: 56fef72771be0d72973c951f831158d0d3e8928d
ghstack-comment-id: 2564579214
Pull Request resolved: #594
fzimmermann89 added a commit that referenced this pull request Feb 18, 2025
ghstack-source-id: 79cfc6d0a46c5dcde16df819e8ad48af14ae20a5
ghstack-comment-id: 2564579214
Pull Request resolved: #594
Copy link
Contributor

github-actions bot commented Feb 18, 2025

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/mrpro
   _version.py6267%7–8
src/mrpro/algorithms/csm
   inati.py24196%44
   walsh.py16194%53
src/mrpro/algorithms/dcf
   dcf_voronoi.py55493%15, 55–56, 89
src/mrpro/algorithms/optimizers
   adam.py20195%101
   pdhg.py79396%177–178, 184
src/mrpro/algorithms/reconstruction
   DirectReconstruction.py281643%59–79, 93
   IterativeSENSEReconstruction.py13192%79
   Reconstruction.py502256%42, 54–56, 80–87, 108–117
   RegularizedIterativeSENSEReconstruction.py411759%97–101, 115–140
src/mrpro/data
   AcqInfo.py128398%26, 169, 207
   CsmData.py29390%15, 84–86
   DcfData.py45882%18, 66, 78–83
   IData.py60887%129, 142, 171–179
   IHeader.py961189%103, 106, 116, 119, 122, 125, 162–166
   KData.py2142588%111–112, 127, 134, 144, 152, 206–207, 245, 250–251, 270–281, 440, 442, 507, 522, 559, 590, 599
   KHeader.py1531789%25, 119–123, 150, 199, 210, 217–218, 221, 228, 260–271
   KNoise.py311552%39–52, 56–61
   KTrajectory.py811285%112–117, 120–122, 207–211
   MoveDataMixin.py1401887%28, 126, 142, 156–158, 220, 336–338, 351, 430, 450–451, 453, 468–469, 471
   QData.py39782%42, 65–73
   Rotation.py6823595%100, 198, 335, 433, 477, 495, 582, 584, 593, 627, 629, 692, 769, 774, 777, 792, 809, 814, 890, 1078, 1083, 1086, 1110, 1114, 1242, 1244, 1252–1253, 1317, 1399, 1702, 1854, 1889, 1893, 2004
   SpatialDimension.py2322191%34, 104, 141, 148, 154, 274–276, 289–291, 325, 343, 356, 369, 382, 395, 404–405, 420, 429
   acq_filters.py12192%47
src/mrpro/data/traj_calculators
   KTrajectoryCalculator.py25292%23, 45
   KTrajectoryIsmrmrd.py13285%41, 50
   KTrajectoryPulseq.py23196%55
src/mrpro/operators
   CartesianSamplingOp.py89397%118, 157, 280
   ConstraintsOp.py60297%46, 48
   EndomorphOperator.py32294%52, 58
   FiniteDifferenceOp.py27293%40, 105
   FourierOp.py73297%234, 239
   Functional.py77988%20–22, 117, 119, 226–228, 242
   GridSamplingOp.py136993%72–73, 82–83, 90–91, 94, 96, 98
   LinearOperator.py2001095%48, 107, 217, 244, 251, 292, 301, 309, 326, 361
   LinearOperatorMatrix.py1621988%82, 119, 152, 161, 166, 175–178, 191–194, 202–203, 208–209, 221, 310, 337, 364
   MultiIdentityOp.py13285%43, 48
   NonUniformFastFourierOp.py1771094%69, 96, 206, 208, 241, 243, 302, 356, 406, 411
   Operator.py79297%32, 88
   ProximableFunctionalSeparableSum.py39392%50, 103, 110
   SliceProjectionOp.py174895%45, 62, 64, 70, 206, 227, 260, 300
   WaveletOp.py119596%151, 169, 204, 209, 232
   ZeroPadOp.py16194%30
src/mrpro/utils
   filters.py62297%44, 49
   reshape.py75199%239
   slice_profiles.py47687%21, 37, 116–119, 152
   sliding_window.py34197%34
   split_idx.py10280%43, 47
   summarize_tensorvalues.py11918%20–29
   typing.py584522%9–217
   zero_pad_or_crop.py31681%26, 30, 55, 58, 61, 64
TOTAL520641892% 

Tests Skipped Failures Errors Time
2421 0 💤 0 ❌ 0 🔥 1m 13s ⏱️

fzimmermann89 added a commit that referenced this pull request Feb 18, 2025
ghstack-source-id: c8589542cddd1e123f02a9b6dbd6db2071d09f49
ghstack-comment-id: 2564579214
Pull Request resolved: #594
fzimmermann89 added a commit that referenced this pull request Feb 18, 2025
ghstack-source-id: f4bd5cc8b510c8c37c986aabd10f25b518fa86e7
ghstack-comment-id: 2564579214
Pull Request resolved: #594
fzimmermann89 added a commit that referenced this pull request Feb 19, 2025
ghstack-source-id: dc135584f458e4f84125aea81d1ca0817093277f
ghstack-comment-id: 2564579214
Pull Request resolved: #594
fzimmermann89 added a commit that referenced this pull request Feb 27, 2025
ghstack-source-id: c8b860f526ce950d7f5a0b0217f99e3f2f8916b0
ghstack-comment-id: 2564579214
Pull Request resolved: #594
fzimmermann89 added a commit that referenced this pull request Feb 27, 2025
ghstack-source-id: 788e9356bb65b46a60c28c40cded58aefffb96ea
ghstack-comment-id: 2564579214
Pull Request resolved: #594
fzimmermann89 added a commit that referenced this pull request Feb 27, 2025
ghstack-source-id: 788e9356bb65b46a60c28c40cded58aefffb96ea
ghstack-comment-id: 2564579214
Pull Request resolved: #594
fzimmermann89 added a commit that referenced this pull request Feb 27, 2025
ghstack-source-id: 8afe8deb5f173334f0941ff3c8c303d7052eaf17
ghstack-comment-id: 2564579214
Pull Request resolved: #594
fzimmermann89 added a commit that referenced this pull request Feb 28, 2025
ghstack-source-id: 9d9eaa34e4ca3f0cc66ad5ff2018bda4c39917ce
ghstack-comment-id: 2564579214
Pull Request resolved: #594
fzimmermann89 added a commit that referenced this pull request Feb 28, 2025
ghstack-source-id: 55dd648d3eb0b25d3e8215ccd33c20d3c51bd075
ghstack-comment-id: 2564579214
Pull Request resolved: #594
fzimmermann89 added a commit that referenced this pull request Feb 28, 2025
ghstack-source-id: 55dd648d3eb0b25d3e8215ccd33c20d3c51bd075
ghstack-comment-id: 2564579214
Pull Request resolved: #594
fzimmermann89 added a commit that referenced this pull request Feb 28, 2025
ghstack-source-id: ceef09b2846e505c3d09762de33b8ff08d1300ee
ghstack-comment-id: 2564579214
Pull Request resolved: #594
fzimmermann89 added a commit that referenced this pull request Feb 28, 2025
ghstack-source-id: 64678e6e29169a8c89ec0996e58e54ba77170271
ghstack-comment-id: 2564579214
Pull Request resolved: #594
fzimmermann89 added a commit that referenced this pull request Feb 28, 2025
ghstack-source-id: 5efe47c98eee2f79819b133d4ed051fa4f3481b6
ghstack-comment-id: 2564579214
Pull Request resolved: #594
fzimmermann89 added a commit that referenced this pull request Feb 28, 2025
ghstack-source-id: 354b7406dc9b599d66182ba2ef63327af53480ca
ghstack-comment-id: 2564579214
Pull Request resolved: #594
fzimmermann89 added a commit that referenced this pull request Feb 28, 2025
ghstack-source-id: 354b7406dc9b599d66182ba2ef63327af53480ca
ghstack-comment-id: 2564579214
Pull Request resolved: #594
fzimmermann89 added a commit that referenced this pull request Feb 28, 2025
ghstack-source-id: d068ec019cd3d16a29615782b6d8303975c02329
ghstack-comment-id: 2564579214
Pull Request resolved: #594
fzimmermann89 added a commit that referenced this pull request Feb 28, 2025
ghstack-source-id: f5901319928b6fd44ef8275c3f6ba37676545b23
ghstack-comment-id: 2564579214
Pull Request resolved: #594
Copy link
Contributor

github-actions bot commented Feb 28, 2025

📚 Documentation

📁 Download as zip
🔍 View online

This was referenced Feb 28, 2025
@fzimmermann89 fzimmermann89 changed the base branch from gh/fzimmermann89/37/head to main March 2, 2025 14:36
commit e096aad
Merge: 3805be4 6276e5b
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 15:20:03 2025 +0100

    Update

    [ghstack-poisoned]

commit 6276e5b
Merge: 0c0ed8b 0186bea
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 15:20:03 2025 +0100

    Update

    [ghstack-poisoned]

commit 0186bea
Merge: be84a89 236dda0
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 15:20:02 2025 +0100

    Update

    [ghstack-poisoned]

commit 236dda0
Merge: 19edee9 59c7a43
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 15:20:02 2025 +0100

    Update

    [ghstack-poisoned]

commit 59c7a43
Merge: e104f0c 3179898
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 15:20:01 2025 +0100

    Update

    [ghstack-poisoned]

commit 3179898
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 15:20:01 2025 +0100

    Update

    [ghstack-poisoned]

commit 3805be4
Merge: 8db7b23 0c0ed8b
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 14:46:06 2025 +0100

    Update

    [ghstack-poisoned]

commit 0c0ed8b
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 14:46:06 2025 +0100

    Update

    [ghstack-poisoned]

commit be84a89
Merge: 18fa797 19edee9
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 13:39:06 2025 +0100

    Update

    [ghstack-poisoned]

commit 8db7b23
Merge: 9ed2c76 2a9f861
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 13:39:06 2025 +0100

    Update

    [ghstack-poisoned]

commit 2a9f861
Merge: ee629ea be84a89
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 13:39:06 2025 +0100

    Update

    [ghstack-poisoned]

commit 19edee9
Merge: 3f6fcad e104f0c
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 13:39:05 2025 +0100

    Update

    [ghstack-poisoned]

commit e104f0c
Merge: c0ed7e1 f3ab6a3
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 13:39:05 2025 +0100

    Update

    [ghstack-poisoned]

commit f3ab6a3
Merge: 2de783f 11e01b5
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 13:39:04 2025 +0100

    Update

    [ghstack-poisoned]

commit 11e01b5
Merge: 793fa20 26aae12
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 13:39:04 2025 +0100

    Update

    [ghstack-poisoned]

commit 26aae12
Merge: 0f8ccae 2119f04
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 13:39:04 2025 +0100

    Update

    [ghstack-poisoned]

commit 9ed2c76
Merge: a5c3302 ee629ea
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 13:29:13 2025 +0100

    Update

    [ghstack-poisoned]

commit 18fa797
Merge: 6e240de 3f6fcad
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 13:29:12 2025 +0100

    Update

    [ghstack-poisoned]

commit ee629ea
Merge: c25817f 18fa797
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 13:29:12 2025 +0100

    Update

    [ghstack-poisoned]

commit 3f6fcad
Merge: 5174879 c0ed7e1
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 13:29:12 2025 +0100

    Update

    [ghstack-poisoned]

commit c0ed7e1
Merge: cf346a2 2de783f
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 13:29:11 2025 +0100

    Update

    [ghstack-poisoned]

commit 2de783f
Merge: 7b40a73 793fa20
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 13:29:11 2025 +0100

    Update

    [ghstack-poisoned]

commit 793fa20
Merge: daa56b7 0f8ccae
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 13:29:11 2025 +0100

    Update

    [ghstack-poisoned]

commit 0f8ccae
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 13:29:10 2025 +0100

    Update

    [ghstack-poisoned]

commit a5c3302
Merge: e088f87 c25817f
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 13:01:40 2025 +0100

    Update

    [ghstack-poisoned]

commit c25817f
Merge: d41001f 6e240de
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 13:01:40 2025 +0100

    Update

    [ghstack-poisoned]

commit 6e240de
Merge: 9d633b3 5174879
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 13:01:39 2025 +0100

    Update

    [ghstack-poisoned]

commit 5174879
Merge: b037300 cf346a2
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 13:01:39 2025 +0100

    Update

    [ghstack-poisoned]

commit cf346a2
Merge: 39c5294 7b40a73
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 13:01:39 2025 +0100

    Update

    [ghstack-poisoned]

commit 7b40a73
Merge: 351ab2c daa56b7
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 13:01:38 2025 +0100

    Update

    [ghstack-poisoned]

commit daa56b7
Merge: 9eff6c5 8926163
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 13:01:38 2025 +0100

    Update

    [ghstack-poisoned]

commit 8926163
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 13:01:38 2025 +0100

    Update

    [ghstack-poisoned]

commit e088f87
Merge: 50b1aee d41001f
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 11:06:06 2025 +0100

    Update

    [ghstack-poisoned]

commit d41001f
Merge: d62403a 9d633b3
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 11:06:05 2025 +0100

    Update

    [ghstack-poisoned]

commit 9d633b3
Merge: e93b8b4 b037300
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 11:06:05 2025 +0100

    Update

    [ghstack-poisoned]

commit b037300
Merge: 2ce03fc 39c5294
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 11:06:04 2025 +0100

    Update

    [ghstack-poisoned]

commit 39c5294
Merge: 150d981 351ab2c
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 11:06:04 2025 +0100

    Update

    [ghstack-poisoned]

commit 351ab2c
Merge: 2b23d7e 9eff6c5
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 11:06:04 2025 +0100

    Update

    [ghstack-poisoned]

commit 9eff6c5
Merge: 9bf1fa5 0cb6845
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 11:06:03 2025 +0100

    Update

    [ghstack-poisoned]

commit 0cb6845
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 11:06:03 2025 +0100

    Update

    [ghstack-poisoned]

commit 50b1aee
Merge: 2e0806f d62403a
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 01:51:06 2025 +0100

    Update

    [ghstack-poisoned]

commit d62403a
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 01:51:06 2025 +0100

    Update

    [ghstack-poisoned]

commit 2e0806f
Merge: 76421af 1b3ebc0
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 01:34:45 2025 +0100

    Update

    [ghstack-poisoned]

commit e93b8b4
Merge: 2d1dd1c 2ce03fc
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 01:34:44 2025 +0100

    Update

    [ghstack-poisoned]

commit 1b3ebc0
Merge: 593ea52 e93b8b4
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 01:34:44 2025 +0100

    Update

    [ghstack-poisoned]

commit 2ce03fc
Merge: 851043a 150d981
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 01:34:43 2025 +0100

    Update

    [ghstack-poisoned]

commit 150d981
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 01:34:43 2025 +0100

    Update

    [ghstack-poisoned]

commit 76421af
Merge: 5d3f9b6 593ea52
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 00:31:22 2025 +0100

    Update

    [ghstack-poisoned]

commit 2d1dd1c
Merge: f4bace0 851043a
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 00:31:21 2025 +0100

    Update

    [ghstack-poisoned]

commit 593ea52
Merge: 8169da1 2d1dd1c
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 00:31:21 2025 +0100

    Update

    [ghstack-poisoned]

commit 851043a
Merge: 8fd52e0 6060848
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 00:31:21 2025 +0100

    Update

    [ghstack-poisoned]

commit 6060848
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 00:31:20 2025 +0100

    Update

    [ghstack-poisoned]

commit 5d3f9b6
Merge: 7e51b0c 8169da1
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 00:17:19 2025 +0100

    Update

    [ghstack-poisoned]

commit f4bace0
Merge: f9e5f3a 8fd52e0
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 00:17:18 2025 +0100

    Update

    [ghstack-poisoned]

commit 8169da1
Merge: f351e82 f4bace0
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 00:17:18 2025 +0100

    Update

    [ghstack-poisoned]

commit 8fd52e0
Merge: 1348202 0366e83
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 00:17:18 2025 +0100

    Update

    [ghstack-poisoned]

commit 0366e83
Author: Felix Zimmermann <[email protected]>
Date:   Fri Feb 28 00:17:17 2025 +0100

    Update

    [ghstack-poisoned]

commit 7e51b0c
Merge: 7a9a853 f351e82
Author: Felix Zimmermann <[email protected]>
Date:   Thu Feb 27 23:18:24 2025 +0100

    Update

    [ghstack-poisoned]

commit f351e82
Merge: da444f1 f9e5f3a
Author: Felix Zimmermann <[email protected]>
Date:   Thu Feb 27 23:18:24 2025 +0100

    Update

    [ghstack-poisoned]

commit f9e5f3a
Merge: 501ba85 1348202
Author: Felix Zimmermann <[email protected]>
Date:   Thu Feb 27 23:18:23 2025 +0100

    Update

    [ghstack-poisoned]

commit 1348202
Merge: 8fa623e a743806
Author: Felix Zimmermann <[email protected]>
Date:   Thu Feb 27 23:18:23 2025 +0100

    Update

    [ghstack-poisoned]

commit a743806
Merge: 1f0a932 2b23d7e
Author: Felix Zimmermann <[email protected]>
Date:   Thu Feb 27 23:18:23 2025 +0100

    Update

    [ghstack-poisoned]

commit 2b23d7e
Author: Felix Zimmermann <[email protected]>
Date:   Thu Feb 27 23:18:22 2025 +0100

    Update

    [ghstack-poisoned]

commit 7a9a853
Merge: ad0dcfd da444f1
Author: Felix Zimmermann <[email protected]>
Date:   Thu Feb 27 17:10:06 2025 +0100

    Update

    [ghstack-poisoned]

commit da444f1
Merge: 4ef0017 501ba85
Author: Felix Zimmermann <[email protected]>
Date:   Thu Feb 27 17:10:06 2025 +0100

    Update

    [ghstack-poisoned]

commit 501ba85
Merge: f90d934 8fa623e
Author: Felix Zimmermann <[email protected]>
Date:   Thu Feb 27 17:10:05 2025 +0100

    Update

    [ghstack-poisoned]

commit 8fa623e
Author: Felix Zimmermann <[email protected]>
Date:   Thu Feb 27 17:09:59 2025 +0100

    Update

    [ghstack-poisoned]

commit 1f0a932
Merge: 30c8fd6 73e06a1
Author: Felix Zimmermann <[email protected]>
Date:   Thu Feb 27 17:09:59 2025 +0100

    Update

    [ghstack-poisoned]

commit 73e06a1
Merge: 7b35d9d 9bf1fa5
Author: Felix Zimmermann <[email protected]>
Date:   Thu Feb 27 17:09:58 2025 +0100

    Update

    [ghstack-poisoned]

commit 9bf1fa5
Author: Felix Zimmermann <[email protected]>
Date:   Thu Feb 27 17:09:54 2025 +0100

    Update

    [ghstack-poisoned]

commit 6d73d83
Author: Felix Zimmermann <[email protected]>
Date:   Thu Feb 27 17:09:48 2025 +0100

    Update

    [ghstack-poisoned]

commit ad0dcfd
Merge: bc09ab3 4ef0017
Author: Felix Zimmermann <[email protected]>
Date:   Wed Feb 19 11:14:44 2025 +0100

    Update

    [ghstack-poisoned]

commit 4ef0017
Merge: 2dd1e41 f90d934
Author: Felix Zimmermann <[email protected]>
Date:   Wed Feb 19 11:14:43 2025 +0100

    Update

    [ghstack-poisoned]

commit f90d934
Merge: 988c252 30c8fd6
Author: Felix Zimmermann <[email protected]>
Date:   Wed Feb 19 11:14:43 2025 +0100

    Update

    [ghstack-poisoned]

commit 30c8fd6
Merge: 4a207ac 7b35d9d
Author: Felix Zimmermann <[email protected]>
Date:   Wed Feb 19 11:14:42 2025 +0100

    Update

    [ghstack-poisoned]

commit 7b35d9d
Merge: 8138d59 a73ec6b
Author: Felix Zimmermann <[email protected]>
Date:   Wed Feb 19 11:14:42 2025 +0100

    Update

    [ghstack-poisoned]

commit bc09ab3
Merge: db53c4a 2dd1e41
Author: Felix Zimmermann <[email protected]>
Date:   Tue Feb 18 23:29:08 2025 +0100

    Update

    [ghstack-poisoned]

commit 2dd1e41
Merge: e4c3315 988c252
Author: Felix Zimmermann <[email protected]>
Date:   Tue Feb 18 23:29:08 2025 +0100

    Update

    [ghstack-poisoned]

commit 988c252
Merge: ea514c0 4a207ac
Author: Felix Zimmermann <[email protected]>
Date:   Tue Feb 18 23:29:08 2025 +0100

    Update

    [ghstack-poisoned]

commit 4a207ac
Merge: 001ea5c 8138d59
Author: Felix Zimmermann <[email protected]>
Date:   Tue Feb 18 23:29:07 2025 +0100

    Update

    [ghstack-poisoned]

commit 8138d59
Merge: 8df0695 638eb12
Author: Felix Zimmermann <[email protected]>
Date:   Tue Feb 18 23:29:07 2025 +0100

    Update

    [ghstack-poisoned]

commit db53c4a
Merge: 4ec78d0 e4c3315
Author: Felix Zimmermann <[email protected]>
Date:   Tue Feb 18 23:24:54 2025 +0100

    Update

    [ghstack-poisoned]

commit e4c3315
Merge: a20f740 ea514c0
Author: Felix Zimmermann <[email protected]>
Date:   Tue Feb 18 23:24:54 2025 +0100

    Update

    [ghstack-poisoned]

commit ea514c0
Merge: b924a41 001ea5c
Author: Felix Zimmermann <[email protected]>
Date:   Tue Feb 18 23:24:53 2025 +0100

    Update

    [ghstack-poisoned]

commit 001ea5c
Merge: 1935a4c 8df0695
Author: Felix Zimmermann <[email protected]>
Date:   Tue Feb 18 23:24:53 2025 +0100

    Update

    [ghstack-poisoned]

commit 8df0695
Author: Felix Zimmermann <[email protected]>
Date:   Tue Feb 18 23:24:53 2025 +0100

    Update

    [ghstack-poisoned]

commit 4ec78d0
Merge: 597d585 a20f740
Author: Felix Zimmermann <[email protected]>
Date:   Tue Feb 18 22:31:40 2025 +0100

    Update

    [ghstack-poisoned]

commit a20f740
Merge: e9bf775 b924a41
Author: Felix Zimmermann <[email protected]>
Date:   Tue Feb 18 22:31:39 2025 +0100

    Update

    [ghstack-poisoned]

commit b924a41
Merge: 3dbe204 1935a4c
Author: Felix Zimmermann <[email protected]>
Date:   Tue Feb 18 22:31:39 2025 +0100

    Update

    [ghstack-poisoned]

commit 1935a4c
Merge: cad5916 d8d4f4f
Author: Felix Zimmermann <[email protected]>
Date:   Tue Feb 18 22:31:38 2025 +0100

    Update

    [ghstack-poisoned]

commit d8d4f4f
Merge: 6b9fae2 c081791
Author: Felix Zimmermann <[email protected]>
Date:   Tue Feb 18 22:31:38 2025 +0100

    Update

    [ghstack-poisoned]

commit 6b9fae2
Author: Felix F Zimmermann <[email protected]>
Date:   Mon Feb 17 22:37:17 2025 +0100

    Apply suggestions from code review

    Co-authored-by: Christoph Kolbitsch <[email protected]>

commit 597d585
Merge: 11565d9 e9bf775
Author: Felix Zimmermann <[email protected]>
Date:   Tue Jan 7 23:45:42 2025 +0100

    Update

    [ghstack-poisoned]

commit e9bf775
Merge: 0e0c339 3dbe204
Author: Felix Zimmermann <[email protected]>
Date:   Tue Jan 7 23:45:41 2025 +0100

    Update

    [ghstack-poisoned]

commit 3dbe204
Merge: 57414b9 cad5916
Author: Felix Zimmermann <[email protected]>
Date:   Tue Jan 7 23:45:41 2025 +0100

    Update

    [ghstack-poisoned]

commit cad5916
Merge: 15adfb4 9c7510d
Author: Felix Zimmermann <[email protected]>
Date:   Tue Jan 7 23:45:40 2025 +0100

    Update

    [ghstack-poisoned]

commit 9c7510d
Merge: 8ee4daf 70b3363
Author: Felix Zimmermann <[email protected]>
Date:   Tue Jan 7 23:45:40 2025 +0100

    Update

    [ghstack-poisoned]

commit 70b3363
Merge: 25f6c62 b041215
Author: Felix Zimmermann <[email protected]>
Date:   Tue Jan 7 23:45:39 2025 +0100

    Update

    [ghstack-poisoned]

commit b041215
Merge: c15a7cd 3a4ed2a
Author: Felix Zimmermann <[email protected]>
Date:   Tue Jan 7 23:45:39 2025 +0100

    Update

    [ghstack-poisoned]

commit c15a7cd
Merge: e68b6cf 3a4ed2a
Author: Felix F Zimmermann <[email protected]>
Date:   Tue Jan 7 23:13:15 2025 +0100

    Merge branch 'main' into gh/fzimmermann89/32/head

commit e68b6cf
Merge: 4dc9f0b 4e3caf6
Author: Felix F Zimmermann <[email protected]>
Date:   Mon Jan 6 13:50:20 2025 +0100

    Merge branch 'main' into gh/fzimmermann89/32/head

commit 11565d9
Merge: fe9c038 0e0c339
Author: Felix Zimmermann <[email protected]>
Date:   Mon Jan 6 00:47:31 2025 +0100

    Update

    [ghstack-poisoned]

commit 0e0c339
Merge: bebce69 57414b9
Author: Felix Zimmermann <[email protected]>
Date:   Mon Jan 6 00:47:30 2025 +0100

    Update

    [ghstack-poisoned]

commit 57414b9
Merge: e790db9 15adfb4
Author: Felix Zimmermann <[email protected]>
Date:   Mon Jan 6 00:47:30 2025 +0100

    Update

    [ghstack-poisoned]

commit 15adfb4
Author: Felix Zimmermann <[email protected]>
Date:   Mon Jan 6 00:47:29 2025 +0100

    Update

    [ghstack-poisoned]

commit fe9c038
Merge: f459cf1 bebce69
Author: Felix Zimmermann <[email protected]>
Date:   Fri Jan 3 23:06:57 2025 +0100

    Update

    [ghstack-poisoned]

commit bebce69
Merge: 0b52848 e790db9
Author: Felix Zimmermann <[email protected]>
Date:   Fri Jan 3 23:06:57 2025 +0100

    Update

    [ghstack-poisoned]

commit e790db9
Merge: caf7eb0 79e4e5d
Author: Felix Zimmermann <[email protected]>
Date:   Fri Jan 3 23:06:56 2025 +0100

    Update

    [ghstack-poisoned]

commit 79e4e5d
Author: Felix Zimmermann <[email protected]>
Date:   Fri Jan 3 23:06:56 2025 +0100

    Update

    [ghstack-poisoned]

commit f459cf1
Merge: b3a8a8c 0b52848
Author: Felix Zimmermann <[email protected]>
Date:   Fri Jan 3 16:17:19 2025 +0100

    Update

    [ghstack-poisoned]

commit 0b52848
Merge: 70f41a4 caf7eb0
Author: Felix Zimmermann <[email protected]>
Date:   Fri Jan 3 16:17:18 2025 +0100

    Update

    [ghstack-poisoned]

commit caf7eb0
Merge: 09852a7 b0a1d0b
Author: Felix Zimmermann <[email protected]>
Date:   Fri Jan 3 16:17:18 2025 +0100

    Update

    [ghstack-poisoned]

commit 8ee4daf
Merge: 2b3115d 25f6c62
Author: Felix Zimmermann <[email protected]>
Date:   Fri Jan 3 16:17:17 2025 +0100

    Update

    [ghstack-poisoned]

commit 25f6c62
Merge: 92cc95d 4dc9f0b
Author: Felix Zimmermann <[email protected]>
Date:   Fri Jan 3 16:17:17 2025 +0100

    Update

    [ghstack-poisoned]

commit b0a1d0b
Merge: fbaf94a 8ee4daf
Author: Felix Zimmermann <[email protected]>
Date:   Fri Jan 3 16:17:17 2025 +0100

    Update

    [ghstack-poisoned]

commit 4dc9f0b
Author: Felix Zimmermann <[email protected]>
Date:   Fri Jan 3 16:17:16 2025 +0100

    Update

    [ghstack-poisoned]

commit b3a8a8c
Merge: 0f51d35 70f41a4
Author: Felix Zimmermann <[email protected]>
Date:   Thu Jan 2 15:14:36 2025 +0100

    Update

    [ghstack-poisoned]

commit 70f41a4
Merge: 0a209fd 09852a7
Author: Felix Zimmermann <[email protected]>
Date:   Thu Jan 2 15:14:35 2025 +0100

    Update

    [ghstack-poisoned]

commit 09852a7
Merge: 9435d39 fbaf94a
Author: Felix Zimmermann <[email protected]>
Date:   Thu Jan 2 15:14:35 2025 +0100

    Update

    [ghstack-poisoned]

commit fbaf94a
Author: Felix Zimmermann <[email protected]>
Date:   Thu Jan 2 15:14:35 2025 +0100

    Update

    [ghstack-poisoned]

commit 0f51d35
Merge: 7038115 0a209fd
Author: Felix Zimmermann <[email protected]>
Date:   Mon Dec 30 02:57:53 2024 +0100

    Update

    [ghstack-poisoned]

commit 0a209fd
Merge: acbd321 9435d39
Author: Felix Zimmermann <[email protected]>
Date:   Mon Dec 30 02:57:52 2024 +0100

    Update

    [ghstack-poisoned]

commit 9435d39
Merge: 5b8a73e c889b6a
Author: Felix Zimmermann <[email protected]>
Date:   Mon Dec 30 02:57:52 2024 +0100

    Update

    [ghstack-poisoned]

commit 2b3115d
Author: Felix Zimmermann <[email protected]>
Date:   Mon Dec 30 02:57:51 2024 +0100

    Update

    [ghstack-poisoned]

commit c889b6a
Merge: 0d2cfc5 2b3115d
Author: Felix Zimmermann <[email protected]>
Date:   Mon Dec 30 02:57:51 2024 +0100

    Update

    [ghstack-poisoned]

commit 7038115
Author: Felix Zimmermann <[email protected]>
Date:   Sun Dec 29 02:36:28 2024 +0100

    Update

    [ghstack-poisoned]

commit acbd321
Merge: 7db0613 5b8a73e
Author: Felix Zimmermann <[email protected]>
Date:   Sat Dec 28 03:00:25 2024 +0100

    Update

    [ghstack-poisoned]

commit 5b8a73e
Merge: b2fdc4c 0d2cfc5
Author: Felix Zimmermann <[email protected]>
Date:   Sat Dec 28 03:00:25 2024 +0100

    Update

    [ghstack-poisoned]

commit a564f3c
Author: Felix Zimmermann <[email protected]>
Date:   Sat Dec 28 03:00:24 2024 +0100

    Update

    [ghstack-poisoned]

commit 0d2cfc5
Merge: 53fa1a9 a564f3c
Author: Felix Zimmermann <[email protected]>
Date:   Sat Dec 28 03:00:24 2024 +0100

    Update

    [ghstack-poisoned]

commit 7db0613
Merge: 3b35b30 b2fdc4c
Author: Felix Zimmermann <[email protected]>
Date:   Sat Dec 28 02:49:06 2024 +0100

    Update

    [ghstack-poisoned]

commit b2fdc4c
Merge: 1bda9fe 53fa1a9
Author: Felix Zimmermann <[email protected]>
Date:   Sat Dec 28 02:49:06 2024 +0100

    Update

    [ghstack-poisoned]

commit 92cc95d
Merge: 63aa074 3a19c00
Author: Felix Zimmermann <[email protected]>
Date:   Sat Dec 28 02:49:05 2024 +0100

    Update

    [ghstack-poisoned]

commit 8882c29
Merge: dd732db 92cc95d
Author: Felix Zimmermann <[email protected]>
Date:   Sat Dec 28 02:49:05 2024 +0100

    Update

    [ghstack-poisoned]

commit 53fa1a9
Merge: c464244 8882c29
Author: Felix Zimmermann <[email protected]>
Date:   Sat Dec 28 02:49:05 2024 +0100

    Update

    [ghstack-poisoned]

commit 3a19c00
Author: Felix Zimmermann <[email protected]>
Date:   Sat Dec 28 02:49:04 2024 +0100

    Update

    [ghstack-poisoned]

commit 3b35b30
Merge: 1a955d8 1bda9fe
Author: Felix Zimmermann <[email protected]>
Date:   Sat Dec 28 02:46:01 2024 +0100

    Update

    [ghstack-poisoned]

commit 1bda9fe
Merge: e28c6da c464244
Author: Felix Zimmermann <[email protected]>
Date:   Sat Dec 28 02:46:00 2024 +0100

    Update

    [ghstack-poisoned]

commit c464244
Merge: 9b8d2d9 dd732db
Author: Felix Zimmermann <[email protected]>
Date:   Sat Dec 28 02:46:00 2024 +0100

    Update

    [ghstack-poisoned]

commit 63aa074
Merge: ff6adbd 4f4a2fc
Author: Felix Zimmermann <[email protected]>
Date:   Sat Dec 28 02:45:59 2024 +0100

    Update

    [ghstack-poisoned]

commit dd732db
Merge: c575567 63aa074
Author: Felix Zimmermann <[email protected]>
Date:   Sat Dec 28 02:45:59 2024 +0100

    Update

    [ghstack-poisoned]

commit 4f4a2fc
Merge: 9e33f06 4c3d06d
Author: Felix Zimmermann <[email protected]>
Date:   Sat Dec 28 02:45:59 2024 +0100

    Update

    [ghstack-poisoned]

commit 4c3d06d
Author: Felix Zimmermann <[email protected]>
Date:   Sat Dec 28 02:45:54 2024 +0100

    Update

    [ghstack-poisoned]

commit 1a955d8
Merge: 2e3d5ae e28c6da
Author: Felix Zimmermann <[email protected]>
Date:   Tue Dec 24 00:02:31 2024 +0100

    Update

    [ghstack-poisoned]

commit e28c6da
Merge: 5122717 9b8d2d9
Author: Felix Zimmermann <[email protected]>
Date:   Tue Dec 24 00:02:30 2024 +0100

    Update

    [ghstack-poisoned]

commit 9b8d2d9
Merge: cc03ed0 c575567
Author: Felix Zimmermann <[email protected]>
Date:   Tue Dec 24 00:02:30 2024 +0100

    Update

    [ghstack-poisoned]

commit c575567
Author: Felix Zimmermann <[email protected]>
Date:   Tue Dec 24 00:02:30 2024 +0100

    Update

    [ghstack-poisoned]

commit 2e3d5ae
Author: Felix Zimmermann <[email protected]>
Date:   Mon Dec 23 15:53:29 2024 +0100

    Update

    [ghstack-poisoned]

commit 5122717
Merge: c01d972 cc03ed0
Author: Felix Zimmermann <[email protected]>
Date:   Mon Dec 23 15:53:29 2024 +0100

    Update

    [ghstack-poisoned]

commit cc03ed0
Merge: 664e312 ac836a7
Author: Felix Zimmermann <[email protected]>
Date:   Mon Dec 23 15:53:28 2024 +0100

    Update

    [ghstack-poisoned]

commit ac836a7
Merge: d8cb4ce ff6adbd
Author: Felix Zimmermann <[email protected]>
Date:   Mon Dec 23 15:53:28 2024 +0100

    Update

    [ghstack-poisoned]

commit ff6adbd
Merge: ace6ec7 9e33f06
Author: Felix Zimmermann <[email protected]>
Date:   Mon Dec 23 15:53:27 2024 +0100

    Update

    [ghstack-poisoned]

commit 9e33f06
Merge: 1305a52 9dc1167
Author: Felix Zimmermann <[email protected]>
Date:   Mon Dec 23 15:53:27 2024 +0100

    Update

    [ghstack-poisoned]

commit c01d972
Merge: 3cc4e09 664e312
Author: Felix Zimmermann <[email protected]>
Date:   Tue Dec 17 00:15:16 2024 +0100

    Update

    [ghstack-poisoned]

commit 664e312
Merge: 411127c d8cb4ce
Author: Felix Zimmermann <[email protected]>
Date:   Tue Dec 17 00:15:15 2024 +0100

    Update

    [ghstack-poisoned]

commit d8cb4ce
Merge: 7ff70bc ace6ec7
Author: Felix Zimmermann <[email protected]>
Date:   Tue Dec 17 00:15:15 2024 +0100

    Update

    [ghstack-poisoned]

commit ace6ec7
Merge: 7dd0b2e 1305a52
Author: Felix Zimmermann <[email protected]>
Date:   Tue Dec 17 00:15:15 2024 +0100

    Update

    [ghstack-poisoned]

commit 1305a52
Merge: 00ecea0 b5a3b5b
Author: Felix Zimmermann <[email protected]>
Date:   Tue Dec 17 00:15:14 2024 +0100

    Update

    [ghstack-poisoned]

commit 7ff70bc
Author: Felix Zimmermann <[email protected]>
Date:   Mon Dec 16 23:28:50 2024 +0100

    Update

    [ghstack-poisoned]

commit 8611f77
Author: Felix F Zimmermann <[email protected]>
Date:   Mon Dec 16 23:11:15 2024 +0100

    Apply suggestions from code review

    Co-authored-by: Christoph Kolbitsch <[email protected]>

commit 3cc4e09
Author: Felix Zimmermann <[email protected]>
Date:   Mon Dec 16 11:46:22 2024 +0100

    Update

    [ghstack-poisoned]

commit f819f91
Author: Felix Zimmermann <[email protected]>
Date:   Mon Dec 16 11:37:39 2024 +0100

    Update

    [ghstack-poisoned]

commit 7e2e5e8
Author: Felix Zimmermann <[email protected]>
Date:   Mon Dec 16 04:03:04 2024 +0100

    Update

    [ghstack-poisoned]

commit 411127c
Author: Felix Zimmermann <[email protected]>
Date:   Mon Dec 2 20:12:28 2024 +0100

    Update

    [ghstack-poisoned]

commit 3057f5c
Author: Felix Zimmermann <[email protected]>
Date:   Mon Dec 2 20:03:31 2024 +0100

    Update

    [ghstack-poisoned]

commit 6cab1a4
Author: Felix Zimmermann <[email protected]>
Date:   Mon Dec 2 15:30:23 2024 +0100

    Update

    [ghstack-poisoned]

commit 7d7cb72
Author: Felix Zimmermann <[email protected]>
Date:   Mon Dec 2 14:14:21 2024 +0100

    Update

    [ghstack-poisoned]

commit f3a1baf
Author: Felix Zimmermann <[email protected]>
Date:   Mon Dec 2 13:53:16 2024 +0100

    Update

    [ghstack-poisoned]

commit 6e72faa
Author: Felix Zimmermann <[email protected]>
Date:   Fri Nov 29 23:29:50 2024 +0100

    Update

    [ghstack-poisoned]

commit 523fb10
Author: Felix Zimmermann <[email protected]>
Date:   Fri Nov 29 17:15:50 2024 +0100

    Update

    [ghstack-poisoned]

commit 49c813b
Author: Felix Zimmermann <[email protected]>
Date:   Fri Nov 29 01:31:57 2024 +0100

    Update

    [ghstack-poisoned]

commit 7e5c310
Merge: 3e66095 7dd0b2e
Author: Felix Zimmermann <[email protected]>
Date:   Thu Nov 28 16:50:25 2024 +0100

    Update

    [ghstack-poisoned]

commit 7dd0b2e
Author: Felix Zimmermann <[email protected]>
Date:   Thu Nov 28 16:50:19 2024 +0100

    Update

    [ghstack-poisoned]

commit 3e66095
Author: Felix Zimmermann <[email protected]>
Date:   Wed Nov 27 14:29:24 2024 +0100

    Update

    [ghstack-poisoned]

commit 9bf8253
Author: Felix Zimmermann <[email protected]>
Date:   Wed Nov 27 13:17:32 2024 +0100

    Update

    [ghstack-poisoned]

commit 15964ab
Author: Felix Zimmermann <[email protected]>
Date:   Tue Nov 26 15:46:05 2024 +0100

    Update

    [ghstack-poisoned]

commit 00ecea0
Author: Felix Zimmermann <[email protected]>
Date:   Tue Nov 26 15:46:01 2024 +0100

    Update

    [ghstack-poisoned]
@fzimmermann89 fzimmermann89 force-pushed the gh/fzimmermann89/39/head branch from e096aad to 724266a Compare March 2, 2025 14:46
fzimmermann89 added a commit that referenced this pull request Mar 3, 2025
ghstack-source-id: f5901319928b6fd44ef8275c3f6ba37676545b23
ghstack-comment-id: 2564579214
Pull Request resolved: #594
fzimmermann89 added a commit that referenced this pull request Mar 4, 2025
ghstack-source-id: f5901319928b6fd44ef8275c3f6ba37676545b23
ghstack-comment-id: 2564579214
Pull Request resolved: #594
schote pushed a commit that referenced this pull request Mar 4, 2025
ghstack-source-id: f5901319928b6fd44ef8275c3f6ba37676545b23
ghstack-comment-id: 2564579214
Pull Request resolved: #594
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant