What's Changed
* Closest Pair Algorithm by Amir-Shamsi in https://github.com/Amir-Shamsi/SpAlgo/pull/38
* [](https://github.com/Amir-Shamsi)Amir-Shamsi [adding version dynamically inside setup.py](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/42c0a011ab27fb6e2db26c642243734aa372cbbe) [42c0a01](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/42c0a011ab27fb6e2db26c642243734aa372cbbe)
* [](https://github.com/Amir-Shamsi) Amir-Shamsi [Create __init__.py](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/eba75743137648cd9e8379a022ccfa098fa56e9c) [eba7574](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/eba75743137648cd9e8379a022ccfa098fa56e9c)
* [](https://github.com/Amir-Shamsi) Amir-Shamsi [arrange _array files to _peak directory](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/091a5cae5a119fa50eb4f8233e728c8bd85a3d2c) [091a5ca](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/091a5cae5a119fa50eb4f8233e728c8bd85a3d2c)
* [](https://github.com/Amir-Shamsi) Amir-Shamsi [arrange _matrix files to _peak directory](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/acbbe194c737fdf430f20587734ceb5fa4f97f5d) [acbbe19](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/acbbe194c737fdf430f20587734ceb5fa4f97f5d)
* [](https://github.com/Amir-Shamsi) Amir-Shamsi [load version dynamically inside setup.py](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/9a60465148ecab37befe29fe85a6f629ab837a16) [9a60465](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/9a60465148ecab37befe29fe85a6f629ab837a16)
* [](https://github.com/Amir-Shamsi) Amir-Shamsi [arrange _sequence files to _sequences directory](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/dc17f7455e9d5b0390fc7ad07f6c2239c00995d6) [dc17f74](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/dc17f7455e9d5b0390fc7ad07f6c2239c00995d6)
* [](https://github.com/Amir-Shamsi) Amir-Shamsi [update package ref inside main __init__](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/d60b7837bf26829a06343485b2b7d7c1321c8d28) [d60b783](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/d60b7837bf26829a06343485b2b7d7c1321c8d28)
* [](https://github.com/Amir-Shamsi) Amir-Shamsi [create init files the closest pair algorithm](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/b6a3f8a62a86588b62d51d8f0f617b09f9259c68) [b6a3f8a](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/b6a3f8a62a86588b62d51d8f0f617b09f9259c68)
* [](https://github.com/Amir-Shamsi) Amir-Shamsi [create point class to handle pairs in 2D](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/59777aec34368bbb9346f3e0792fbe3b4a19991d) [59777ae](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/59777aec34368bbb9346f3e0792fbe3b4a19991d)
* [](https://github.com/Amir-Shamsi)Amir-Shamsi [complete the Closest Pair Algorithm & doc](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/cc7f0358ee52b456ded201116a00a43706f93067) [cc7f035](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/cc7f0358ee52b456ded201116a00a43706f93067)
* [](https://github.com/Amir-Shamsi) Amir-Shamsi [update __init__ to handle ClosestPair & Point](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/7bce1f7fa440140b1f2474a55188a1a0cfed37e9) [7bce1f7](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/7bce1f7fa440140b1f2474a55188a1a0cfed37e9)
* [](https://github.com/Amir-Shamsi) Amir-Shamsi [create test for ClosestPair : test_ClosestPair](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/7e807e344a1933230d3a7ec127f17409fd073e94) [7e807e3](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/7e807e344a1933230d3a7ec127f17409fd073e94)
* [](https://github.com/Amir-Shamsi) Amir-Shamsi [create example file for the ClosestPair](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/70a07edec04447184f11733d0a8b39c9454920ba) [70a07ed](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/70a07edec04447184f11733d0a8b39c9454920ba)
* [](https://github.com/Amir-Shamsi) Amir-Shamsi [option to get the closest pair found](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/fcfdce322e7835b82d4372de4ba3ee1c15da361d) [fcfdce3](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/fcfdce322e7835b82d4372de4ba3ee1c15da361d)
* [](https://github.com/Amir-Shamsi) Amir-Shamsi [example for get_closest_pair added](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/14fe15dc5a6ccacdce5ea964b4a11daf5b462eca) [14fe15d](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/14fe15dc5a6ccacdce5ea964b4a11daf5b462eca)
* [](https://github.com/Amir-Shamsi) Amir-Shamsi [add test case for get_closest_pair](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/17f75c3a0829b5f53e74f0361343247b1ea9c776) [17f75c3](https://github.com/Amir-Shamsi/SpAlgo/pull/38/commits/17f75c3a0829b5f53e74f0361343247b1ea9c776)
**Full Changelog**: https://github.com/Amir-Shamsi/SpAlgo/compare/0.2.1...0.3.1
Contribute with mohammadkeshavarzi