Skip to content

Commit

Permalink
Merge pull request #140 from mcara/minor-doc-updates-in-bitmask
Browse files Browse the repository at this point in the history
Update comments in bitmask
  • Loading branch information
mcara authored Aug 12, 2021
2 parents 39c4793 + 9a7966f commit adcdda7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/stsci/tools/bitmask.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
import numpy as np
from astropy.utils import deprecated

__version__ = '1.1.1'
__vdate__ = '30-January-2018'
__version__ = '1.1.2'
__vdate__ = '10-August-2021'
__author__ = 'Mihai Cara'

__all__ = ['interpret_bit_flags', 'bitfield_to_boolean_mask', 'is_bit_flag']
Expand Down Expand Up @@ -40,6 +40,7 @@
# `ignore_flags` argument contains bit flags beyond what the type of
# the argument `bitfield` can hold.
# 1.1.1 (30-January-2018) - Improved filtering of high bits in flags.
# 1.1.2 (11-August-2021) - Improved compatibility with numpy 1.21.*.
#
INT_TYPE = (int, )
MAX_UINT_TYPE = np.maximum_sctype(np.uint)
Expand Down

0 comments on commit adcdda7

Please sign in to comment.