Browse our Products
Aspose.Tasks for Python via .NET 26.7 Release Notes
This page contains release notes information for Aspose.Tasks for Python via .Net 26.7.
All Changes
| Key | Summary | Issue Type |
|---|---|---|
| TASKSNET-11768 | Add reading of Resource Codes from Primavera DB, XER, XML formats | Enhancement |
| TASKSNET-11782 | Fix ‘An item with the same key has already been added’ exception when adding more than 1 view to the project | Bug |
| TASKSNET-11770 | Fix “InvalidCast” exception when Microsoft.Data.Sqlite provider is used to read project from MS Project database. | Bug |
| TASKSNET-11748 | Fix import of activity codes and UDF from Primavera DB | Bug |
| TASKSNET-11584 | Fix incorrect (multiplied by 100) values in baseline cost timephased data | Bug |
| TASKSNET-11576 | Fix Task.GetTimephasedData and Resource.GetTimephasedData dont’t cut the resulting timephased data items according to the passed start/end argument | Bug |
| TASKSNET-3634 | Fix “System.ArgumentException: An entry with the same key already exists” when reading a project from DB | Bug |
Public API and Backwards Incompatible Changes
Related issue: TASKSNET-11584 - Fix incorrect (multiplied by 100) values in baseline cost timephased data
Possible breaking change in logic
In versions prior to 26.7, the values of cost timephased data for baselines were incorrectly multiplied by 100 when stored internally. This fix ensures that the values of timephased data for baseline costs match the values for regular assignment costs.