Skip to content

Releases: 5tefan/ncflag

v0.3.2

03 Oct 06:55
Compare
Choose a tag to compare
  • use long_description_content_type="text/markdown" in setup.py
  • unpin click dep, tested with latest 8.1.3

v0.3.1

01 Jul 04:28
5e2991b
Compare
Choose a tag to compare
  • New argument to FlagWrap.get_flag: use ignore_missing=True to avoid raising an exception if a flag_meaning isn't found. The default value for ignore_missing=False for backwards compatibility. #4

v0.3.0

12 Dec 01:39
Compare
Choose a tag to compare
  • New method: FlagWrap.is_valid_meaning for convenience.
  • Change reduce method to exclude entire flag vectors (all bits) from reduction if any bits in
    the exclude_mask are set.
  • Make FlagWrap.flag_meanings "public" (prev. FlagWrap._flag_meanings)
  • Adds name attribute, available from init as kwarg, for misc use.
  • Drops support for Python 2.7

v0.2.6

08 Jun 22:09
6f07bbe
Compare
Choose a tag to compare

v0.2.6 - 2020 04 03

  • Bug fix: cli: fix --show_flags option not working for Python 3