Hi all,

I'm looking at what needs to be deprecated/removed and have a few questions:

1. ma.core has some deprecations without version info:
  make_mask: flag keyword
  MaskedArray.flag
  MaskedArray.raw_data
  allclose: fillvalue keyword
  Should these be removed, and if not can someone provide a version number for when that does need to happen?

2. correlate: old_behavior keyword should be removed. Is it correct that that means (besides changes in core/numeric.py) removing multiarray.correlate code in multiarraymodule.c and renaming correlate2 to correlate there?

3. Anything else that needs to be removed/deprecated besides what is noted in the 1.4.0 release notes and ticket 1431?

Thanks,
Ralf