-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speed up
_notify_conda_outdated
due to expensive PrefixData call. (#…
…298) * Manually scanning prefix data * Cleanup of code * Black formatting * Check if conda-meta directory exists * add news * fix test (conda-meta might not exist) * suppres IO exceptions * pre-commit * Update conda_libmamba_solver/solver.py Co-authored-by: Jannis Leidel <jannis@leidel.info> * Update conda_libmamba_solver/solver.py Co-authored-by: Jannis Leidel <jannis@leidel.info> * Update conda_libmamba_solver/solver.py * fix .read() method * pre-commit --------- Co-authored-by: jaimergp <jaimergp@users.noreply.github.com> Co-authored-by: Jannis Leidel <jannis@leidel.info>
- Loading branch information
1 parent
2d218ab
commit 533543d
Showing
2 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
### Enhancements | ||
|
||
* Increase performance of `notify_conda_outdated` logic. (#298) | ||
|
||
### Bug fixes | ||
|
||
* <news item> | ||
|
||
### Deprecations | ||
|
||
* <news item> | ||
|
||
### Docs | ||
|
||
* <news item> | ||
|
||
### Other | ||
|
||
* <news item> |