From 07957319da6e7f708f2c551c3822392f1bd1a04c Mon Sep 17 00:00:00 2001 From: jsprit Date: Thu, 17 Jul 2014 11:45:42 +0200 Subject: [PATCH 1/6] Update Changelog in preparaton of v1.4.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74942252..c71aef61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ Change-log ========== +**v1.4.0** ? in preparation +jsprit-core +StateFactory.createId(String name) moved to core.algorithm.state.StateManager.createStateId(String name) +constructor new StateManager(VehicleRoutingTransportCosts costs) does not exist anymore, but is new StateManager(VehicleRoutingProblem vrp) + **v1.3.1** @ 2014-06-14 jsprit-core From 0863e459e6e53ab850a55e0f69a649f0c8d18a21 Mon Sep 17 00:00:00 2001 From: jsprit Date: Thu, 17 Jul 2014 11:46:15 +0200 Subject: [PATCH 2/6] Update Changelog in preparaton of v1.4.0 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c71aef61..3317b4e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ Change-log ========== **v1.4.0** ? in preparation + jsprit-core + StateFactory.createId(String name) moved to core.algorithm.state.StateManager.createStateId(String name) + constructor new StateManager(VehicleRoutingTransportCosts costs) does not exist anymore, but is new StateManager(VehicleRoutingProblem vrp) **v1.3.1** @ 2014-06-14 From a3aebbbfcd77d7e53d3d286426843b2ad881ded2 Mon Sep 17 00:00:00 2001 From: jsprit Date: Thu, 17 Jul 2014 11:47:48 +0200 Subject: [PATCH 3/6] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3317b4e2..f0af262e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,11 @@ Change-log ========== **v1.4.0** ? in preparation +! Break change ! + jsprit-core - -StateFactory.createId(String name) moved to core.algorithm.state.StateManager.createStateId(String name) - -constructor new StateManager(VehicleRoutingTransportCosts costs) does not exist anymore, but is new StateManager(VehicleRoutingProblem vrp) +- StateFactory.createId(String name) moved to core.algorithm.state.StateManager.createStateId(String name) +- constructor new StateManager(VehicleRoutingTransportCosts costs) does not exist anymore, but is new StateManager(VehicleRoutingProblem vrp) **v1.3.1** @ 2014-06-14 From 318157a140ca74149a894ec93ec6355465444375 Mon Sep 17 00:00:00 2001 From: jsprit Date: Mon, 28 Jul 2014 10:22:04 +0200 Subject: [PATCH 4/6] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0af262e..380fa04c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Change-log jsprit-core - StateFactory.createId(String name) moved to core.algorithm.state.StateManager.createStateId(String name) +- StateFactory moved from core.problem.solution.route.state to core.algorithm.state +- StateFactory.createId(String name) is not accessible anymore - constructor new StateManager(VehicleRoutingTransportCosts costs) does not exist anymore, but is new StateManager(VehicleRoutingProblem vrp) **v1.3.1** @ 2014-06-14 From ea4695f50c9f4e06adb29ee0fb37ef01710290cd Mon Sep 17 00:00:00 2001 From: jsprit Date: Mon, 28 Jul 2014 10:29:17 +0200 Subject: [PATCH 5/6] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 380fa04c..bb2a4239 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ Change-log jsprit-core - StateFactory.createId(String name) moved to core.algorithm.state.StateManager.createStateId(String name) -- StateFactory moved from core.problem.solution.route.state to core.algorithm.state +- StateFactory moved from core.problem.solution.route.state.StateFactory to core.algorithm.state.InternalStates +- StateId moved from core.problem.rout.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) From e47cd74e7662d6a80f9e55b0ebcc10e590ce25d8 Mon Sep 17 00:00:00 2001 From: jsprit Date: Mon, 28 Jul 2014 10:29:49 +0200 Subject: [PATCH 6/6] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb2a4239..272f3673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ Change-log 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 -- StateId moved from core.problem.rout.state.StateFactory.StateId to core.algorithm.state.StateId +- 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)