Libraries
- Added
Column.set_index
to allow you to explicitly change the index for a column (#1982). Also expandedTable.set_index
to accept columns, rather than just names of columns in the table. - Added support for Amazon Redshift in the database library (#1985).
Tooling
- Implement
library/preinstall
endpoint, allowing the IDE to request a library to be installed asynchronously before importing it, so that adding the import does not seem to freeze the compiler (#1972).
Known Issues
- This is a beta release, so please see the issue tracker for issues opened before the release date.