Linux developers, rejoice! The latest release of Aspose.Tasks for Python via .NET (v24.6) is here, and it brings a new feature in resource leveling, along with refined security, and FIPS compliance for your Linux applications.
New feature: Resource Leveling
Using the newly introduced resource leveling feature, you can handle resource allocation and task scheduling smoothly. With this update to the Python project manipulation API, you can ascertain efficient project execution. Please view the limitations related to the resource leveling feature by visiting the release notes page.
Here is how you can implement resource leveling functionality into your Python apps:
import aspose.tasks as tsk
project = tsk.Project("input.mpp")
tsk.leveling.ResourceLeveler.level_all(project);
Source*
Protect Your Project Data
Utilize the beefed-up security measures in the latest release to protect your project data and safeguard against any defensive shortcomings on Linux.
Seamlessly Ensure FIPS Compliance
Aspose.Tasks for Python via .NET 24.6 enables you to guarantee compliance with federal information processing standards (FIPS) with secure cryptographic algorithms.
Bug Fixes
We have resolved issues with time-phased data, TIFF generation, non-FIPS-compliant algorithms, and calendar reading in this release.
You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting Aspose.Tasks for Python via .NET 24.6 Release Notes.