Chang, correct me if I'm wrong, but my understanding is that the data
needs to be resampled to a regular frequency in order for gaps to
appears. Otherwise (irregular data) it's not at all obvious where data
should be interpolated (or not interpolated). You could add some "gap
inference" (e.g. treat data points at least X time units apart as a
gap) though this would be guesswork in a lot of cases; definitely
possible but the code is a bit hairy. I'd really like to get the final
release out today if possible and leave further tweaks here til 0.8.1
or beyond.
- Wes