

VtkPVOptions and subclasses are deprecated. If the option is not specified on the command line, then that denoted environment variable will be used to fetch the value for that option (or flag). Several options support overriding default values using environment variables. Also, in most terminals, the text width is automatically adjusted to the terminal width and text is wrapped to make it easier to read. Mutually exclusive options and deprecated options are clearly marked to minimize confusion. Options are grouped, making it easier to inspect related options together. The -help output for all ParaView executables is now better formatted. Since this conflicts with some of the other more flexible ways of specifying options in CLI11, we limit ourselves to the ways listed above until this legacy behavior is no longer supported. Currently, this is done automatically to avoid disruption and a warning is raised. Instead, one should add use - as the prefix for such options, e.g., -url=. could be used as the prefix for long-named options. This is because ParaView traditionally supported options of form -long=value i.e. Note this is a subset of ways supported by CLI11 itself.
PARAVIEW LABEL FORMAT INTEGER CODE
The command-line options parsing code has been completely refactored.

Suggestions to expand this validation test suite are welcome. The list is expected to grow over multiple releases. Use the -help or -h command line argument for either the paraview.tests package or individual test module to get list of additional options available. This package includes several modules that test and validate different aspects of the ParaView build. To make it easier to test and validate HPC builds, we have added a new package under the paraview Python package called tests. Linux: x86_64 macOS: arm64 and x86_64 Windows: AMD64 HPC benchmarks and validation suite ParaView is now tested on the macOS arm64 platform.ĭue to this change, ParaView binaries are now available using the processor name according to the platform in the binary filename rather than a generic "32Bit" or "64Bit" indicator.
PARAVIEW LABEL FORMAT INTEGER FULL
The full list of issues addressed by this release is available here. Major changes made since ParaView 5.9.1 are listed in this document.
