v0.4.4: Continue if one global fails (#64)
This is a small release to address a bug with how globals are loaded. Previously, if a single global failed to load (due to for example invalid python) it would stop loading any further globals. Now we continue loading each valid global, and output a list of invalid globals at the end.