- Renaming of `pg.subplots()` to `pg.subplots2d()` to avoid confusion with the existing matplotlib function of the same name.
- (A working version of) lazy readin of processed data. This allows unprocessed datasets to be loaded in with `pg.read()`, for example if the FID is the only part of interest.
- Better handling of 2D raw data.
- Dataset methods `mc()`, `xf1m()`, `xf2m()`, `xfbm()` which construct magnitude-mode spectra.
- Various bugfixes for parsing of TopSpin parameters.
- Generic keyword arguments can be passed to the `Dataset.stage()` method; these are passed on to `ax.plot()` or `ax.contour()` respectively.
- Automatic labelling of Axes using `pg.label_axes()`, useful for publication images.
- The ppm scale is determined now using the processing parameters `OFFSET` and `SW_p`, instead of the acquisition parameters `O1` and `SW_h`.
- Overhaul of documentation (still in progress).