# AiiDA Team Meeting 2024-11-28 ###### tags: `team meetings` ###### time: 14:00 CET [TOC] ### Present * Ali * Julian * Jusong * Miki * Kristjan * Edan * Giovanni * Alexander ### Catch-up round *Max. 3 minutes each* Jason: * New plugins notification? (For example: https://github.com/aiidateam/aiida-registry/pull/340) * Any blocker for graceful kill cmd PRs (one in plumpy, one in aiida-core)? * [Use pytest-xdist](https://github.com/aiidateam/aiida-core/pull/6620/) * [Use only one global var for marking config folder tree](https://github.com/aiidateam/aiida-core/pull/6610) * [Refactoring: use tmp path fixture to mock remote and local for transport plugins](https://github.com/aiidateam/aiida-core/pull/6627) * [AiiDA on k8s](https://aiida.discourse.group/t/aiida-workgraph-webui-when-aiida-is-deployed-on-cloud/506) + rikigg Ali: * I'm here to hear! Julian * Reminder to add a short summary of your contributions during the coding week to the [HackMD](https://hackmd.io/t4Sh9xz-S-mfrFc4eObkcw) will move that to `aiida-website` and add to the existing [PR](https://github.com/aiidateam/aiida-website/pull/80) this evening * Otherwise nothing to report Marnik: * Coding week feedback form reminder: https://docs.google.com/forms/d/e/1FAIpQLSebj3brJxfKZCuF8OBSh4SZrPOI1_q9qKgk0Dh9jo07LpMohQ/viewform?usp=sf_link Miki: * PRs for aiida-atomistic StructureData support in: * aiida-core [#6632](https://github.com/aiidateam/aiida-core/pull/6632) * aiida-pseudo [#178](https://github.com/aiidateam/aiida-pseudo/pull/178) * aiida-quantumespresso [#1050](https://github.com/aiidateam/aiida-quantumespresso/pull/1050) Alexander: * Mark internal functions allowing use to deprecate functions easier and to improve our public API (see [PR #6636](https://github.com/aiidateam/aiida-core/pull/6636)), result ```python from aiida import load_profile # OK, top-level import from aiida.orm import QueryBuilder # OK, second-level import from aiida.tools._importexport import Archive # NOT PUBLIC API ``` Giovanni: * Plan for AiiDA new paper? Is there interest? Kristjan: * nothing to report. Xing: * [aiida-pythonjob](https://github.com/aiidateam/aiida-pythonjob) almost online.