# PSGD 1.0.0
* Initial stable release of package.

# PSGD 1.0.1
* Fix model selection criteria.
* Adapt projected gradient update.
* Cross-validation function uses decrementing diversity.
* Add multithreading to cross-validation function.

# PSGD 1.0.2
* Removed invalid UTF-8 characters.

# PSGD 1.0.3
* Fix projection function in PS_Model.cpp.
* Delete dynamically allocated model objects at the end of function calls.

# PSGD 1.0.4
* Fix package test error.

# PSGD 1.0.5
* Fixed bashisms in configure files.