Gareth

Results 9 issues of Gareth

This change adds a `search_paths` argument such that external search paths can be specified when calling `TemplateList.render`. This allows the user to specify external directories to search when jinja resolves...

This review adds two small methods to `CodegenConfig`, with the intention of making it easier to support additional languages: - `format_matrix_subscript_accessor`, which formats the accessor for 2D matrices. This is...

For complex expressions, the calculation of `Codegen.output_symbols` can grow quite large (encroaching on a minute or more). In some cases, the value of `output_symbols` can be specified externally. For example:...

This change adds an optional argument to `generate_function` to allow skipping generation of any code-generation types (c++/python/lcm). When true, only the function code is generated and no other files are...

**Describe the bug** Operations are placed in a different order on different platforms. This can result in unexpected numerical issues in some cases. Testing details: - Linux: `Ubuntu 22.04, Python...

bug

### Required prerequisites - [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't...

triage

Reminder to self - update WMM.

- Python version: `3.10` (installed via conda-forge) - scikit-build-core version: `0.10.7` (but issue is present on 0.10.6 as well) - OS: Ubuntu 22.04 (WSL, kernel: `5.15.167.4`) ## Steps to reproduce:...

- scikit-build-core version: 0.10.7 - python version: 3.12.7 - OS: Mac OS X (although this happens on linux as well) My `pyproject.toml` ([full source](https://github.com/wrenfold/wrenfold/blob/main/pyproject.toml)) contains the following lines in the...