Skip to content

Commit

Permalink
DOC: Document changes for mambarc
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Jan 28, 2024
1 parent a06b33e commit f9d3c24
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ API Changes
Bug Fixes
^^^^^^^^^
- The ``mamba`` plugin works correctly for newer versions (>=1.5) of ``libmambapy`` (#1372)
- The ``mamba`` plugin respects the ``MAMBARC`` environment if set, taking
channels and channel priority from the file in the environment variable. (#1373)
- Fixed a bug where ``matrix`` requirements were dropped if an environment file was specified. (#1373)

Other Changes and Additions
Expand Down
8 changes: 8 additions & 0 deletions docs/source/asv.conf.json.rst
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,14 @@ the project being benchmarked may specify in its ``setup.py`` file.
These specifications in ``environment.yml`` or another (user-defined)
file will be overridden by the environment matrix.
.. versionadded::0.6.2
The ``mamba`` plugin will now take channels and channel priority from the
``MAMBARC`` environment variable if it is provided. e.g.
``MAMBARC=$HOME/.condarc asv run``. By default user ``.rc`` files are not
read to enforce isolation. The ``conda-forge`` channel is used as a
default only if neither an environment file nor the ``MAMBARC`` variable
is set.
The ``env`` and ``env_nobuild`` dictionaries can be used to set also
environment variables::
Expand Down

0 comments on commit f9d3c24

Please sign in to comment.