What's Changed
* updated version for development by sarthakpati in https://github.com/CBICA/GaNDLF/pull/259
* Fix for `get_final_layer` use in `GANDLF.utils` by sarthakpati in https://github.com/CBICA/GaNDLF/pull/260
* Add functionality to save training patches by sarthakpati in https://github.com/CBICA/GaNDLF/pull/263
* Updates to integrate new OPM APIs by sarthakpati in https://github.com/CBICA/GaNDLF/pull/261
* Added option to print per-label segmentation scores by sarthakpati in https://github.com/CBICA/GaNDLF/pull/264
* updated initialization for dicts by sarthakpati in https://github.com/CBICA/GaNDLF/pull/267
* Motion artifact separated by sarthakpati in https://github.com/CBICA/GaNDLF/pull/270
* added `black` and `opencv-python` as an explicit requirements by sarthakpati in https://github.com/CBICA/GaNDLF/pull/271
* Bump numpy from 1.19.2 to 1.21.0 by dependabot in https://github.com/CBICA/GaNDLF/pull/272
* Added capability to use `InstanceNorm` in `DenseNet` by sarthakpati in https://github.com/CBICA/GaNDLF/pull/274
* Updated implementations of `VGG` and `DenseNet` to use `ModelBase` for consistency by sarthakpati in https://github.com/CBICA/GaNDLF/pull/276
* Added git hash to model save by sarthakpati in https://github.com/CBICA/GaNDLF/pull/277
* Added FAQ by sarthakpati in https://github.com/CBICA/GaNDLF/pull/279
* Update to how `git_hash` is saved by sarthakpati in https://github.com/CBICA/GaNDLF/pull/280
* Documentation updated for new module structure by sarthakpati in https://github.com/CBICA/GaNDLF/pull/283
* Accuracy is now standardized from torchmetrics by sarthakpati in https://github.com/CBICA/GaNDLF/pull/287
* Adding automated linting check for `black` by sarthakpati in https://github.com/CBICA/GaNDLF/pull/284
* Post-processing module added by sarthakpati in https://github.com/CBICA/GaNDLF/pull/289
* Added a `GANDLF.anonymize` module by sarthakpati in https://github.com/CBICA/GaNDLF/pull/291
* Updated documentation (faq and usage) by sarthakpati in https://github.com/CBICA/GaNDLF/pull/294
* Git submodule update is now integrate in setup by sarthakpati in https://github.com/CBICA/GaNDLF/pull/296
* Ensure `colorjitter` works with defaults by sarthakpati in https://github.com/CBICA/GaNDLF/pull/297
* More progress bars for better feedback by sarthakpati in https://github.com/CBICA/GaNDLF/pull/301
* Update usage.md - plot final results by anishshriram in https://github.com/CBICA/GaNDLF/pull/305
* Using `Resample` and `Resize` from TorchIO by Geeks-Sid in https://github.com/CBICA/GaNDLF/pull/293
* Ensure hole filling output is int by sarthakpati in https://github.com/CBICA/GaNDLF/pull/306
* Added instructions for dependency management by sarthakpati in https://github.com/CBICA/GaNDLF/pull/307
* Minor fix for `reset_prev` by sarthakpati in https://github.com/CBICA/GaNDLF/pull/310
* added captk and fets links by sarthakpati in https://github.com/CBICA/GaNDLF/pull/311
* Updates documentation based on SB's notes by sarthakpati in https://github.com/CBICA/GaNDLF/pull/313
* Added script to verify installation by sarthakpati in https://github.com/CBICA/GaNDLF/pull/315
* Added ability to save preprocessed files with data augmentation by sarthakpati in https://github.com/CBICA/GaNDLF/pull/317
* Added ResNet with multiple configurations by Sofia-Mouchtaris in https://github.com/CBICA/GaNDLF/pull/319
* Bug fix in parameters for `gandlf_collectStats` by dlang95 in https://github.com/CBICA/GaNDLF/pull/321
* `Resample_Min` added to ensure a baseline resolution for all images getting processed by sarthakpati in https://github.com/CBICA/GaNDLF/pull/325
* Added final predictions for classification by sarthakpati in https://github.com/CBICA/GaNDLF/pull/328
* Ensuring cropping zero planes are applied for preprocessing by sarthakpati in https://github.com/CBICA/GaNDLF/pull/329
* Typo fixed for `hd95` by sarthakpati in https://github.com/CBICA/GaNDLF/pull/331
* Using `TiffSlide` instead of `OpenSlide` for a better deployment by sarthakpati in https://github.com/CBICA/GaNDLF/pull/303
* Histology anonymization added by Geeks-Sid in https://github.com/CBICA/GaNDLF/pull/281
* Bug fix for `gandlf_collectStats` by sarthakpati in https://github.com/CBICA/GaNDLF/pull/335
* Adding `resize_image` as a separate option as compared to `resize_patch` by sarthakpati in https://github.com/CBICA/GaNDLF/pull/337
* Sanity checking is now softer with a threshold by sarthakpati in https://github.com/CBICA/GaNDLF/pull/340
* Added ability to resume with and without updating parameters and/or data by sarthakpati in https://github.com/CBICA/GaNDLF/pull/344
* Reverse one-hot logic is now updated to output unique labels by sarthakpati in https://github.com/CBICA/GaNDLF/pull/342
* Added EfficientNet with multiple configurations by Sofia-Mouchtaris in https://github.com/CBICA/GaNDLF/pull/327
* Links added for current networks by sarthakpati in https://github.com/CBICA/GaNDLF/pull/346
* Add Dockerfiles and Docker Hub CI by AlexanderGetka-cbica in https://github.com/CBICA/GaNDLF/pull/353
* Add GitHub Packages upload step, refine Docker CI further by AlexanderGetka-cbica in https://github.com/CBICA/GaNDLF/pull/355
* Added Docker Image builds by sarthakpati in https://github.com/CBICA/GaNDLF/pull/354
* docker ci badge position change by sarthakpati in https://github.com/CBICA/GaNDLF/pull/356
* Docker CI: Fix login requirement -- no need to log in for PRs (oops!) by AlexanderGetka-cbica in https://github.com/CBICA/GaNDLF/pull/359
* Added some checks for inference mode by sarthakpati in https://github.com/CBICA/GaNDLF/pull/358
* Fix for invalid classification accuracy in training by orhunguley in https://github.com/CBICA/GaNDLF/pull/361
* Post-training optimization using OpenVINO added by junwenwu in https://github.com/CBICA/GaNDLF/pull/312
* Enabling inference without having access to the ground truth by sarthakpati in https://github.com/CBICA/GaNDLF/pull/363
* Ensure ONNX-related print only happens once during training by sarthakpati in https://github.com/CBICA/GaNDLF/pull/364
* Fixed issue with `balanced_accuracy` parsing by sarthakpati in https://github.com/CBICA/GaNDLF/pull/366
* Hard requirement of PyTorch to LTS by sarthakpati in https://github.com/CBICA/GaNDLF/pull/369
* Added post-processing step to map predicted labels to new values by sarthakpati in https://github.com/CBICA/GaNDLF/pull/367
* Fix Docker CI on PRs again (meta information missing causing a rebuild -> out of space) by AlexanderGetka-cbica in https://github.com/CBICA/GaNDLF/pull/371
* Fixing docker builds by sarthakpati in https://github.com/CBICA/GaNDLF/pull/372
* ROCm Docker builds are no longer valid since we are only supporting PyTorch LTS by sarthakpati in https://github.com/CBICA/GaNDLF/pull/370
* Custom inference loop added for histo classification by sarthakpati in https://github.com/CBICA/GaNDLF/pull/374
* UNet and Light UNet with varying depth by Sofia-Mouchtaris in https://github.com/CBICA/GaNDLF/pull/357
* Create codacy-coverage-reporter.yml by sarthakpati in https://github.com/CBICA/GaNDLF/pull/368
* added a comment about padding options by sarthakpati in https://github.com/CBICA/GaNDLF/pull/376
* Improved penalty calculation and added ImageNet-specific VGG by Geeks-Sid in https://github.com/CBICA/GaNDLF/pull/365
* Error checks added to ImageNet VGG by sarthakpati in https://github.com/CBICA/GaNDLF/pull/377
* updated config comment for `num_channels` by sarthakpati in https://github.com/CBICA/GaNDLF/pull/378
* Logic fixed for step scheduler by sarthakpati in https://github.com/CBICA/GaNDLF/pull/379
* Add option to save model at every epoch by sarthakpati in https://github.com/CBICA/GaNDLF/pull/381
* Added note for classification/regression tasks by sarthakpati in https://github.com/CBICA/GaNDLF/pull/385
* Added RGBA to RGB conversion in preprocessing by sarthakpati in https://github.com/CBICA/GaNDLF/pull/384
* Improved default `step_size` calculation by sarthakpati in https://github.com/CBICA/GaNDLF/pull/386
* Added a key for `exp` scheduler by sarthakpati in https://github.com/CBICA/GaNDLF/pull/387
* Documentation updates by sarthakpati in https://github.com/CBICA/GaNDLF/pull/388
* Fixing tests on named venv by sarthakpati in https://github.com/CBICA/GaNDLF/pull/382
* Fixing pytorch version dependency for macOS by sarthakpati in https://github.com/CBICA/GaNDLF/pull/390
* Add option to strategize the final aggregation for segmentation by sarthakpati in https://github.com/CBICA/GaNDLF/pull/392
* Fixing per-label metrics display by sarthakpati in https://github.com/CBICA/GaNDLF/pull/393
* Added submodule to hand template-matching based normalization by sarthakpati in https://github.com/CBICA/GaNDLF/pull/394
* Added RGB to RGBA conversion for preprocessing by sarthakpati in https://github.com/CBICA/GaNDLF/pull/397
* A new transformer-based segmentation arch (`UNetR`) has been added by Sofia-Mouchtaris in https://github.com/CBICA/GaNDLF/pull/398
* Fixing different device issue on multi-layer `UNet` and `UNETR` by sarthakpati in https://github.com/CBICA/GaNDLF/pull/399
* Added sigmoid multiplier for UNet model output by sarthakpati in https://github.com/CBICA/GaNDLF/pull/400
* Documentation update for installation by sarthakpati in https://github.com/CBICA/GaNDLF/pull/403
* More inference mode options added by sarthakpati in https://github.com/CBICA/GaNDLF/pull/405
* Update `one_hot` and `reverse_one_hot` logic for succinctness by sarthakpati in https://github.com/CBICA/GaNDLF/pull/404
* moving get_final_layer method functionality to GANDLF.utils to avoid by brandon-edwards in https://github.com/CBICA/GaNDLF/pull/407
* API updates to make GaNDLF's compute objects callable outside the tool by sarthakpati in https://github.com/CBICA/GaNDLF/pull/401
* Added memory usage for cuda under `verbose` by sarthakpati in https://github.com/CBICA/GaNDLF/pull/409
* Fixes to model getting sent to device twice by sarthakpati in https://github.com/CBICA/GaNDLF/pull/411
* Upgrade to OpenVINO 2022.1 by junwenwu in https://github.com/CBICA/GaNDLF/pull/410
* Model device location fixed for inference by sarthakpati in https://github.com/CBICA/GaNDLF/pull/412
* Fixed type passed to get_class_imbalance_weights by psfoley in https://github.com/CBICA/GaNDLF/pull/414
* Updated OpenVINO installation for CI by sarthakpati in https://github.com/CBICA/GaNDLF/pull/415
* Reducing dataframe iteration by sarthakpati in https://github.com/CBICA/GaNDLF/pull/416
* Documentation update to use pip instead of conda, per our CI by sarthakpati in https://github.com/CBICA/GaNDLF/pull/419
* Taking care of case where `0` is absent from `class_list` for segmentation by sarthakpati in https://github.com/CBICA/GaNDLF/pull/418
* Providing train/val split should not result in another training by sarthakpati in https://github.com/CBICA/GaNDLF/pull/420
* Fix typo torch summary by katesedykh in https://github.com/CBICA/GaNDLF/pull/421
* Added a preprocessing dict for `resize_image` by sarthakpati in https://github.com/CBICA/GaNDLF/pull/423
* Create pytorch objects inference fix by psfoley in https://github.com/CBICA/GaNDLF/pull/422
* Figure added from manuscript by sarthakpati in https://github.com/CBICA/GaNDLF/pull/426
* Checking dimensionality of computations and raising run-time error by sarthakpati in https://github.com/CBICA/GaNDLF/pull/429
* Supporting JPG for writing segmentation output by sarthakpati in https://github.com/CBICA/GaNDLF/pull/432
* Histology inference logic updated by Geeks-Sid in https://github.com/CBICA/GaNDLF/pull/433
* Bug fix for OpenVINO iGPU model craching by junwenwu in https://github.com/CBICA/GaNDLF/pull/436
* Simplified logic for histology inference by sarthakpati in https://github.com/CBICA/GaNDLF/pull/435
* Links updated to remove redundant highlights by sarthakpati in https://github.com/CBICA/GaNDLF/pull/440
* Trying to fix Out-of-Memory on unit tests (with TransNet changes) by AlexanderGetka-cbica in https://github.com/CBICA/GaNDLF/pull/444
* Improving code coverage by reducing number of lines of code by sarthakpati in https://github.com/CBICA/GaNDLF/pull/446
* Enable patch size calculation in microns for histology images by sarthakpati in https://github.com/CBICA/GaNDLF/pull/439
* Improved masking functionality for histology inference by Geeks-Sid in https://github.com/CBICA/GaNDLF/pull/448
* version update for tagging by sarthakpati in https://github.com/CBICA/GaNDLF/pull/449
New Contributors
* dependabot made their first contribution in https://github.com/CBICA/GaNDLF/pull/272
* anishshriram made their first contribution in https://github.com/CBICA/GaNDLF/pull/305
* Sofia-Mouchtaris made their first contribution in https://github.com/CBICA/GaNDLF/pull/319
* dlang95 made their first contribution in https://github.com/CBICA/GaNDLF/pull/321
* AlexanderGetka-cbica made their first contribution in https://github.com/CBICA/GaNDLF/pull/353
* brandon-edwards made their first contribution in https://github.com/CBICA/GaNDLF/pull/407
* psfoley made their first contribution in https://github.com/CBICA/GaNDLF/pull/414
* katesedykh made their first contribution in https://github.com/CBICA/GaNDLF/pull/421
**Full Changelog**: https://github.com/CBICA/GaNDLF/compare/0.0.13...0.0.14