Browse our Products

Aspose.Tasks for Python via .NET 25.7 Release Notes

All Changes

KeySummaryIssue Type
TASKSNET-11503Add support for the scenario when existing VBA module is deleted from MPP fileNew Feature
TASKSNET-11509Add reading of ‘Mandatory start’ and ‘Mandatory finish’ constraint types from Primavera formatsEnhancement
TASKSNET-11507Fix updated source code of VbaModule is not shown when opening the resulting MPP in MS ProjectBug
TASKSNET-11506Fix incorrect reading of tasks hierarchy from XER format v. 25.5.Bug
TASKSNET-11505Fix logic of GetTimephasedWork method for baseline workBug
TASKSNET-11504Fix reading of the specific MPP file with VBA Project presentBug

Public API and Backwards Incompatible Changes

The following public types were added:Description
aspose.tasks.primavera.PrimaveraConstraintTypeSpecifies a type of activity’s constraint.
The following public methods and properties were added:Description
aspose.tasks.PrimaveraTaskProperties.primary_constraint_typeGets a type of primary constraint.
aspose.tasks.PrimaveraTaskProperties.primary_constraint_dateGets the date of primary constraint.
aspose.tasks.PrimaveraTaskProperties.secondary_constraint_typeGets a type of secondary constraint.
aspose.tasks.PrimaveraTaskProperties.secondary_constraint_dateGets the date of secondary constraint.
The following public methods and properties were deleted:Description
aspose.tasks.GroupCriterion.index
aspose.tasks.GroupCriterion.parent_group
aspose.tasks.GroupCriterionCollection.parent_group
The following public enumerations were added:Description
aspose.tasks.primavera.PrimaveraConstraintType.NONENot specified or not applicable.
aspose.tasks.primavera.PrimaveraConstraintType.FINISH_ONFinish On’ type
aspose.tasks.primavera.PrimaveraConstraintType.FINISH_ON_OR_AFTERFinish On or After’ type
aspose.tasks.primavera.PrimaveraConstraintType.FINISH_ON_OR_BEFOREFinish On or Before’ type
aspose.tasks.primavera.PrimaveraConstraintType.MANDATORY_FINISHMandatory Finish’ type
aspose.tasks.primavera.PrimaveraConstraintType.MANDATORY_STARTMandatory Start’ type
aspose.tasks.primavera.PrimaveraConstraintType.START_ONStart On’ type
aspose.tasks.primavera.PrimaveraConstraintType.START_ON_OR_AFTERStart On or After’ type
aspose.tasks.primavera.PrimaveraConstraintType.START_ON_OR_BEFOREStart On or Before’ type
aspose.tasks.primavera.PrimaveraConstraintType.AS_LATE_AS_POSSIBLEAs Late As Possible’ type