-
Imported from SourceForge on 2024-07-07 06:21:33
Created by **[macrakis](https://sourceforge.net/u/macrakis/)** on 2004-02-24 01:31:55
Original: https://sourceforge.net/p/maxima/bugs/520
---
make\_a…
rtoy updated
4 months ago
-
**Is your feature request related to a problem? Please describe.**
I would like to be able to access the offsets of a Series of lists. That would allow me to implement a function like `list_add` that…
-
While trying to use the gammapy backend, I stomped over some error related to the geometries of the arrays when evaluating the model.
It appears that Synchrotron.evaluate_tau_ssa() is flattening t…
-
Currently if you call GetPropertyText("ArrayVar") you will get its first value.
It should be added an option to access its values by using an indexer on the properyName in string.
Example:
GetPro…
-
### Describe the bug, including details regarding any error messages, version, and platform.
I have a custom PyExtensionType. I would like to use that value for a field of an array, and use that ar…
-
Imported from SourceForge on 2024-07-06 18:12:11
Created by **[macrakis](https://sourceforge.net/u/macrakis/)** on 2024-04-08 13:57:39
Original: https://sourceforge.net/p/maxima/bugs/4283
---
~~~~
…
rtoy updated
4 months ago
-
Java implementation of the Dual-Pivot Quick Sort algorithm, which is used by Java's Arrays.sort() method for sorting primitive types. The primary issue this code addresses is sorting an unsorted list …
-
### Description
This RFC proposes adding support for a `copyWithin` method to [`@stdlib/array/fixed-endian-factory`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/…
-
# Bug report
If a parameter accepts a union of arrays, e.g. `array|array`, then I would expect a warning if I pass it an array of unions, e.g. `array`.
My apologies if I'm missing somethin…
-
Scalar arrays currently get collapsed into a single cell, with values separated by commas.
A use case exists where it would be better to return the values as an array. For instance:
```
{
blah: …