Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 71c1860

Browse files
committed
updated changelog
1 parent a9ec7e2 commit 71c1860

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to the `log_hub` project will be documented in this file.
44

55
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).
66

7-
## [0.1.5] - 2025-03-15
7+
## [0.1.5] - 2025-03-25
88

99
### Added
1010
- `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/),
1616
- `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.
1717
- `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.
1818
- `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.
1923

2024
### Changed
2125
- 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

Comments
 (0)