Skip to content

Commit

Permalink
update RELEASE_NOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmaierhofer committed Jul 17, 2023
1 parent fca47bb commit d466c36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 0.3.14
- fix typo (Octree.Cir3bRange)
-
### 0.3.13
- Def.AddAlias

Expand Down
6 changes: 3 additions & 3 deletions src/Aardvark.Data.Durable/DurableDataDefs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8969,7 +8969,7 @@ public static class Octree
new Guid("af1737d6-8732-4d27-baec-b7446403f006"),
"Octree.Cir3b.Range",
"Octree. Per-point colored infrared (CIR) statistics. [min, max, avg, stddev]. V4f[].",
Aardvark.V4fArray.Id,
Aardvark.V3fArray.Id,
true
);

Expand All @@ -8980,7 +8980,7 @@ public static class Octree
new Guid("93464f13-257b-0cf2-c778-94ba779614ec"),
"Octree.Cir3b.Range.gz",
"Octree. Per-point colored infrared (CIR) statistics. [min, max, avg, stddev]. V4f[]. Compressed (GZip).",
Aardvark.V4fArrayGz.Id,
Aardvark.V3fArrayGz.Id,
true
);

Expand All @@ -8991,7 +8991,7 @@ public static class Octree
new Guid("0edef8a9-7786-45eb-dfb1-cfb91be9082d"),
"Octree.Cir3b.Range.lz4",
"Octree. Per-point colored infrared (CIR) statistics. [min, max, avg, stddev]. V4f[]. Compressed (LZ4).",
Aardvark.V4fArrayLz4.Id,
Aardvark.V3fArrayLz4.Id,
true
);

Expand Down

0 comments on commit d466c36

Please sign in to comment.