Copilot
Copilot
Issue requested documentation for developers to build Arachnado from source and create custom extensions. ## Changes - **`docs/development.rst`** - Comprehensive developer guide covering: - Environment setup and building from source...
Issue requested project update in response to positive feedback about the project. ## Changes - Bumped version from 0.2 to 0.3 in `arachnado/__init__.py` - Added changelog entry in `CHANGES.rst` for...
## Overview This PR modernizes the autologin library (version 0.1.4 → 0.1.5), updating all dependencies to current, secure versions and adding support for Python 3.8-3.12 while dropping Python 2.7 and...
## Problem Some DNS/mDNS systems encode domain names using a non-standard compression pattern with the 0x80 prefix (binary `10xxxxxx`) instead of the standard 0xc0 pattern (binary `11xxxxxx`). According to DNS...
This PR fixes a critical issue where `dpgen autotest run` would fail with `RuntimeError: cannot find upload file` when using VASP as the DFT calculator. ## Problem When running `dpgen...
## Problem Some autotest interstitial jobs were failing when using `conf_filters` with `min_dist` constraints that filter out all generated defects. The issue occurred because: 1. When all interstitial defects are...
This PR adds complete argument documentation for the `pwmat` FP style variant in `dpgen.generator.arginfo.fp_style_variant_type_args()`, replacing the placeholder implementation with a comprehensive structure that accurately reflects the actual pwmat implementation behavior....
This PR replaces the placeholder CALYPSO implementation in `model_devi_args()` with comprehensive argument definitions that reflect the actual usage in the codebase. ## Problem The CALYPSO variant in `dpgen.generator.arginfo.model_devi_args()` had an...
This PR adds comprehensive parameter documentation for the GROMACS variant in `model_devi_args`, addressing the placeholder implementation that previously had an empty parameter list and "TODO: add doc" documentation. ## Changes...
### Issues *This pull request fixes #3447.* ### Description The reported issue described `ArgumentNullException` when parsing nested `$filter` or `$orderby` in `$expand` for unbound functions without entity set path: ```...