Skip to content

5.2.0

Compare
Choose a tag to compare
@codingjoe codingjoe released this 04 Mar 17:47
· 98 commits to master since this release
  • Drop multiprocessing in rendervariations command.
    It is preferred to use asynchronous renders and to perform
    image rendering on optimized workers. Therefore, using multiprocessing
    to simply queue tasks adds more errors than it does good.
  • Update CI setup to latest Django & Python version support