- Fixed ImportError (change `cli` in `__init__.py` to `example`)
0.0.5alpha
- Removed CLI, turned into a function - Created this Changelog - Solve the issue where CSV file (dataset) not found
0.0.4alpha
- Merge all file
0.0.3alpha
- Added a CSV file which has data about the past epidemic history as dataset - Use machine learning (KNeighbor) to predict when will next epidemic happen - a command.py, which intends to be a CLI.
0.0.2alpha
- Update `setup.py` - Create `index.rst` for [documentation](https://epidemic.readthedocs.io)