Skip to main content

70 posts tagged with "release"

View all tags

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.

Version 4.7.1607

Major changes

  • New environment Edge - early access to new functionality.
  • New service Packer to automate the packaging of goods.
  • New tool Studio - planning visualization.
  • New design of a personal account.
  • New documentation - we have completely redesigned the structure and appearance of the documentation for services and tools. Documentation for each service is now available as a separate localized html file.
  • New data verification system - each service has its own list of critical and non-critical errors, the ability to run a calculation with automatic deletion of data that has not passed verification has been added.

Upgrade information

Common to all services

  • Changed structure type with major.minor.build service version: int.int.int -> int.int.string.
  • Changed service version check path service/version -> service/system/version.
  • Changed the path for checking the availability of the service service/check -> service/system/check.
  • Changed tracedata - object instead of string.

Universal (UV)

  • Services Delivery and Lastmile are merged into one service Universal.
  • Renamed capacity parameters capacity_x\y\z -> capacity_a\b\c.
  • Compatibility is given to the general style: box.features -> box.box_features.
  • Compatibility changed to common style: cargo.restrictions -> cargo.box_restrictions.
  • Renamed setting of maximum calculation time planning_time -> max_calculation_time.
  • Added parameter max_waiting_time - the maximum waiting time in the queue.
  • Changes moved inside performer \ transport as child objects.
  • Renamed the maximum cargo size setting max_size -> max_one_cargo_capacity.
  • All limits are grouped into a limits object.
  • All compatibilities are grouped into the compatibility object.
  • The Location location has been renamed to Geopoint, and AdvancedLocation to Location.
  • Divided into different methods of canceling the calculation process and deleting the calculation result.
  • Added separate data validation methods for each calculation type (plan/validation, replan/validation, actualize/validation).
  • Changed paths for planning methods: plan -> plan/calculation, run_plan -> plan/calculation_async
  • Changed paths for rescheduling methods: replan -> replan/calculation, run_replan -> replan/calculation_async
  • Changed paths for actualization methods: actualize -> actualize/calculation
  • Trips cannot be sent to planning now, only to rescheduling and updating.
  • Updated settings groups:
    • each task type has its own settings - plan_settings, replan_settings, actualize_settings, predict_settings
    • all settings responsible for the formation of trips are grouped in trip_settings
    • all settings responsible for using geodata are grouped in geo_settings
    • all settings responsible for using your own or external routing are grouped in routing_settings
    • all settings responsible for the calculation process itself are grouped in calculation_settings
  • New trip model - a trip is described by a list of performer states, while the performer can be in several states at the same time (for example, be inside the working time window of a location and fulfill an order at the same location).

Routing (RO)

  • Changed Waypoint object - latitude and longitude are inside Geopoint object (same as in Universal).
  • Changed settings -> geo_settings settings.