mirror of https://github.com/mamba-org/mamba.git
![]() * All python singletons lifetime are bound to a unique `Context` instance lifetime In `libmambapy`: - bound singletons lifetime to the first `Context` instance created - throw an error if more than one `Context` instance are created at any time (this only applies to python and will be changed at another time) - therefore the python user must create a `Context` before using any other functions This specific change does not (yet) changes the other functions APIs to take explicitly the `Context` object. * simplify python expressions * python API change, added requirement for a `Context` instance affected functions: - MultiPackageCache (constructor) - SubdirData.create_repo - SubdirIndex.create - SubdirIndex.download - clean - transmute - get_virtual_packages - cancel_json_output * libmamba loggers are now unregistered when Context instance is destroyed * fixed: dont use `default` as a name * remove quick-test file * linter fixes * Updated documentation * temptative fix for potential data race in libmamba tests * libmamba tests: added an assertion to be sure * linter pass * fixup libmambatests * added log for helping understanding ci failure * review fixes |
||
---|---|---|
.. | ||
changes-2.0.rst | ||
contributing.rst | ||
dev_environment.rst | ||
internals.rst | ||
whatprovides.svg |