- New configuration option `missing` controls what should be displayed in the output of the `*%browse` magic for a missing value. Default is '.', following Stata. To defer to pandas' format for `NA`, specify 'pandas'.
- The `SelVar` class now uses Stata's `tempvar` mechanism to create the temporary variable it needs.