what Pysal currently calls regime_weights (in weights.util.py) are actually "block" weights. the documentation refers to them as block weights (which they are) but the function is called regime_weights. this creates potential confusion with the notion of regime weights as in w_regime (in spreg.regimes.py). I propose to rename the function block_weights.