Release notes¶
pix4dvortex releases follow semantic versioning.
Release 2023.06 - semantic version 2.1.0¶
What’s new¶
Improvements in documentation.
Windows GPU support upgraded to CUDA 11.7 compatible drivers.
Camera Support: ShareUAV 202S Pro.
Camera Support: WINGTRA RGB61_FE24mmF2.8G_24.0_9504x6336.
Camera Support: DJI M3M_4.3_2592x1944.
Slovenian geoid model SLO-VRP2016/Koper.
German geoid model GCG2016.
Support for NADCON5 grid files for USA. This may slightly change transformations in the USA.
Stability and performance improvements in GPU enhanced orthomosaic generation.
API changes¶
Type of mask paths in the mask map parameters of
mesh.gen_mesh_geometry()
anddense.densification()
changed fromstr
toos.PathLike
. This change is backwards compatible.Type of mask paths in the mask map returned by
skyseg.gen_segment_masks()
changed fromstr
topathlib.Path
.Type of output directory parameter of
skyseg.gen_segment_masks()
changed fromstr
toos.PathLike
. This change is backwards compatible.pix4dvortex.io
function parameters representing paths changed fromstr
toos.PathLike
. This change is backwards compatible.pix4dvortex.proc.Resources.work_dir
property is now represented asos.PathLike
instead ofstr
on set, which is backward compatible, and aspathlib.Path
instead ofstr
on get.pix4dvortex.dmodel.io
function parameters representing paths changed fromstr
toos.PathLike
. This change is backwards compatible.
Bug fixes¶
Fixed a bug in site calibration by which calibrations with big coordinates could end up with the site system up-side down.
Failure to run
pix4dvortex.transform.transform()
for point clouds when the supplied working directory does not exist.
Release 2023.05 - semantic version 2.0.0¶
What’s new¶
This is the initial release of the 2nd generation PIX4Dengine SDK. For the feature content refer to the latest feature list on the PIX4Dengine product page or contact the PIX4D sales team.