-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Comparing changes
Open a pull request
base repository: pyenv/pyenv
base: v2.4.23
head repository: pyenv/pyenv
compare: v2.5.0
- 10 commits
- 35 files changed
- 4 contributors
Commits on Dec 21, 2024
-
Add miniconda3-24.11.1-0 (#3138)
Co-authored-by: binbjz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38421ba - Browse repository at this point
Copy the full SHA 38421baView commit details
Commits on Dec 22, 2024
-
pyenv-init | performance improvements (#3136)
* perf: replace a series of if statements with a case block. Add error handling for case where unknown option is provided. Same setup as rbenv-init for reading arguments. * perf, docs: Recommend users to specify the shell for `pyenv init -` Speeds up the startup by about 40% (in local testing, from ~50ms to ~30ms). Reflect this in `pyenv init` hint text. * style: remove unnecessary `root` variable in pyenv-init * style: remove unnecessary variable declarations at the top of file in pyenv-init. * perf: replace `cat <<` calls with `echo` The builtin `echo` is about 100x faster. In tests, saves about 2-3ms. * docs: document the `pyenv init - <shell>` performance boost in the Advanced Configuration section. * style: test_helper.bash: avoid unnecessary ".." in produced PATH * docs: fix a false statement about completions location in the Advanced Configuration section.
Configuration menu - View commit details
-
Copy full SHA for c697339 - Browse repository at this point
Copy the full SHA c697339View commit details -
add_miniconda.py: future-proof, update defaults, change -v
* future-proof PyVersion * fix handling "-latest" * Update default versions * change -v argument to bool
Configuration menu - View commit details
-
Copy full SHA for 25c966e - Browse repository at this point
Copy the full SHA 25c966eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac2f882 - Browse repository at this point
Copy the full SHA ac2f882View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51937cc - Browse repository at this point
Copy the full SHA 51937ccView commit details -
add_miniforge.py: Support different Python version lines, improvements
* report more progress * don't download SHA files for unsupported architectures
Configuration menu - View commit details
-
Copy full SHA for e0504fc - Browse repository at this point
Copy the full SHA e0504fcView commit details -
CI: only run macos_build_bundled_dependencies and ubuntu_build_tar_gz…
… for CPython (#3141) Only CPython scripts use bundled dependencies for MacOS and two alternative tarballs
Configuration menu - View commit details
-
Copy full SHA for 5d80be0 - Browse repository at this point
Copy the full SHA 5d80be0View commit details -
Add miniforge3 and mambaforge3 24.1.2-0, 24.3.0-0, 24.5.0-0, 24.7.1-0…
…, 24.7.1-1, 24.7.1-2, 24.9.0-0, 24.9.2-0, 24.11.0-0, 24.11.0-1 (#3142)
Configuration menu - View commit details
-
Copy full SHA for 04b440d - Browse repository at this point
Copy the full SHA 04b440dView commit details -
Exclude broken miniforge3/mambaforge3 22.11.0-0, 22.11.0-1, 22.11.0-2…
… from generation [no ci] (#3143)
Configuration menu - View commit details
-
Copy full SHA for 2acb229 - Browse repository at this point
Copy the full SHA 2acb229View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aff0df - Browse repository at this point
Copy the full SHA 2aff0dfView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.4.23...v2.5.0