{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":729137006,"defaultBranch":"master","name":"imod-python","ownerLogin":"Deltares","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-12-08T13:57:59.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6613768?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726676328.0","currentOid":""},"activityList":{"items":[{"before":"d8a7eb7087c5dfef610a74373943f2481d91e072","after":null,"ref":"refs/heads/issue_#1230_distribut_drn_elevation_equals_surface_level","pushedAt":"2024-09-18T16:18:48.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"JoerivanEngelen","name":"Joeri van Engelen","path":"/JoerivanEngelen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9744750?s=80&v=4"}},{"before":"46c2e85847d0b627d2dee1c80e5c6b9840a11882","after":"9515ee98cda5da81f601c183f915b556c04c23de","ref":"refs/heads/imod5_converter_feature_branch","pushedAt":"2024-09-18T16:18:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JoerivanEngelen","name":"Joeri van Engelen","path":"/JoerivanEngelen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9744750?s=80&v=4"},"commit":{"message":"Issue #1230 distribut drn elevation equals surface level (#1231)\n\nFixes #1230\r\n\r\n# Description\r\n- Fix bug where distributed conductances were dropped when their\r\nelevation equalled surface level\r\n- In topsystem test cases, make sure \"layer\" coordinate is dropped\r\nconsistently amongst cases.\r\n\r\n# Checklist\r\n\r\n\r\n- [x] Links to correct issue\r\n- [x] Update changelog, if changes affect users\r\n- [x] PR title starts with ``Issue #nr``, e.g. ``Issue #737``\r\n- [x] Unit tests were added\r\n- [ ] **If feature added**: Added/extended example","shortMessageHtmlLink":"Issue #1230 distribut drn elevation equals surface level (#1231)"}},{"before":"65055354f26e485c528a215e68b2956a9819df7f","after":"d8a7eb7087c5dfef610a74373943f2481d91e072","ref":"refs/heads/issue_#1230_distribut_drn_elevation_equals_surface_level","pushedAt":"2024-09-18T15:33:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"JoerivanEngelen","name":"Joeri van Engelen","path":"/JoerivanEngelen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9744750?s=80&v=4"},"commit":{"message":"update changelog","shortMessageHtmlLink":"update changelog"}},{"before":null,"after":"65055354f26e485c528a215e68b2956a9819df7f","ref":"refs/heads/issue_#1230_distribut_drn_elevation_equals_surface_level","pushedAt":"2024-09-18T15:32:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"JoerivanEngelen","name":"Joeri van Engelen","path":"/JoerivanEngelen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9744750?s=80&v=4"},"commit":{"message":"Consistently drop layer everywhere in `top`","shortMessageHtmlLink":"Consistently drop layer everywhere in top"}},{"before":null,"after":"4562fd34eb30da8d18926f71d76e9f61cfa2a802","ref":"refs/heads/issue_#1228_align_signatures_from_imod5_data","pushedAt":"2024-09-18T14:53:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"JoerivanEngelen","name":"Joeri van Engelen","path":"/JoerivanEngelen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9744750?s=80&v=4"},"commit":{"message":"Update flow model object and riv tests with new signatures","shortMessageHtmlLink":"Update flow model object and riv tests with new signatures"}},{"before":"f69ac43093f850b058c8c41a7285f89dfe8ab11a","after":null,"ref":"refs/heads/issue_#1222_ValidationContext","pushedAt":"2024-09-18T13:27:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"JoerivanEngelen","name":"Joeri van Engelen","path":"/JoerivanEngelen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9744750?s=80&v=4"}},{"before":"fe1c630c1755a6d9a8b7885389246370e5b8d137","after":"46c2e85847d0b627d2dee1c80e5c6b9840a11882","ref":"refs/heads/imod5_converter_feature_branch","pushedAt":"2024-09-18T13:27:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JoerivanEngelen","name":"Joeri van Engelen","path":"/JoerivanEngelen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9744750?s=80&v=4"},"commit":{"message":"Issue #1222 validation context (#1226)\n\nFixes #1222\r\n\r\n# Description\r\n- Add a ``ValidationContext`` dataclass\r\n- Add a ``_validation_context`` attribute to ``Modflow6Simulation``;\r\nthis replaces the ``_is_from_imod5`` attribute.\r\n- The ``ValidationContext`` contains an attribute for strict well\r\nchecks, turned on by default. This is set to False when calling\r\n``from_imod5`` or for split simulations.\r\n- Adds a ``_to_mf6_pkg`` method in a similar design as proposed in\r\n#1223, this to preserve public API.\r\n- Refactor ``WriteContext``, to make it a dataclass again. I had to\r\nignore type annotation for ``write_directory``, otherwise MyPy would\r\nthrow errors. The whole property shebang presumably started with MyPy\r\nthrowing errors. Reverting it back to a dataclass reduces the lines of\r\ncode considerably, which makes it more maintainable.\r\n- Use jit for examples run, this speeds them up considerably. The\r\nexamples ran into a TimeOut on TeamCity, and this reduces the change of\r\nthat happening again.\r\n\r\n# Checklist\r\n\r\n\r\n- [x] Links to correct issue\r\n- [x] Update changelog, if changes affect users\r\n- [x] PR title starts with ``Issue #nr``, e.g. ``Issue #737``\r\n- [ ] Unit tests were added\r\n- [ ] **If feature added**: Added/extended example","shortMessageHtmlLink":"Issue #1222 validation context (#1226)"}},{"before":"7594618a49ecaf531da0af6601731ea89e9e2097","after":"f69ac43093f850b058c8c41a7285f89dfe8ab11a","ref":"refs/heads/issue_#1222_ValidationContext","pushedAt":"2024-09-18T11:58:13.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"JoerivanEngelen","name":"Joeri van Engelen","path":"/JoerivanEngelen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9744750?s=80&v=4"},"commit":{"message":"Format","shortMessageHtmlLink":"Format"}},{"before":"359eb7464ee5e5ab894681cc538deb5ac25fc5c6","after":"7594618a49ecaf531da0af6601731ea89e9e2097","ref":"refs/heads/issue_#1222_ValidationContext","pushedAt":"2024-09-18T09:55:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"JoerivanEngelen","name":"Joeri van Engelen","path":"/JoerivanEngelen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9744750?s=80&v=4"},"commit":{"message":"update changelog","shortMessageHtmlLink":"update changelog"}},{"before":"acee13c1c47bbb897d1a07aea072477eb1d3e7c6","after":"359eb7464ee5e5ab894681cc538deb5ac25fc5c6","ref":"refs/heads/issue_#1222_ValidationContext","pushedAt":"2024-09-18T09:53:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"JoerivanEngelen","name":"Joeri van Engelen","path":"/JoerivanEngelen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9744750?s=80&v=4"},"commit":{"message":"Update docstring","shortMessageHtmlLink":"Update docstring"}},{"before":"6c7da5c0e8a08cdb9b503546484196114c82c702","after":"acee13c1c47bbb897d1a07aea072477eb1d3e7c6","ref":"refs/heads/issue_#1222_ValidationContext","pushedAt":"2024-09-18T09:27:23.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"JoerivanEngelen","name":"Joeri van Engelen","path":"/JoerivanEngelen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9744750?s=80&v=4"},"commit":{"message":"format","shortMessageHtmlLink":"format"}},{"before":"0b8b30bb7a08114c59804109438dc562edd6fcf3","after":"13b6b6e8cda6c31a9bdeddf170747d7762f7c416","ref":"refs/heads/gh-pages","pushedAt":"2024-09-17T16:24:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"deltares-service-account","name":"Deltares service account","path":"/deltares-service-account","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149159792?s=80&v=4"},"commit":{"message":"Published documentation for branch/tag 0.17.2","shortMessageHtmlLink":"Published documentation for branch/tag 0.17.2"}},{"before":"05ac3f7a5e61d39f90ea8d7acec44daa7afbb8e3","after":"5694d30e19d20ea554a6aed195def88be5392cd9","ref":"refs/heads/master","pushedAt":"2024-09-17T15:58:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Manangka","name":"Sunny Titus","path":"/Manangka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77051845?s=80&v=4"},"commit":{"message":"Issue #1224 Fix the Deploy pipelines (#1225)\n\nFixes #1224\n\n# Description\nAfter making the switch to docker build containers some issues popped up\nin the deploy pipeline:\n- There is an permission issue when writing to the temp directory.\nSymlinks cant be created. This has been resolved by changing the temp\ndirectory to a folder inside the docker container\n- Pushing the documentation failed because the git name and email\nweren't set\n\n# Checklist\n\n\n- [x] Links to correct issue\n- [ ] Update changelog, if changes affect users\n- [x] PR title starts with ``Issue #nr``, e.g. ``Issue #737``\n- [ ] Unit tests were added\n- [ ] **If feature added**: Added/extended example","shortMessageHtmlLink":"Issue #1224 Fix the Deploy pipelines (#1225)"}},{"before":"2ee34b1bdcc68fc30f9130c3390fa29b196b3613","after":null,"ref":"refs/tags/0.17.2","pushedAt":"2024-09-17T15:56:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Manangka","name":"Sunny Titus","path":"/Manangka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77051845?s=80&v=4"}},{"before":null,"after":"6c7da5c0e8a08cdb9b503546484196114c82c702","ref":"refs/heads/issue_#1222_ValidationContext","pushedAt":"2024-09-17T15:50:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"JoerivanEngelen","name":"Joeri van Engelen","path":"/JoerivanEngelen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9744750?s=80&v=4"},"commit":{"message":"format","shortMessageHtmlLink":"format"}},{"before":"dd5c0a69b5d813a01ee5783b8a93ff68b57060d6","after":"05ac3f7a5e61d39f90ea8d7acec44daa7afbb8e3","ref":"refs/heads/master","pushedAt":"2024-09-17T15:07:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Manangka","name":"Sunny Titus","path":"/Manangka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77051845?s=80&v=4"},"commit":{"message":"Issue #1224 Fix the Deploy pipelines (#1225)\n\nFixes #1224\n\n# Description\nAfter making the switch to docker build containers some issues popped up\nin the deploy pipeline:\n- There is an permission issue when writing to the temp directory.\nSymlinks cant be created. This has been resolved by changing the temp\ndirectory to a folder inside the docker container\n- Pushing the documentation failed because the git name and email\nweren't set\n\n# Checklist\n\n\n- [x] Links to correct issue\n- [ ] Update changelog, if changes affect users\n- [x] PR title starts with ``Issue #nr``, e.g. ``Issue #737``\n- [ ] Unit tests were added\n- [ ] **If feature added**: Added/extended example","shortMessageHtmlLink":"Issue #1224 Fix the Deploy pipelines (#1225)"}},{"before":"b712d0e31a61f8aea8b716df5d70835b67a01fcd","after":null,"ref":"refs/tags/0.17.2","pushedAt":"2024-09-17T15:05:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Manangka","name":"Sunny Titus","path":"/Manangka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77051845?s=80&v=4"}},{"before":"8f6dfbe27f8846d9898c8bde0dc7be776242995e","after":null,"ref":"refs/tags/0.17.2","pushedAt":"2024-09-17T14:48:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Manangka","name":"Sunny Titus","path":"/Manangka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77051845?s=80&v=4"}},{"before":"fed797e9435da37b3687bc1eb865461a860b8500","after":"dd5c0a69b5d813a01ee5783b8a93ff68b57060d6","ref":"refs/heads/master","pushedAt":"2024-09-17T14:47:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Manangka","name":"Sunny Titus","path":"/Manangka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77051845?s=80&v=4"},"commit":{"message":"Issue #1224 Fix the Deploy pipelines (#1225)\n\nFixes #1224\n\n# Description\nAfter making the switch to docker build containers some issues popped up\nin the deploy pipeline:\n- There is an permission issue when writing to the temp directory.\nSymlinks cant be created. This has been resolved by changing the temp\ndirectory to a folder inside the docker container\n- Pushing the documentation failed because the git name and email\nweren't set\n\n# Checklist\n\n\n- [x] Links to correct issue\n- [ ] Update changelog, if changes affect users\n- [x] PR title starts with ``Issue #nr``, e.g. ``Issue #737``\n- [ ] Unit tests were added\n- [ ] **If feature added**: Added/extended example","shortMessageHtmlLink":"Issue #1224 Fix the Deploy pipelines (#1225)"}},{"before":"b98d0746c6af0aab246db3bdc32d2bda2b0acb42","after":"fed797e9435da37b3687bc1eb865461a860b8500","ref":"refs/heads/master","pushedAt":"2024-09-17T14:24:55.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Manangka","name":"Sunny Titus","path":"/Manangka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77051845?s=80&v=4"},"commit":{"message":"Issue #1224 Fix the Deploy pipelines (#1225)\n\nFixes #1224\n\n# Description\nAfter making the switch to docker build containers some issues popped up\nin the deploy pipeline:\n- There is an permission issue when writing to the temp directory.\nSymlinks cant be created. This has been resolved by changing the temp\ndirectory to a folder inside the docker container\n- Pushing the documentation failed because the git name and email\nweren't set\n\n# Checklist\n\n\n- [x] Links to correct issue\n- [ ] Update changelog, if changes affect users\n- [x] PR title starts with ``Issue #nr``, e.g. ``Issue #737``\n- [ ] Unit tests were added\n- [ ] **If feature added**: Added/extended example","shortMessageHtmlLink":"Issue #1224 Fix the Deploy pipelines (#1225)"}},{"before":"9bec091b981207b3d237fc929ec3e069621140de","after":null,"ref":"refs/tags/0.17.2","pushedAt":"2024-09-17T14:18:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Manangka","name":"Sunny Titus","path":"/Manangka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77051845?s=80&v=4"}},{"before":"aa4ad3d82b1bc5fe6a2a10a25e3fc48bc8b2c778","after":null,"ref":"refs/tags/0.17.2","pushedAt":"2024-09-17T14:10:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Manangka","name":"Sunny Titus","path":"/Manangka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77051845?s=80&v=4"}},{"before":"18e27da9f29357a86afe69edd7457716e265d008","after":null,"ref":"refs/heads/issue_#1224_FixDeployPipelineDocker","pushedAt":"2024-09-17T14:08:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Manangka","name":"Sunny Titus","path":"/Manangka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77051845?s=80&v=4"}},{"before":"6c862e2a4677a1b2833e4940bb8404fc1ffac5cd","after":"b98d0746c6af0aab246db3bdc32d2bda2b0acb42","ref":"refs/heads/master","pushedAt":"2024-09-17T14:08:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Manangka","name":"Sunny Titus","path":"/Manangka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77051845?s=80&v=4"},"commit":{"message":"Issue #1224 Fix the Deploy pipelines (#1225)\n\nFixes #1224 \r\n\r\n# Description\r\nAfter making the switch to docker build containers some issues popped up\r\nin the deploy pipeline:\r\n- There is an permission issue when writing to the temp directory.\r\nSymlinks cant be created. This has been resolved by changing the temp\r\ndirectory to a folder inside the docker container\r\n- Pushing the documentation failed because the git name and email\r\nweren't set\r\n\r\n# Checklist\r\n\r\n\r\n- [x] Links to correct issue\r\n- [ ] Update changelog, if changes affect users\r\n- [x] PR title starts with ``Issue #nr``, e.g. ``Issue #737``\r\n- [ ] Unit tests were added\r\n- [ ] **If feature added**: Added/extended example","shortMessageHtmlLink":"Issue #1224 Fix the Deploy pipelines (#1225)"}},{"before":null,"after":"18e27da9f29357a86afe69edd7457716e265d008","ref":"refs/heads/issue_#1224_FixDeployPipelineDocker","pushedAt":"2024-09-17T14:05:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Manangka","name":"Sunny Titus","path":"/Manangka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77051845?s=80&v=4"},"commit":{"message":"Fix the Deploy pipelines issue due to the switch to docker containers","shortMessageHtmlLink":"Fix the Deploy pipelines issue due to the switch to docker containers"}},{"before":"c706b559a68d1d8f45922be7a26933e268f3a3ce","after":null,"ref":"refs/heads/issue_#1209_bypass_ValueError_well_assign","pushedAt":"2024-09-17T12:46:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"JoerivanEngelen","name":"Joeri van Engelen","path":"/JoerivanEngelen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9744750?s=80&v=4"}},{"before":"bf5e9be704cdd96c8919699f4dbea176cba16b2d","after":"fe1c630c1755a6d9a8b7885389246370e5b8d137","ref":"refs/heads/imod5_converter_feature_branch","pushedAt":"2024-09-17T12:46:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JoerivanEngelen","name":"Joeri van Engelen","path":"/JoerivanEngelen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9744750?s=80&v=4"},"commit":{"message":"Issue #1209 bypass value error well assign (#1211)\n\nFixes #1209\r\n\r\n# Description\r\n- Add setting to ``to_mf6_pkg``: ``error_on_well_removal``, which throws\r\nan error if wells are removed entirely during well assignment.\r\n- Separated code to collect filtered well ids in separate method. This\r\nmethod is now also called to collect ids of errors being removed in\r\nerror message.\r\n- Added attribute ``_is_from_imod5`` to Modflow6Simulation to keep track\r\nif the simulation is loaded from iMOD5 data or not. Based on this, some\r\nvalidation settings might be set to be a bit more permissive. (Or call\r\nsome extra cleanup?)\r\n- ``is_from_imod5`` property to WriteContext to keep track of the same\r\nthing within the writing context.\r\n\r\n# Checklist\r\n- [x] Links to correct issue\r\n- [x] Update changelog, if changes affect users\r\n- [x] PR title starts with ``Issue #nr``, e.g. ``Issue #737``\r\n- [x] Unit tests were added\r\n- [ ] **If feature added**: Added/extended example","shortMessageHtmlLink":"Issue #1209 bypass value error well assign (#1211)"}},{"before":"6c862e2a4677a1b2833e4940bb8404fc1ffac5cd","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-1218-e752e93bba6af2beb5f7ae9b64ecda943587977d","pushedAt":"2024-09-17T12:08:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"09bfd311db86567500c8098188a978b999906f12","after":null,"ref":"refs/heads/pixi_update_42","pushedAt":"2024-09-17T12:08:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"JoerivanEngelen","name":"Joeri van Engelen","path":"/JoerivanEngelen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9744750?s=80&v=4"}},{"before":"e752e93bba6af2beb5f7ae9b64ecda943587977d","after":"6c862e2a4677a1b2833e4940bb8404fc1ffac5cd","ref":"refs/heads/master","pushedAt":"2024-09-17T12:08:36.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"[TEAMCITY] Update project dependencies (#1218)\n\nTeamcity automatically updated the dependencies defined the pixi.toml\nfile. Please verify that all tests succeed before merging\n\n\n# Explicit dependencies\n\n|Dependency[^1]|Before|After|Change|Environments|\n|-|-|-|-|-|\n|**dask**|2024.8.2|2024.9.0|Minor Upgrade|*all*|\n|**fastcore**|1.7.5|1.7.8|Patch Upgrade|*all*|\n|**ruff**|0.6.4|0.6.5|Patch Upgrade|*all*|\n\n# Implicit dependencies\n\n|Dependency[^1]|Before|After|Change|Environments|\n|-|-|-|-|-|\n|dask-core|2024.8.2|2024.9.0|Minor Upgrade|*all*|\n|distributed|2024.8.2|2024.9.0|Minor Upgrade|*all*|\n|idna|3.8|3.9|Minor Upgrade|*all*|\n|libgoogle-cloud|2.28.0|2.29.0|Minor Upgrade|*all*|\n|libgoogle-cloud-storage|2.28.0|2.29.0|Minor Upgrade|*all*|\n|dask-expr|1.1.13|1.1.14|Patch Upgrade|*all*|\n|libpng|1.6.43|1.6.44|Patch Upgrade|*all*|\n|platformdirs|4.3.2|4.3.3|Patch Upgrade|*all*|\n|zipp|3.20.1|3.20.2|Patch Upgrade|*all*|\n|libarrow|h29daf90_13_cpu|he3462ed_14_cpu|Only build string|*all envs*\non win-64|\n|libarrow|h8d2e343_13_cpu|hc80a628_14_cpu|Only build string|*all envs*\non linux-64|\n|libarrow|h20538ec_13_cpu|h77c2f02_14_cpu|Only build string|*all envs*\non osx-arm64|\n|libarrow|ha60c65e_13_cpu|h185f479_14_cpu|Only build string|*all envs*\non osx-64|\n|libarrow-acero|hf9b8971_13_cpu|hf9b8971_14_cpu|Only build string|*all\nenvs* on osx-arm64|\n|libarrow-acero|he0c23c2_13_cpu|he0c23c2_14_cpu|Only build string|*all\nenvs* on win-64|\n|libarrow-acero|hac325c4_13_cpu|hac325c4_14_cpu|Only build string|*all\nenvs* on osx-64|\n|libarrow-acero|h5888daf_13_cpu|h5888daf_14_cpu|Only build string|*all\nenvs* on linux-64|\n|libarrow-dataset|hf9b8971_13_cpu|hf9b8971_14_cpu|Only build string|*all\nenvs* on osx-arm64|\n|libarrow-dataset|he0c23c2_13_cpu|he0c23c2_14_cpu|Only build string|*all\nenvs* on win-64|\n|libarrow-dataset|hac325c4_13_cpu|hac325c4_14_cpu|Only build string|*all\nenvs* on osx-64|\n|libarrow-dataset|h5888daf_13_cpu|h5888daf_14_cpu|Only build string|*all\nenvs* on linux-64|\n|libarrow-substrait|hf54134d_13_cpu|hf54134d_14_cpu|Only build\nstring|*all envs* on linux-64|\n|libarrow-substrait|hbf8b706_13_cpu|hbf8b706_14_cpu|Only build\nstring|*all envs* on osx-arm64|\n|libarrow-substrait|hba007a9_13_cpu|hba007a9_14_cpu|Only build\nstring|*all envs* on osx-64|\n|libarrow-substrait|h1f0e801_13_cpu|h1f0e801_14_cpu|Only build\nstring|*all envs* on win-64|\n|libparquet|hf1b0f52_13_cpu|hf1b0f52_14_cpu|Only build string|*all envs*\non osx-64|\n|libparquet|hf0ba9ef_13_cpu|hf0ba9ef_14_cpu|Only build string|*all envs*\non osx-arm64|\n|libparquet|ha915800_13_cpu|ha915800_14_cpu|Only build string|*all envs*\non win-64|\n|libparquet|h39682fd_13_cpu|h39682fd_14_cpu|Only build string|*all envs*\non linux-64|\n|tiledb|h3c94177_0|hfe5b9dc_1|Only build string|*all envs* on osx-arm64|\n|tiledb|h98a567f_0|hefd1f8f_1|Only build string|*all envs* on win-64|\n|tiledb|h86fa3b2_0|h93dd694_1|Only build string|*all envs* on linux-64|\n|tiledb|h313d0e2_0|h8824edb_1|Only build string|*all envs* on osx-64|\n\n[^1]: **Bold** means explicit dependency.\n[^2]: Dependency got downgraded.\n\nCo-authored-by: SVC TeamCity Ansible ","shortMessageHtmlLink":"[TEAMCITY] Update project dependencies (#1218)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOFQxNjoxODo0OC4wMDAwMDBazwAAAAS56_42","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOFQxNjoxODo0OC4wMDAwMDBazwAAAAS56_42","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xN1QxMjowODozNi4wMDAwMDBazwAAAAS4eug4"}},"title":"Activity ยท Deltares/imod-python"}