Skip to content

1.2.0 (2019-03-02)

Compare
Choose a tag to compare
@techalchemy techalchemy released this 14 May 00:16
· 240 commits to master since this release
0f3997b

1.2.0 (2019-03-02)

Features & Improvements

  • Dramatically improved performance and stability. #51
  • Added typehints and refactored mixins, updated shims to only attempt
    to remove themselves if they detect their respectve installations
    (fixes Hynek's issue). #52

Bug Fixes

  • Add resilient parsing to look only for major.minor(.patch)? as a
    fallback parser and allow more graceful continuation if a path is
    not a real path to python. #40
  • Added typehints and refactored mixins, updated shims to only attempt
    to remove themselves if they detect their respectve installations
    (fixes Hynek's issue). #52
  • Fixed a bug which prevented parsing of numeric versions as inputs to
    pythonfinder. #59
  • Windows path discovery now works correctly and does not attempt to
    assign cached properties. #61