Changelog for
strusvector-devel-0.15.5.9-1.3.i686.rpm :
* Fri Dec 29 2017 Patrick Frey
0.15.5-0.1- fixed several build issues: Build with Clang, Fix bugs in travis build
* Mon Dec 04 2017 Patrick Frey 0.15.4-0.1- CMake build fixes- added -Wshadow for C++ build
* Fri Oct 13 2017 Patrick Frey 0.15.3-0.1- RPath fixes and some CMake file reorganization
* Wed Sep 27 2017 Patrick Frey 0.15.2-0.1- bring up travis build, some minor fixes
* Mon Sep 04 2017 Patrick Frey 0.15.1-0.1- release to cleanup mess with missing CHANGELOG in 0.15.0
* Sun Sep 03 2017 Patrick Frey 0.15.0-0.1- strenghten rules for printf style functions in the interface: issue warnings on wrong format string parameter lists for gcc- remove hardcoded setting of C++98 in CMake files- many CMake build fixes- added method close() to vector storage client- fixed bug in vector storage transaction: class names were not written- fixed bug in vector storage transaction: wrong use of std::merge
* Wed Feb 15 2017 Patrick Frey 0.14.0-0.1- adapt interface changes in strus core
* Mon Feb 06 2017 Patrick Frey 0.13.0-0.1- adapt interface changes in strus core- simplify interfaces- many build fixes- added program strusPageRank that can be build with cmake option -DWITH_PAGERANK=\"YES\"
* Sat Oct 01 2016 Patrick Frey 0.12.0-0.1- moved interfaces to strus core (only implementation in this project)
* Thu Sep 29 2016 Patrick Frey 0.11.0-0.1- initial revision- integrated the armadillo library for fast linear algebra operations- define vector space model interface and implement standard vector space model for unsupervised learning of features from vectors