Skip to content

Releases: VarianAPIs/VelocityEngine

Version 4.1.4.1217

08 Mar 21:16

Choose a tag to compare

[4.1.4.1217] - 2022-03-08

Added

PlanOperations:

  • Container plan creation.

StructureOperations:

  • Structure delete.
  • Structure set creation with External contour.

PatientDataOperations

  • Delete volumes, registrations, structure sets, plans.

Changed

  • Fix Issue #15 - crop and smooth parameter documentation.
  • Fix Issue #19 - enforce volume match for load registration.
  • ROI box fix - don't require a particular order for the corner points.
  • Mac build for Python 3.9.

Version 4.1.4.1216

28 Jun 15:54

Choose a tag to compare

[4.1.4.1216] - 2021-06-02

Added

  • Dose summation example script.

Changed

  • Build against released Velocity 4.1.4.

Version 4.1.2.1199

09 Oct 19:51

Choose a tag to compare

[4.1.2.1199] - 2020-10-09

Added

  • Adaptive plan creation.
  • Chain registration loading.
  • Default Settings for rigid and deformable registrations.

Changed

  • BED functions, examples, and documentation updated.
  • Fix Issue #8 - structure mask for secondary structure.
  • Fix Issue #7 - hang on script exit for Windows.
  • C# example fixes.
  • Python guide updates.

Version 4.1.2.1197

10 Jun 17:56

Choose a tag to compare

[4.1.2.1197] - 2020-06-10

This is a C#-only release, for Python you may use 4.1.2.1194.

Changed

  • Fixed missing dependency DLL for C#.

Version 4.1.1.1186

10 Jun 17:35

Choose a tag to compare

[4.1.1.1186] - 2020-06-10

This is a C#-only release, for Python you may use 4.1.1.1184.

Changed

  • Fixed missing dependency DLL for C#.

Version 4.1.0.1147

10 Jun 17:20

Choose a tag to compare

[4.1.0.1147] - 2020-06-10

This is a C#-only release. For Python, you may use 4.1.0.1145.

Changed

  • Fix missing dependency DLL for C#.

Version 4.1.2.1194

13 Mar 14:53

Choose a tag to compare

[4.1.2.1194] - 2020-03-12

For C#, please use 4.1.2.1197 or newer.

Changed

  • Build against released Velocity 4.1.2.

Version 4.1.1.1184

13 Mar 14:44

Choose a tag to compare

[4.1.1.1184] - 2020-03-11

For C#, please use 4.1.1.1186 or newer.

Changed

  • Build against released Velocity 4.1.1.

Version 4.1.0.1145

13 Mar 14:24

Choose a tag to compare

[4.1.0.1145] - 2020-03-11

For C#, please use 4.1.0.1147 or newer.

Added

  • Python 3 support.

Changed

  • Build against released Velocity 4.1.0.
  • Examples converted to Python 3.

Removed

  • Python 2 support.

Version 4.0.1.822

14 Jun 18:18

Choose a tag to compare

Added

  • Functions to get bounds of structures and intersections between volumes. Can be used as ROI for registration operations.

Changed

  • Updated inline documentation.
  • Updated Python user guide.
  • Updated examples to use DICOM versions of registration operations, see removals below.

Removed

  • RegistrationOperations which use Velocity-internal coordinate systems:
    • performRigidRegistration
    • performBSplineRegistration
    • performManualAlignment
  • Use the DICOM suffixed versions of the above.
  • Removed unused type for structure guided.