Aman Srivastava

Results 67 comments of Aman Srivastava

Hi @ricardoV94 I’d like to help with this change.

Can I take this issue? I’d be happy to work on consolidating the coord typing.

i worked on consolidating the coords typing by introducing explicit `CoordValue`, `Coords`, `StrongCoordValue`, and `StrongCoords` aliases similar to how `Shape`, `Dims`, and `StrongDims ` are already handled in `shape_utils`. This...

Hi @AdamRJensen I would be happy to contribute and take care of moving the `_parse_bsrn `and `_parse_epw `functionality into the read functions. Please let me know if there are any...

@EwoutH Can i work on this?

@EwoutH thanks for your reply! I would like to propose adding a small, built-in symbolic agent icon library for Mesa visualizations, inspired by the simplicity of NetLogo shapes. Initial scope...

@EwoutH onto it!

PyLops does not currently implement a function equivalent to scipy.sparse.linalg.expm_multiply. PyLops operators are compatible with SciPy’s LinearOperator interface, though, so you can simply pass a PyLops operator directly to scipy.sparse.linalg.expm_multiply....