-
Currently parts of the c code (c structs and functions) need to be changed in order to interface with cython.
For a big code-base such as sv-mbirct or the cone-beam code, this would entail significan…
-
-
### Proposed new feature or change:
@rgommers This has been discussed several times:
- https://github.com/numpy/numpy/issues/16243
- https://github.com/pytorch/pytorch/issues/52262
I propose t…
-
The `out` argument would be used for the output copy. This means that the array will always be copied, even if it could be reshaped without copying, thus becoming the opposite of doing `a.shape = (...…
-
xgiven for Divonne can't be used (at least in recent versions of python) because the copy to ctypes fails.
I believe the fix is to change line 277 of __init__.py to:
xgiven = (c_double * ngive…
-
### Godot version
4.0.1.stable
### System information
Windows 11, Vulkan API Forward+, NVIDIA GeForce GTX 1650
### Issue description
Using **SurfaceTool** there is no way to create surface using…
-
# Sample State
- [x] State shape is flat!
- [x] State's keys are camelCased
- [x] All keys within the values in the state are accessible in the schema
- [ ] Correctly formatted
- [x] Sample state…
-
# Motivation / Rationale
We currently don't support inline objects: GraphQL types that are not entities and that be embedded in parent objects instead of referencing them via their IDs.
This fea…
-
- Response will have an additional sub-object `_fields` (flat mapping from field names to arrays of values)
- render values as comma-separated lists
- Refactor the UI to render the table using that `_…
-
getting the labels is very useful indeed but in my case i needed a lot more from the blueprint to generate dynamic frontend forms matching the panel blueprint. especially the `required`setting and the…