From 919358b0f684c0dd0b0e45b6b8c78a771a378b31 Mon Sep 17 00:00:00 2001 From: jsprit Date: Wed, 30 Jul 2014 12:31:19 +0200 Subject: [PATCH 1/3] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ac9d90f..9096da60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ Change-log - StateId moved from core.problem.route.state.StateFactory.StateId to core.algorithm.state.StateId - StateFactory.createId(String name) is not accessible anymore - constructor new StateManager(VehicleRoutingTransportCosts costs) does not exist anymore, but is new StateManager(VehicleRoutingProblem vrp) +- StateManager.addDefault... methods do not exists anymore. Client must now decide what to do when state does not exist. - deprecated core.problem.VehicleRoutingProblem.Builder.addVehicle(Vehicle v) and added core.problem.VehicleRoutingProblem.Builder.addVehicle(AbstractVehicle v) - deprecated core.problem.VehicleRoutingProblem.Builder.addJob(Job j) and added core.problem.VehicleRoutingProblem.Builder.addJob(AbstractJob j) From ac83e2ded951fb68ee2a67f57e888edfaecd3159 Mon Sep 17 00:00:00 2001 From: jsprit Date: Wed, 30 Jul 2014 12:40:22 +0200 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9096da60..7bca0fd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ Change-log ! Break change ! +- migrated from log4j1x to log4j2 +- new feature: skills can now be included easily +- countless improvements of javadocs + jsprit-core - StateFactory.createId(String name) moved to core.algorithm.state.StateManager.createStateId(String name) - StateFactory moved from core.problem.solution.route.state.StateFactory to core.algorithm.state.InternalStates @@ -14,6 +18,12 @@ Change-log - deprecated core.problem.VehicleRoutingProblem.Builder.addVehicle(Vehicle v) and added core.problem.VehicleRoutingProblem.Builder.addVehicle(AbstractVehicle v) - deprecated core.problem.VehicleRoutingProblem.Builder.addJob(Job j) and added core.problem.VehicleRoutingProblem.Builder.addJob(AbstractJob j) +- bugfix [#107](https://github.com/jsprit/jsprit/issues/107) +- bugfix [#109](https://github.com/jsprit/jsprit/issues/109) +- bugfix [#111](https://github.com/jsprit/jsprit/issues/111) +- bugfix [#112](https://github.com/jsprit/jsprit/issues/112) +- bugfix [#114](https://github.com/jsprit/jsprit/issues/114) + **v1.3.1** @ 2014-06-14 jsprit-core From 126b8c90c08deff003055aed451348ec95f166b5 Mon Sep 17 00:00:00 2001 From: jsprit Date: Wed, 30 Jul 2014 13:06:50 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bca0fd0..d2a6ebca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Change-log ! Break change ! - migrated from log4j1x to log4j2 -- new feature: skills can now be included easily +- new feature: skills can now be included easily (see for example https://github.com/jsprit/jsprit/blob/master/jsprit-examples/src/main/java/jsprit/examples/SolomonWithSkillsExample.java) - countless improvements of javadocs jsprit-core