v0.6.0 #240
robertdstein
announced in
Announcements
v0.6.0
#240
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New v0.6.0 release. One big change is the transition to using a directory as a cache for image data, rather than storing everything in RAM. This should ensure processing is much more scalable e.g on a laptop. Another big change is that processors can run in parallel by default, speeding up back processing. Finally, this release includes enforced coding style, usint
black
,isort
andpylint
, to ensure consistency across the project. See the full log for more minor chages.What's Changed
Full Changelog: v0.5.0...v0.6.0
This discussion was created from the release v0.6.0.
Beta Was this translation helpful? Give feedback.
All reactions