What's Changed
* Ci testing by thewtex in https://github.com/KitwareMedical/ITKRLEImage/pull/2
* Coding style more adhering to ITK style guide by dzenanz in https://github.com/KitwareMedical/ITKRLEImage/pull/3
* Addressing warnings by dzenanz in https://github.com/KitwareMedical/ITKRLEImage/pull/4
* Adding RLEImage specific tests by dzenanz in https://github.com/KitwareMedical/ITKRLEImage/pull/5
* Trying to resolve build failures in the main repository by dzenanz in https://github.com/KitwareMedical/ITKRLEImage/pull/6
* Applying uncrustify with ITK's aggressive style configuration by dzenanz in https://github.com/KitwareMedical/ITKRLEImage/pull/7
* Adding the InsightJournal article, ready for publishing by dzenanz in https://github.com/KitwareMedical/ITKRLEImage/pull/8
* Adding handle and bumping release number to 1.0 by dzenanz in https://github.com/KitwareMedical/ITKRLEImage/pull/9
* Fixing the linking errors for tests when default modules are not built by dzenanz in https://github.com/KitwareMedical/ITKRLEImage/pull/10
* Addressing compiler warnings by dzenanz in https://github.com/KitwareMedical/ITKRLEImage/pull/11
* More warning avoidance by dzenanz in https://github.com/KitwareMedical/ITKRLEImage/pull/12
* Suppressing KWStyle's bug by dzenanz in https://github.com/KitwareMedical/ITKRLEImage/pull/13
* Finalizing uncrustify style by dzenanz in https://github.com/KitwareMedical/ITKRLEImage/pull/14
* Clearing itk:: prefix by dzenanz in https://github.com/KitwareMedical/ITKRLEImage/pull/15
* A short example to display compression ratio by dzenanz in https://github.com/KitwareMedical/ITKRLEImage/pull/16
* ENH: Rename tests to all contain the name of the remote module by fbudin69500 in https://github.com/KitwareMedical/ITKRLEImage/pull/18
* Minor fixes by dzenanz in https://github.com/KitwareMedical/ITKRLEImage/pull/17
* ENH: testing long long by dzenanz in https://github.com/KitwareMedical/ITKRLEImage/pull/20
* COMP: fixing copy-pasted duplicate names by dzenanz in https://github.com/KitwareMedical/ITKRLEImage/pull/21
* ENH: Require cmake minimum version to be 3.9.5. by jhlegarreta in https://github.com/KitwareMedical/ITKRLEImage/pull/22
* ENH: Providing ITKv5 updates for C++11 by hjmjohnson in https://github.com/KitwareMedical/ITKRLEImage/pull/23
* BUG: Prevent unintended propagation of region from input image by dzenanz in https://github.com/KitwareMedical/ITKRLEImage/pull/24
* ENH: Providing ITKv5 updates for C++11 by hjmjohnson in https://github.com/KitwareMedical/ITKRLEImage/pull/25
* COMP: Move ITK_DISALLOW_COPY_AND_ASSIGN calls to public section. by jhlegarreta in https://github.com/KitwareMedical/ITKRLEImage/pull/26
* COMP: Set the minimum required CMake version to 3.10.2. by jhlegarreta in https://github.com/KitwareMedical/ITKRLEImage/pull/27
* Switching to the new multi-threading mechanism by dzenanz in https://github.com/KitwareMedical/ITKRLEImage/pull/28
* BUG: Fix test errors steming from the new multi-threading mechanism. by jhlegarreta in https://github.com/KitwareMedical/ITKRLEImage/pull/29
* ENH: Prefer boolean macro call to initialize dynamic multi-threading ivar. by jhlegarreta in https://github.com/KitwareMedical/ITKRLEImage/pull/30
* Replacing MD5 hashes by SHA512 hashes in test data by dzenanz in https://github.com/KitwareMedical/ITKRLEImage/pull/31
* DOC: Improve the `itk-module.cmake` documentation, by jhlegarreta in https://github.com/KitwareMedical/ITKRLEImage/pull/34
* ENH: Improve CI. by jhlegarreta in https://github.com/KitwareMedical/ITKRLEImage/pull/33
* STYLE: update .clang-format and remove ITKKWStyleOverwrite.txt by dzenanz in https://github.com/KitwareMedical/ITKRLEImage/pull/35
* STYLE: Remove excess new lines. by jhlegarreta in https://github.com/KitwareMedical/ITKRLEImage/pull/36
* STYLE: Prefer ASCII inverted double quotation marks. by jhlegarreta in https://github.com/KitwareMedical/ITKRLEImage/pull/37
* Minor test updates by dzenanz in https://github.com/KitwareMedical/ITKRLEImage/pull/38
* COMP: Change enum to new enum class definitions by mseng10 in https://github.com/KitwareMedical/ITKRLEImage/pull/40
* STYLE: Add ITK prefix to testing macros by jhlegarreta in https://github.com/KitwareMedical/ITKRLEImage/pull/39
* STYLE: remove void keyword used instead of formal parameters by dzenanz in https://github.com/KitwareMedical/ITKRLEImage/pull/41
* COMP: follow rename of ImageIOFactory FileModeType into FileModeEnum by dzenanz in https://github.com/KitwareMedical/ITKRLEImage/pull/43
* ENH: run the big tests only if the test machine has 16GB or more by dzenanz in https://github.com/KitwareMedical/ITKRLEImage/pull/44
* ENH: update enums to match recent changes in ITK by dzenanz in https://github.com/KitwareMedical/ITKRLEImage/pull/45
* Update for ITK v5.1rc2 by hjmjohnson in https://github.com/KitwareMedical/ITKRLEImage/pull/46
* ENH: Add .gitattributes to allow running ITK clang-formatting scripts by hjmjohnson in https://github.com/KitwareMedical/ITKRLEImage/pull/47
* COMP: Use and move ITK_DISALLOW_COPY_AND_ASSIGN call to public section by jhlegarreta in https://github.com/KitwareMedical/ITKRLEImage/pull/48
* BUG: Fix 'test not run' error thrown when built as ITK remote by mseng10 in https://github.com/KitwareMedical/ITKRLEImage/pull/49
* STYLE: Rename ITK_DISALLOW_COPY_AND_ASSIGN to ITK_DISALLOW_COPY_A… by mseng10 in https://github.com/KitwareMedical/ITKRLEImage/pull/51
* ENH: Add GitHub Actions configuration by thewtex in https://github.com/KitwareMedical/ITKRLEImage/pull/50
* Fix wrapping by dzenanz in https://github.com/KitwareMedical/ITKRLEImage/pull/52
* ENH: Update Python package version requirement to 5.2rc1 by thewtex in https://github.com/KitwareMedical/ITKRLEImage/pull/53
* remove recursive header includes by hjmjohnson in https://github.com/KitwareMedical/ITKRLEImage/pull/55
* COMP: Fix assertion condition. It failed to compile in Debug mode. by dzenanz in https://github.com/KitwareMedical/ITKRLEImage/pull/56
* ENH: Bump ITK and change http to https by tbirdso in https://github.com/KitwareMedical/ITKRLEImage/pull/57
* ENH: Bump to ITK v5.3.0 by tbirdso in https://github.com/KitwareMedical/ITKRLEImage/pull/59
* STYLE: Use trailing return type instead of typename + dependent type by dzenanz in https://github.com/KitwareMedical/ITKRLEImage/pull/58
* COMP: Remove Python CI workflow by tbirdso in https://github.com/KitwareMedical/ITKRLEImage/pull/60
* ENH: Enable building shared libraries by aylward in https://github.com/KitwareMedical/ITKRLEImage/pull/61
* COMP: Uninitialized in GetNumberOfComponentsPerPixel by thewtex in https://github.com/KitwareMedical/ITKRLEImage/pull/62
* Scanline iterator RLEImage macOS by thewtex in https://github.com/KitwareMedical/ITKRLEImage/pull/63
* Itk 5.4.0, Python CI by thewtex in https://github.com/KitwareMedical/ITKRLEImage/pull/64
New Contributors
* thewtex made their first contribution in https://github.com/KitwareMedical/ITKRLEImage/pull/2
* dzenanz made their first contribution in https://github.com/KitwareMedical/ITKRLEImage/pull/3
* fbudin69500 made their first contribution in https://github.com/KitwareMedical/ITKRLEImage/pull/18
* jhlegarreta made their first contribution in https://github.com/KitwareMedical/ITKRLEImage/pull/22
* hjmjohnson made their first contribution in https://github.com/KitwareMedical/ITKRLEImage/pull/23
* mseng10 made their first contribution in https://github.com/KitwareMedical/ITKRLEImage/pull/40
* tbirdso made their first contribution in https://github.com/KitwareMedical/ITKRLEImage/pull/57
* aylward made their first contribution in https://github.com/KitwareMedical/ITKRLEImage/pull/61
**Full Changelog**: https://github.com/KitwareMedical/ITKRLEImage/commits/v1.0.1