You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes for some broken tests
Removed the unreliable monthly test for `retention_from_name`. Months have unequal day lengths, so the test can fail at the end of months ending with 31 days, or March.
Fix unix build issues
cx_freeze doesn't like it if you have multiple array elements for `include_files` and one of them is empty. This caused problems for the unix build. These are now corrected.