Changelog

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.5.2] - 2024-03-07

  • Fix the version of omni_client_library to 2.43 for forward compatibility.

[0.5.1] - 2024-02-26

  • Bump kit-sdk up from 105.2.137506 to 106.0.137667.

[0.5.0] - 2024-02-09

  • Bump kit-sdk up from 105.1.123866 to 105.2.137506.

Tool [0.5.0]

  • Added

    • compare_volume()

NeuralVDB [0.5.0]

  • Added

    • batch_encode_grids()

    • batch_encode_grids_from_buffer()

    • batch_encode_grids_with_auto_config()

    • batch_encode_grids_from_buffer_with_auto_config()

[0.4.1] - 2024-01-10

Tool [0.4.1]

  • Fixed

    • Reference count issue in pybyind functions

NeuralVDB [0.3.9]

  • Fixed

    • Reference count issue in pybyind functions (decode_grids)

[0.4.0] - 2023-11-14

Tool [0.4.0]

  • Fixed

    • Replace broken sphere.mvdb files

    • Remove stl (std::vector) for ABI safety

  • Changed

    • Move test files from neuralvdb to vdbtool

    • Change GridData in internal function names to Volume

    • Update docs

  • Added

    • clip_volume()

    • composite_volume()

    • compute_volume()

    • expand_levelset()

    • flood_levelset()

    • levelset_to_fog()

    • offset_levelset()

    • points_to_levelset()

    • points_to_point_volume()

    • point_volume_to_points()

    • prune_levelset()

    • resample_volume()

    • scatter_points_to_volume()

    • corresponding docs

NeuralVDB [0.3.8]

  • Changed

    • Move test files from neuralvdb to vdbtool

    • Change GridData in internal function names to Volume

[0.3.7] - 2023-11-06

  • NeuralVDB: RGBA8 min/max fix

[0.3.6] - 2023-10-19

  • Tool: Add create_volume_from_coord_value_pairs API

  • NeuralVDB: Support for RGBA8 NanoVDB grid

[0.3.5] - 2023-10-12

  • NeuralVDB: Adding carb.settings to control default logging/decode behavior

[0.3.4] - 2023-10-10

  • NeuralVDB: Adding device type and backend options for encoding and decoding

[0.3.3] - 2023-09-20

  • NeuralVDB: Pruning support for level-1 tiles

  • NeuralVDB: Fix non-deterministic pruning

  • NeuralVDB: Empty grid handling while encoding and decoding

[0.3.2] - 2023-08-02

Changed

  • Add documentation

  • Fix invalid test VDB files