Skip to content

Commit

Permalink
Merge branch 'performance-overhaul'
Browse files Browse the repository at this point in the history
  • Loading branch information
techalchemy committed Oct 18, 2018
2 parents da32a00 + f23b75d commit 1ba0153
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
1.1.3 (2018-10-18)
==================

Features & Improvements
-----------------------

- Introduced lookup by name when searching for python versions, which allows searching for non-standard python releases such as ``anaconda3-5.3.0``. `#20 <https://github.com/sarugaku/pythonfinder/issues/20>`_

- General improvements:
- Improved ``pyenv`` support and architecture lookup support.
- Improved overall performance and caching. `#21 <https://github.com/sarugaku/pythonfinder/issues/21>`_


Bug Fixes
---------

- Switch to using ``--ignore-unsupported`` by default during lookups. `#19 <https://github.com/sarugaku/pythonfinder/issues/19>`_


1.1.2 (2018-10-12)
==================

Expand Down
1 change: 0 additions & 1 deletion news/19.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/20.feature.rst

This file was deleted.

3 changes: 0 additions & 3 deletions news/21.feature.rst

This file was deleted.

2 changes: 1 addition & 1 deletion src/pythonfinder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import print_function, absolute_import

__version__ = '1.1.3.dev0'
__version__ = '1.1.4.dev0'

# Add NullHandler to "pythonfinder" logger, because Python2's default root
# logger has no handler and warnings like this would be reported:
Expand Down

0 comments on commit 1ba0153

Please sign in to comment.