You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ All notable changes to the `log_hub` project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
-
## [0.1.5] - 2025-03-15
7
+
## [0.1.5] - 2025-03-25
8
8
9
9
### Added
10
10
-`forward_milkrun_optimization` service to improve efficiency in transportation and delivery processes by assign shipments to vehicles in an optimal way, based on shipments addresses and available vehicles.
@@ -16,6 +16,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
16
16
-`forward_isochrone_plus` service to determine areas that can be reached within a certain time frame or distance from a specific location address, calculating the isochrones with the additional parameters.
17
17
-`reverse_isochrone_plus` service to deteremine areas that can be reached within a certain time frame or distance from a specific location coordinates, calculating the isochrones with the additional parameters.
18
18
-`get_workspace_entities` service to fetch all the entities in the given workspace.
19
+
-`forward_distance_calculation_with_extra_details` service to get additional details about the road between start and end point based on their addresses, such as all the coutries the road goes through and type of the road (highway, tollway, noncategorizes) in each country.
20
+
-`reverse_distance_calculation_with_extra_details` service to get additional details about the road between start and end point based on their coordinates, such as all the coutries the road goes through and type of the road (highway, tollway, noncategorizes) in each country.
21
+
-`forward_advanced_center_of_gravity` service to find centers of gravity, not only based on customers addresses and weight, and fixed centers, but also taking into consideration product groups required by customers, sources of those product groups described with their addresses and the percentage of the total weight that needs to be located inside of the given service level distance.
22
+
-`reverse_advanced_center_of_gravity` service to find centers of gravity, not only based on customers coordinates and weight, and fixed centers, but also taking into consideration product groups required by customers, sources of those product groups described with their coordinates and the percentage of the total weight that needs to be located inside of the given service level distance.
19
23
20
24
### Changed
21
25
- Input data validation is improved by separating mandatory and optional columns, as well as by adding table names in which data validation failed.
0 commit comments