anaconda / anaconda-client

Anaconda Server Client
https://anaconda.org
BSD 3-Clause "New" or "Revised" License
145 stars 239 forks source link

Release 1.12.0 #673

Closed yshmatov-anaconda closed 1 year ago

AlbertDeFusco commented 1 year ago

Hi! I'm curious, when this expected to be released?

AlbertDeFusco commented 1 year ago

Also, I'd like to know if the latest changes to conda detection will be included. It looks like they are not in this PR

https://github.com/Anaconda-Platform/anaconda-client/blob/master/binstar_client/utils/conda.py

csoja commented 1 year ago

It is currently in QA - hopefully next week to be released? @vshevchenko-anaconda can you confirm and address Albert's other question?

yshmatov-anaconda commented 1 year ago

@AlbertDeFusco this change is included in this release. However - we also created a solution that also prefers CONDA_EXE, and which covers more cases (including conda-less environments).

It appears that we worked on both solutions at the same time, but we first included our solution in the dev branch (where we collect new releases), while this solution was for some reason merged into the master (which should be the latest stable release). We backported all changes from master, fixed conflicts, and merged them into a complete current solution. Thus we just have more compared to what we have in master.

AlbertDeFusco commented 1 year ago

Great!