1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

what has and will change for v1.7

This commit is contained in:
Stefan Schröder 2016-08-04 10:11:09 +02:00 committed by GitHub
parent 7a510fbe60
commit e55ba0ed66

View file

@ -6,6 +6,7 @@ WHATS NEW
- change license from GPLv3 to Apache v2 to make it even more attractive to other developers - change license from GPLv3 to Apache v2 to make it even more attractive to other developers
- pushed binaries to maven central, i.e. made it better accessible and we get rid of our own repo - pushed binaries to maven central, i.e. made it better accessible and we get rid of our own repo
- outsourced various io operations, e.g. reading writing problem/algorithm to a new module called jsprit-io. this way the core is even more lightweight and less dependent on other libraries - outsourced various io operations, e.g. reading writing problem/algorithm to a new module called jsprit-io. this way the core is even more lightweight and less dependent on other libraries
- switched from log4j to the [logger facade slf4j](http://www.slf4j.org/) to allow developers to plugin the logger of their choice
- made it much more memory efficient for large problems - made it much more memory efficient for large problems
- add priority feature - add priority feature