Skip to content

Releases: CognitiveVR/cognitive3dpy

v1.2.0

15 Apr 17:32

Choose a tag to compare

v1.2.0 (2026-04-15)

Features

  • Add data-availability flags to compact columns (f0299b3)

Detailed Changes: v1.1.0...v1.2.0

v1.1.0

15 Apr 17:26

Choose a tag to compare

v1.1.0 (2026-04-15)

Bug Fixes

  • Added deprecation warning for unused hmd property (aa03451)

  • Added function for users to clear all cache or cache for a specific project (bc3f0de)

  • Additional guardrails for collision handling when getting events (8a2bcad)

  • Checkout cvr-slicer inside workspace for CI schema validation (27ac43b)

  • Ignore timestamp line in schema freshness check (de5ecd5)

  • Import UTC correctly in sync_schema.py (3fb5ad9)

  • Removed dead code and updated tests (0a5c6ec)

  • Removed unused event schema generation code (e50b3da)

  • Use content hash instead of timestamp for schema freshness check (4e5689f)

  • Use YAML mtime for schema timestamp so CI freshness check is deterministic (cc5a8d2)

Features

  • Added warning logging for deprecated fields/properties (6834ac6)

Detailed Changes: v1.0.6...v1.1.0

v1.0.6

13 Apr 23:08

Choose a tag to compare

v1.0.6 (2026-04-13)


Detailed Changes: v1.0.5...v1.0.6

v1.0.5

13 Apr 22:36

Choose a tag to compare

v1.0.5 (2026-04-13)

Bug Fixes

  • Added schema for type casting known columns (1f8413a)

  • Resolve lint errors in generated schema and transform module (d5ab0b2)


Detailed Changes: v1.0.4...v1.0.5

v1.0.4

01 Apr 22:49

Choose a tag to compare

v1.0.4 (2026-04-01)

Bug Fixes

  • Source hmd column from properties instead of legacy top-level field (aa58c74)

Detailed Changes: v1.0.3...v1.0.4

v1.0.3

01 Apr 20:38

Choose a tag to compare

v1.0.3 (2026-04-01)

Bug Fixes

  • Cast Null-typed columns to String to prevent downstream schema errors (a5dc021)

Detailed Changes: v1.0.2...v1.0.3

v1.0.2

31 Mar 22:29

Choose a tag to compare

v1.0.2 (2026-03-31)

Bug Fixes

  • Drop duplicate columns instead of suffixing with _2 (cf98c32)

  • Handle duplicate column names in normalize_columns() (c4d95e9)


Detailed Changes: v1.0.1...v1.0.2

v1.0.1

12 Mar 00:50

Choose a tag to compare

v1.0.1 (2026-03-12)

Bug Fixes

  • Type casting of expected numeric fields to Flot64 types (e556b96)

  • Update version (8e4ae7c)

  • Updated ci/cd to only publish to pypi when there's a version change (191bb6b)

Continuous Integration

  • Enable automated PyPI publishing (cc6a126)

Detailed Changes: v1.0.0...v1.0.1

v1.0.0

11 Mar 22:36

Choose a tag to compare

v1.0.0 (2026-03-11)

  • Initial Release