|
a |
|
b/RELEASES.md |
|
|
1 |
# Version 1.0 (2019-12-18) |
|
|
2 |
|
|
|
3 |
## Major Improvements |
|
|
4 |
- Use Python [multiprocessing](https://docs.python.org/3.6/library/multiprocessing.html) to speed up patch creation. |
|
|
5 |
- Replace [os](https://docs.python.org/3.6/library/os.html) with [pathlib](https://docs.python.org/3.6/library/pathlib.html) module. |
|
|
6 |
- Added [argparse](https://docs.python.org/3.6/library/argparse.html) support. |
|
|
7 |
- Rewrote patch processing code using vector operations. |
|
|
8 |
- Fully documented all functions and methods with docstrings and type hints. |
|
|
9 |
- Compute image means and standard deviations for normalization online. |
|
|
10 |
- Increased efficiency of code by rewriting code. |