Change Log
==========

0.0.1 (06/27/2022)
------------------
- First Release (setup dodecahedron face as COM model).

0.0.2 (06/27/2022)
------------------
- Added all Platonic solid model.

0.0.3 (06/28/2022)
------------------
- Moved Platonic function into seperate file.

0.0.4 (06/28/2022)
------------------
- Seperated files are not supported in pypi, return all functions into __init__.py file.
- Optimized functions.

0.0.5 (06/28/2022)
------------------
- Added printed message when finished writing files.

0.0.6 (06/28/2022)
------------------
- Added data visualization functions.
- Added locate position by pdb and restart file function.

0.1.0 (06/28/2022)
------------------
- First test version released with all functions of Platonic solid model, data visualization and locate position.

0.1.1 (06/28/2022)
------------------
- Deleted wrong files in library.

0.1.2 (07/01/2022)
------------------
- Changed input name as user guide declares.

0.1.3 (07/06/2022)
------------------
- Added x and y labels in heatmaps.
- Added time input validation for heatmaps and 3D plot.

0.1.4 (07/06/2022)
------------------
- Corrected input name arguments for 'TimeBins'.

0.1.5 (07/06/2022)
------------------
- Corrected input name arguments for 'ShowNum'.

0.1.6 (07/06/2022)
------------------
- Corrected input name arguments for locating position for certain size of complex by PDB/restart file.

0.1.7 (07/06/2022)
------------------
- Corrected input name argumrnts for 'FileNameInp'.

0.2.0 (07/06/2022)
------------------
- Adapted package with to tutorial.

0.2.1 (07/08.2022)
------------------
- Optimized hist_to_df function.
- Added hist_to_csv function. 

0.2.2 (07/08/2022)
------------------
- Optimized hist_to_csv function.

0.2.3 (07/08/2022)
------------------
- Deleted os from requirements.

0.2.4 (07/08/2022)
------------------
- Fixed bug for hist_to_csv function.

0.2.5 (07/08/2022)
------------------
- Fixed bug for hist_to_csv function.
- Fixed typo for CHANGELOG.

0.2.6 (07/11/2022)
------------------
- Added interface notification for csv writing.
- Formated code.

0.2.7 (07/13/2022)
------------------
- Added multi_hist_to_csv and multi_hist_to df function.

0.2.8 (07/27/2022)
------------------
- Added SaveFig input to all data visualization functions.

0.2.9 (07/27/2022)
------------------
- Fixed bugs of not saving full plot for heatmaps.

0.3.0 (08/03/2022)
------------------
- Added functions for analysing 'transition_matrix_time.dat' file.
- Added input data type requirements for all functions.