Skip to content

Releases: conda-incubator/conda-suggest

0.1.1

08 Sep 19:25
Compare
Choose a tag to compare

Added:

  • New write flag added to generate_map() to enable disabling of
    actually writing the file.
  • The generate_map() function now returns the contents of the map file.
  • Added remove_exprs keyword argument to generate_map() to allow for
    filtering out command names. This defaults to removing __pycache__.
  • New --remove-exprs command line option added to generate subcommand.

Fixed:

  • Fixed Windows type error when matching against .exe and .bat files.

Authors:

  • Anthony Scopatz
  • Duncan Macleod

0.1.0

01 Sep 21:51
Compare
Choose a tag to compare

Authors:

  • Anthony Scopatz