Browse our Products

Aspose.Tasks for Python via .NET 24.9 Release Notes

All Changes

KeySummaryIssue Type
TASKSNET-11283Add support for rendering RectangleBottom, LineMiddle, LineTop task bars middle shapesEnhancement
TASKSNET-11278Add TaskUid to TaskValidationExceptionEnhancement
TASKSNET-11280Fix indents are included to task names when rendering bar texts in Gantt chartBug
TASKSNET-11274Fix calculation of assignments peak unitsBug
TASKSNET-11273Fix calculation of ActualDuration and Duration by work for resource assignments with non-flat work contourBug
TASKSNET-11264Fix reading of timephased data for the file with intersection of working exception and calendar exceptionBug
TASKSNET-11245Add baseline bars rendering in Gantt chartBug
TASKSNET-11240Fix rendering of Gantt chart barsBug

Public API and Backwards Incompatible Changes

The following public methods and properties were added:Description
aspose.tasks.TaskValidationException.taskGets the task which caused the exception.
aspose.tasks.visualization.BarStyle.start_shape_typeGets or sets a type of the start shape.
aspose.tasks.visualization.BarStyle.end_shape_typeGets or sets a type of the end shape.
aspose.tasks.visualization.BarStyle.fromGets or sets a start point position of the gantt bar.
aspose.tasks.visualization.BarStyle.toGets or sets a finish point position of the gantt bar.
The following public enumerations were added:Description
aspose.tasks.visualization.BarShape.HALF_HEIGHT_BOTTOMIndicates bottom-aligned half height rectangle bar shape.
aspose.tasks.visualization.BarShape.LINE_TOPIndicates top-aligned line shape.
aspose.tasks.visualization.Shape.CIRCLEIndicates Circle shape.