alfasim-sdk icon indicating copy to clipboard operation
alfasim-sdk copied to clipboard

ALFASim API/SDK

Results 17 alfasim-sdk issues
Sort by recently updated
recently updated
newest added

Following ASIM-5017, it was necessary to add a `esp_parameters` field in `PumpEquipmentDescription` to cope with the two different `esp_tables`.

Add a bit of emphasis on how the version should be bumped after the release.

updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](https://github.com/PyCQA/flake8/compare/5.0.4...6.0.0)

The switch from explicit loaders (each description has a loader function) to auto loaders (attributes have metadata that allow a suitable loaders to be used) begun with the introduction of...

* alfasim-sdk version: 0.13.0 * Python version: NA * Operating System: NA ### Description Today case description authors are forced to add custom validators to check the input categories. This...

Update all `Array` properties, like: https://github.com/ESSS/alfasim-sdk/blob/d1ffaf2219bb9a5f2fbf65add04ac983c9e9589b/src/alfasim_sdk/_internal/alfacase/case_description.py#L504-L505 to populate the attrib metadata, like: https://github.com/ESSS/alfasim-sdk/blob/d1ffaf2219bb9a5f2fbf65add04ac983c9e9589b/src/alfasim_sdk/_internal/alfacase/case_description.py#L217-L221 so we can use `get_case_description_attribute_loader_dict` to automatically convert those from "alfacase". The ideal solution would be to...

enhancement

Remove the pin from strictyaml (added in 0.10.1) and remove explicit ruamel.yaml dependency. In strictyaml==1.4.4 ruamel is bundled and explicit uses of ramuel cause conflicts with the bundled version. We...

This repository needs to have a PR template for whenever someone opens a PR a series of checklists is displayed, with the following items: - Make sure to update the...

These new entries in plugin definition yaml files must be documented. See related PR: https://github.com/ESSS/alfasim-sdk/pull/84/files Plugins being generated will already use a default version for the requirement based on current...