Skip to content

Commit 45fc46f

Browse files
Added warning about installation through conda to docs and suggested installation via pip (#5206)
* added warning about installation through conda to docs (fixes #5155) * added changelog entry for conda installation error * Resolve merge conflict in CHANGELOG.md * Update CHANGELOG.md * Add conda warning to installation docs * update index.rst * Update index.rst * Update index.rst Co-authored-by: Agriya Khetarpal <[email protected]> --------- Co-authored-by: Agriya Khetarpal <[email protected]>
1 parent 57ee7b0 commit 45fc46f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
## Bug fixes
1212

13+
- Added explicit warning in installation docs about unmaintained Conda recipe due to pybammsolvers split (Fixes #5155). See pull request [#5206](https://github.com/pybamm-team/PyBaMM/pull/5206)
1314
- Fixed a bug where time-based Heaviside or modulo discontinuities could trigger out-of-bounds errors in time arrays. ([#5205](https://github.com/pybamm-team/PyBaMM/pull/5205))
1415
- Fixed a bug using a time-varying input with heaviside or modulo functions using the `IDAKLUSolver`. ([#4994](https://github.com/pybamm-team/PyBaMM/pull/4994))
1516
- Fix a bug in setting initial stoichiometries where the reference temperature was used instead of the initial temperature. ([#5189](https://github.com/pybamm-team/PyBaMM/pull/5189))

docs/source/user_guide/installation/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ It can be installed using ``pip`` or ``conda``, or from source.
2929
3030
conda install -c conda-forge pybamm-base
3131
32+
.. warning::
33+
34+
The PyBaMM Conda recipe is not currently maintained and lags several releases behind.
35+
As a result, installations via Conda will provide an outdated version.
36+
To access the latest version, consider installing PyBaMM using pip.
3237

3338
Optional solvers
3439
----------------

0 commit comments

Comments
 (0)