chinchalinchin
released this
31 Jul 17:34
·
17 commits
to develop/main
since this release
Mainly, I've fixed an application breaking bug that popped up. I am not sure if there were some updates to the underlying libraries, but the sqlite cache stopped working at some point in the last year. It used to do type conversions with datetime.date
objects, but now requires strings.
Also, the GUI appears to have broken with an update to the Qt library. See here for more info: matplotlib/matplotlib#24155
Currently looking into a solution.