Aman Srivastava

Results 8 issues of Aman Srivastava

this PR addresses issue #7972 by consolidating the typing of `coords` across the PyMC codebase. Previously, `coords` appeared with a mix of types such as: - `Sequence` - `Sequence |...

# Add `%gpu_timeit` IPython magic using `cupyx.profiler.benchmark` (#9466) This PR adds a new Jupyter/IPython magic `%gpu_timeit`, as requested in issue #9466. While `%timeit` measures only CPU execution, `%gpu_timeit` provides **GPU-synchronized...

## Description This PR adds support for running `build-locally.py` using **Podman** as an alternative container runtime when Docker is not available. ## What’s Changed Added automatic detection of the container...

review-requested
c-cpp
python

## Add `libconcurrentqueue-dev` recipe This PR adds a recipe for **libconcurrentqueue**, a fast header-only C++11 multi-producer multi-consumer lock-free concurrent queue library. ### Upstream - GitHub: https://github.com/cameron314/concurrentqueue - Version: 1.0.4 (latest...

review-requested
c-cpp

This PR adds the git-extras package (version 7.1.0) to conda-forge. upstream: https://github.com/tj/git-extras SHA256 verified recipe includes build.sh and Windows skip since upstream does not provide Windows support local recipe tests...

review-requested
python

this change updates the logging so that these expected SQLite lock messages are shown as debug logs instead of warnings, while keeping the warning level unchanged for all other database...

this PR makes `with_mpi` a strict boolean with a default value of `False`, instead of `Optional[bool]`. updated: - data model field to use `bool` with default `False` - constructor to...

This PR adds Podman support to the `run_docker_build.sh.tmpl` template so feedstocks can build locally on systems where Docker is not available (e.g., Fedora Silverblue, RHEL, or environments preferring rootless Podman)....