Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 635 Bytes

RELEASES.md

File metadata and controls

10 lines (9 loc) · 635 Bytes

Version 1.0 (2019-12-18)

Major Improvements

  • Use Python multiprocessing to speed up patch creation.
  • Replace os with pathlib module.
  • Added argparse support.
  • Rewrote patch processing code using vector operations.
  • Fully documented all functions and methods with docstrings and type hints.
  • Compute image means and standard deviations for normalization online.
  • Increased efficiency of code by rewriting code.