Saransh Chopra
Saransh Chopra
- dark mode version of logo - no sidebar title - dynamic rendering of dark/light logo in the README file See https://github.com/FluxML/Zygote.jl/pull/1306   The white Flux logo looks a...
### PyBaMM Version all ### Python Version 3.9 ### Describe the bug `PyBaMM` cannot be installed on an `M1` mac from `pip` as well as from source. I think `casadi`...
I completely forgot that `setuptools` introduced editable installs in `v64.0.0`. This means that the installation will fail if a developer, who has `setuptools` < `v64.0.0` installed locally, tries to install...
1. Franklin `v0.9.5` and above supports and encourages using the `toml`-like style for variable definitions. The old `@def` style is going to be deprecated soon. 2. There were a few...
- use `--recursive` to clone the submodules too (I get a build error locally if `c-blosc` is not cloned) - use the generic `HTTPS` URLs instead of the `SSH` ones...
Fixes #2638 Relevant discussion on slack - https://iris-hep.slack.com/archives/C0155BGPGE4/p1707239216196289 cc: @alexander-held
XRef #208 The current interface: ```python In [1]: import numpy as np ...: ...: import boost_histogram as bh ...: ...: h = bh.Histogram(bh.axis.Regular(10, 0, 1)) ...: h.fill(np.random.normal(size=1_000_000)) ...: rebin =...
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....
# Description PyPI now allows and encourages uploading files without using any API TOKENS. The trusted publisher deployment can be configured from PyBaMM's PyPI dashboard - Your account > pybamm...