Skip to main content

Version 6.2.1912

Major changes

Universal (UV)

  • Fixed work breaks and break time calculation break_time.

Studio (ST)

  • Added display of entity attributes to the table.
  • Added the ability to specify the time zone in which data should be displayed.

Agro (AG)

  • Increased limits on statistical indicators.

Update information

The API version is backward compatible, it is recommended to update the libraries.

Version 6.1.1902

Major changes

Common to all services

  • Added preparing_time (data preparation time) and business_validation_time (business data validation time) and math_validation_time (math data validation time) to statistics on the calculation process.
  • Updated and corrected documentation.

Account (AC)

  • Fixed error 500 when generating a token with an incorrect password.
  • Added sorting for audit.

Universal (UV)

  • Fixed calculation of times in statistics on stops, added calculation of break time break_time.
  • Added data rounding in statistics (the required accuracy is set in the planning settings in the precision field).
  • Trip key changed to uuid, added trip name generation (name).
  • Entity counters added to statistics on unplanned entities (e.g. unplanned_orders_count).
  • The limit on the maximum number of orders in one calculation has been changed to 15 thousand.
  • The limit on the maximum number of tags for one entity has been changed to 15 thousand.
  • A separate state AROUND_LOCATION has been added to the list of states within a trip - the performer is in the process of approaching or leaving the location.
  • Fixed false positives of GEODATA_TIME_WINDOW check.
  • Fixed incorrect work of the scheduler for vehicles with empty compartments.
  • Added the ability to specify the duration of the contractor's tariff in seconds.

Studio (ST)

  • Added the ability to dynamically change the size of the table with the main data.
  • Added the ability to copy any element in the table and infobar.
  • Added hidden columns in default table.
  • Added the ability to copy the version of the web application and service with one button.
  • Added schema data validator for all api methods, return of logical errors added in response with 400 code.
  • Added display of the number of unplanned entities to the indicators.
  • Display of the fact of using an external matrix of times and distances has been added to the indicators.
  • Added check for unique keys when exporting data to the studio.

Packer (PC)

  • Improved stacking of goods, the number of pallet places decreased by 7-15% depending on the original task.

Agro (AG)

  • Increased humidity accounting accuracy - humidity is indicated in ppm (from 1 to 999).
  • Added loading to storage and unloading from storage to the list of operations.

Upgrade information

danger

The API version is not backward compatible.

Common to all services

  • Renamed invalid data warnings (validations -> warnings, calculation_settings.treat_validations_as_errors -> calculation_settings.treat_warnings_as_errors).

Universal (UV)

  • External matrix of times and distances external_routing moved from settings to main data (.plan_settings.external_routing -> .external_routing).
  • Changed performer's tariff time type tariff.stage_length (int -> time_duration).
  • Renamed utilization indicators: capacity_utilization -> cargo_capacity_ratio, capacity_max -> max_transport_load.

Version 5.12.1836

Major changes

Studio (ST)

  • Added hints when hovering over experiment control buttons.
  • Added automatic calculation of statistics for existing trips from external data.
  • Added consideration of table filters when requesting resources to display the map.
  • Added output of the web tool version (in addition to the API version).

Agro (AG)

  • Added support for contracts for markets.
  • Extended list of input data validations.

Update information

The API version is backward compatible, it is recommended to update the libraries.

Version 5.11.1826

Major changes

Universal (UV)

  • Fixed statistics on stops

Studio (ST)

  • Added the ability to follow links in infobars.
  • Redesigned web tool login screen.
  • Fixed scheduling configuration selection.
  • Added main screen with examples.
  • Extended validation of input data.

Account (AC)

  • The block for obtaining data by tracecode has been redesigned, the ability to import data into XLSX has been added.

Agro (AG)

  • Added support for long-term and short-term storage.
  • Extended list of input data validations.

Update information

The API version is backward compatible, it is recommended to update the libraries.

Version 5.8.1766

Major changes

Studio (ST)

  • Added the ability to manually start data validation.
  • Automatic movement of the map to the area of the experiment.
  • Added export of statistics to xlsx.

Routing (RO)

  • Added the ability to exclude geographical areas for travel when building a path between points.

Update information

The API version is backward compatible, it is recommended to update the libraries.

Version 5.6.1748

Major changes

Agro (AG)

  • New service for planning production work on grain harvesting.

Studio (ST)

  • The block with statistics has been redesigned - it has been moved to the infobar.
  • Reworked tables - a new look and the ability to export the displayed data to xlsx.
  • When you run an experiment, statistics are saved automatically.
  • Added the ability to set a custom scheduling configuration.
  • Fixed Cyrillic support in source data.

Universal (UV)

  • Added attributes and statistics to XLSX format.

Update information

The API version is backward compatible, it is recommended to update the libraries.

Version 5.4.1715

Major changes

Universal (UV)

  • Fixed bugs in task conversion to XLSX format and vice versa.
  • Fixed a bug taking into account the external matrix of times and distances.

Studio (ST)

  • Added lists of unplanned entities unplanned_items.

Upgrade information

The API version is backward compatible.

Version 5.3.1702

Major changes

Common to all services

  • Added /file path to get documentation from services.
  • Updated documentation and examples.

Common to all instruments

  • Redesigned left panel - switching between tools and notification center.
  • Fixed page paginator.

Universal (UV)

  • Added the ability to convert tasks to XLSX format and vice versa.

Studio (ST)

  • Added the ability to import / export the experiment in XLSX format.
  • Added a mechanism for transferring experiments between folders.
  • Added fixed columns of tables.
  • Added action menus with table rows.
  • Added experiment name change on the experiment page.
  • Added a modal window for editing a table row.

Upgrade information

The API version is backward compatible, it is recommended to update the libraries.

Version 5.1.1673

Major changes

Common to all services

  • New attribute model - additional fields for specifying service information.
  • Updated documentation and examples.

Universal (UV)

  • The order of stops in stop statistics is returned sorted by time.
  • Fixed bugs in total_load and driving_time statistics calculation.

Packer (PC)

  • Small mixboxes are supported for the packaging process
  • Mixboxes are packed in slots that consist only of mixboxes - special rules apply for the top pallet in such a slot: goods on the top pallet are removed from the mixboxes and stacked directly on the pallet, and the large mixbox is replaced on the top pallet with a small one, if possible.

Studio (ST)

  • Added notification center.
  • Added the ability to switch labels on the map from native language to Latin.
  • Fixed display order and page switching in tables.
  • The ability to transfer folders has been added to Explorer.
  • Fixed automatic cancellation of the calculation when the maximum planning time is exceeded.

Upgrade information

The API version is NOT backward compatible if attributes are used.

The attributes have changed from a list of strings to a list of key-value objects:

"attributes": [
{
"key": "Name",
"value" : "R2"
}
]

Version 4.9.1653

Major changes

Common to all services

Packer (PC)

  • Added packaging recycling statistics (package_statistics).
  • Fixed generation of libraries - list is used instead of set in blueprint.
  • The list of performed input data checks has been expanded.

Studio (ST)

  • Supported non-Latin characters in keys.
  • Fixed bug with session validity check.

Upgrade information

The API version is backward compatible, it is recommended to update the libraries.