Version 0.45.0 released

Published on:

This is by far the release with most breaking changes in a long time. The ideas behind all this are * Leveraging the new dot notation to access symbols in modules * Avoid polluting global scope with too many imported symbols * Avoid using prefixed symbols like fread (now fs.read) or dget (now dict.get) to avoid collisions in the global scope

The good news is… you can run min run min-upgrade <folder> to migrate all your code automatically!

BREAKING CHANGES

Fixes and Improvements