* docs(example): made sure all codes are visible in notebook ([`bc6db5c`](https://github.com/Jon-Ting/sphractal/commit/bc6db5c2904f045f105d0a0c71fe81cad38181a0))
* docs(readme): attempt to fix pypi readme rendering issue ([`ac8099a`](https://github.com/Jon-Ting/sphractal/commit/ac8099aa0644ba9203be9f0fe869d8b535f5a692))
* docs(example): updated example notebook ([`753e0f8`](https://github.com/Jon-Ting/sphractal/commit/753e0f851f8c6674011e8902068287e0d87ea4bd))
* docs: improved consistency of the docstrings for all functions ([`bbb613d`](https://github.com/Jon-Ting/sphractal/commit/bbb613d8ce7cd800226a5bb8bdcb899505a89069))
* docs(readme): made readme statements more concise ([`f1ef8ce`](https://github.com/Jon-Ting/sphractal/commit/f1ef8ce6b2779c749e09b84409cd43c0f99c8e01))
Refactor
* refactor(findSlope): made sure estimation results are reported after all plots are shown ([`b490982`](https://github.com/Jon-Ting/sphractal/commit/b490982afba55ad8ed9a53839d1c4a97cae16936))
0.20.1
Documentation
* docs(readme): fixed position of first image
Signed-off-by: Jonathan Yik Chang Ting <jonting97gmail.com> ([`fbfb2f5`](https://github.com/Jon-Ting/sphractal/commit/fbfb2f52ff468b2d026a50430f7bc1c7db123d07))
0.20.0
Build
* build: merge branch &39;main&39; of github.com:Jon-Ting/sphractal into main ([`60a51ef`](https://github.com/Jon-Ting/sphractal/commit/60a51ef146681887fd21b5734b6cd52d58f386d3))
Documentation
* docs(findNN): added docstring for the function ([`7b22a4c`](https://github.com/Jon-Ting/sphractal/commit/7b22a4c159468db20e9eb66718d2edc23a5fe1fc))
Feature
* feat(findSlope): modified while loop condition to better reflect the minSample specified ([`2805b74`](https://github.com/Jon-Ting/sphractal/commit/2805b745ec6b1b80f29853436bb9a8161a259dfe))
* feat(findSlope): modified while loop condition to better reflect the minSample specified ([`a7b7270`](https://github.com/Jon-Ting/sphractal/commit/a7b7270f095101f844b18120df23a663de1163c3))
Fix
* fix(tests): removed redundant test combinations ([`374c5f1`](https://github.com/Jon-Ting/sphractal/commit/374c5f1a38f27be8a8197fdf6ba075d7dd31e6a8))
Performance
* perf(findSlope): added assertion for minSample to make sure it&39;s integer ([`ba6698d`](https://github.com/Jon-Ting/sphractal/commit/ba6698dba109e0cf6376d3a7a33d5a02e27bfc37))
* fix(tests): corrected the function called to test getCaseStudyPaths() ([`8dcf30c`](https://github.com/Jon-Ting/sphractal/commit/8dcf30c76f55fe2bf022001f169669cadaa74d02))
* fix(test): corrected the number of case study coordinate files to be retrieved ([`84afd20`](https://github.com/Jon-Ting/sphractal/commit/84afd201c779065e3f9c995e0dc197e9b5ba94d5))
* fix(data): included the rhombic dodecahedron atomic coordinates as data ([`84edfb7`](https://github.com/Jon-Ting/sphractal/commit/84edfb7f902a8096b2e2c8ab664427a89d3778e6))
Refactor
* refactor: merge branch &39;main&39; of github.com:Jon-Ting/sphractal into main ([`90d40f9`](https://github.com/Jon-Ting/sphractal/commit/90d40f94f96183b9466ef2ecee47cb54f3bfd15d))
0.19.4
Documentation
* docs(init): made documentations in __init__.py more concise ([`49dc087`](https://github.com/Jon-Ting/sphractal/commit/49dc0871c014d20f9113f7ce90639c38cb7136be))
Fix
* fix(readthedocs): fixed the rendering errors on Sphinx documentations ([`850613a`](https://github.com/Jon-Ting/sphractal/commit/850613ac6f69e364de89d9e53523e00ad70c97f8))
Refactor
* refactor(outDir): set default variable string to &39;outputs&39; ([`da0e7b2`](https://github.com/Jon-Ting/sphractal/commit/da0e7b29dbc8f29d7d9bf81b9c7882b23d5123ae))