Releases: sarugaku/pythonfinder
Releases · sarugaku/pythonfinder
1.1.2 (2018-10-12)
1.1.1 (2018-10-11)
1.1.1 (2018-10-11)
Bug Fixes
- Fixed an issue which prevented graceful parsing of debug releases of
python, which will now be sorted the same as prereleases. #12
1.1.0 (2018-10-06)
1.1.0 (2018-10-06)
Bug Fixes
- Fixed a bug which caused inadvertent inclusion of previously removed
python installations on windows. #11 - Updated
vistir.misc.run
invocation to avoid spinner usage.
1.0.2 (2018-08-15)
1.0.1 (2018-07-31)
1.0.0 (2018-07-25)
1.0.0 (2018-07-25)
Features & Improvements
- Add support for explicitly searching the global pythonpath using the
global_search
argument at initialization. #4 - Allow bare calls to
find_all_python_versions()
to return all
python versions without specifying a major version. #5 - Added efficient crawling and caching when searching for python and
other executables.- Carry architecture support all the way through the search stack
to only return available python which matches the desired
architecture. - Improve sub-path consolidations for searching for executables
and pythons. - Use lazy loading of python versions to avoid unnecessary
subprocess calls. #8
- Carry architecture support all the way through the search stack
Bug Fixes
Rewrite
0.1.0
- Complete rewrite using attrs.
- Fix issues with path ordering, prioritization, import sorting etc.
- Fast lookups.
- Architecture support on all platforms.
- Modularized codebase for ease of maintainership.