-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChangeLog
More file actions
344 lines (276 loc) · 10.3 KB
/
ChangeLog
File metadata and controls
344 lines (276 loc) · 10.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
Date: 2026-02-25
Commit: bc6f615
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: refactor: optimize voxel filter cross-face neighbor lookups
Date: 2026-02-25
Commit: 6436d82
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: refactor: simplify GaussianBVH bounds structure and improve AABB computation
Date: 2026-02-25
Commit: 71593fc
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: refactor: rename hyphenated headers to snake_case and add utility functions
Date: 2026-02-24
Commit: 37b5075
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: refactor: use string_literals instead of std::string() in compressed_ply_writer
Date: 2026-02-18
Commit: 5cc42f8
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: fix: correct syntax errors in chunk property validation in PLY decompression
Date: 2026-02-18
Commit: 2a8731f
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: feat: update chunk property validation in PLY decompression
Date: 2026-02-06
Commit: 15279fd
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: feat: add filter visibility and summary functionality with data structures
Date: 2026-01-30
Commit: 261226b
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: chore: bump version to 1.3.0
Date: 2026-01-30
Commit: b142ebc
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: fix: resolve #1 - circular dependency in evaluator module
Date: 2026-01-30
Commit: e61dee9
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: feat: add splat file writer functionality
Date: 2026-01-30
Commit: fc108a2
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: fix: Improve CSV writer performance and fix centroid sorting stability
Date: 2026-01-30
Commit: 843d252
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: refactor: update SOG reader and writer for improved mathematical constants; enhance readability and maintainability
Date: 2026-01-29
Commit: f5464ef
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: refactor: enhance KdTree implementation with improved node structure and build method; update SOG writer for type safety
Date: 2026-01-28
Commit: 9740070
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: refactor: update LOD writing logic and options for bundling; adjust default chunk count
Date: 2026-01-20
Commit: 14dd356
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: docs: expand README with detailed features, architecture, and module descriptions
Date: 2026-01-17
Commit: bdc34f4
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: docs: update README.md with comprehensive SplatLib overview and project details
Date: 2026-01-15
Commit: 4770d48
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: 1.2.0
Date: 2026-01-14
Commit: 22aa57d
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: modify ply reader.
Date: 2026-01-13
Commit: 3c75df4
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: Update splat_version.h.in
Date: 2026-01-13
Commit: f6de65a
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: Fixed the ghosting issue in Splat rendering at the far end.
Date: 2026-01-13
Commit: 26bfe04
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: Update project name and version, improve AABB structure, and enhance logging and CRC classes
Date: 2026-01-12
Commit: 3fc9f17
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: Merge the readers and writers modules into IO.
Date: 2026-01-12
Commit: 70830e8
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: add octree, remove main branch viewer module, that's has moved into viewer branch.
Date: 2026-01-09
Commit: 5b7a53c
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: Refactor BVH tree with nested AABB and BTreeNode structures
Date: 2026-01-08
Commit: 64fea4b
Author: Merlot.Qi <yuxiang.qi@rd.shareuav.cn>
Message: remove main branch viewer module.
Date: 2026-01-08
Commit: c9ed52c
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: add imgui to renderer splat data, that's only a simple viewer.
Date: 2026-01-07
Commit: 5ee4367
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: Refactor output formatting and enhance documentation
Date: 2026-01-07
Commit: 6b5c783
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: feat: Add comprehensive Doxygen documentation for Gaussian Splatting data processing library
Date: 2026-01-06
Commit: fa6b0fd
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: fix eigen include error.
Date: 2026-01-06
Commit: 24e41cd
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: add doxygen module.
Date: 2026-01-06
Commit: 49afe0b
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: fix(clustering): fix data corruption during centroid reordering
Date: 2026-01-06
Commit: a4f20bd
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: Refactor and improve code quality across multiple files
Date: 2026-01-05
Commit: 92c7fa4
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: Add Python bindings using pybind11, refactor CMake configuration, and improve K-means clustering implementation
Date: 2026-01-04
Commit: 10a4953
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: Bump version to 1.0.0, remove unused options, and refactor write functions for improved clarity and performance
Date: 2025-12-30
Commit: c1abf60
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: Implement core utilities for 3D Gaussian Splatting: CRC, WebP codec, ZIP reader, and ZIP writer
Date: 2025-12-29
Commit: ad08b5e
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: remove string case when set value to column.
Date: 2025-12-29
Commit: f110659
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: Update data_table.h
Date: 2025-12-29
Commit: 3b2a8d1
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: Fixed error on Windows platform.
Date: 2025-12-29
Commit: 2058843
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: Refactor GPU Clustering and K-Means Implementation
Date: 2025-12-27
Commit: 6644e6b
Author: merlot.qi <merlotrain.mc@gmail.com>
Message: Implement GPU-based clustering and enhance data processing
Date: 2025-12-27
Commit: fb65de9
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: Subject: build: fix Abseil linking and refactor CMake for cross-platform
Date: 2025-12-27
Commit: 0f8063e
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: fixed ubuntu22.04 libabsl-dev debian error.
Date: 2025-12-27
Commit: 49e88ec
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: :fixed size_t error.
Date: 2025-12-27
Commit: 00dcc32
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: fixed size_t error.
Date: 2025-12-27
Commit: 10c3d88
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: fixed linux platform error.
Date: 2025-12-26
Commit: c059547
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: Update cmake-multi-platform.yml
Date: 2025-12-26
Commit: db7af79
Author: merlot.qi <merlotrain.mc@gmail.com>
Message: fix: Correct WebP package configuration in CMakeLists and update vcpkg install command
Date: 2025-12-25
Commit: 923a7b4
Author: merlot.qi <merlotrain.mc@gmail.com>
Message: feat: Update CMake configuration for CUDA support and enhance main application usage documentation
Date: 2025-12-25
Commit: 05e4e5a
Author: merlot.qi <merlotrain.mc@gmail.com>
Message: Merge branch 'main' of https://github.com/merlotqi/splat-transform
Date: 2025-12-25
Commit: 0ea230f
Author: merlot.qi <merlotrain.mc@gmail.com>
Message: add dockerfile
Date: 2025-12-24
Commit: 12b17fa
Author: Merlot.Qi <merlotrain.mc@gmail.com>
Message: Create cmake-multi-platform.yml
Date: 2025-12-24
Commit: 9682b4a
Author: merlot.qi <merlotrain.mc@gmail.com>
Message: feat: Implement decompression for PLY files and enhance related functionalities
Date: 2025-12-24
Commit: e68f18b
Author: merlot.qi <merlotrain.mc@gmail.com>
Message: feat: Add ZLIB dependency and update related files
Date: 2025-12-22
Commit: 0aceb52
Author: merlot.qi <merlotrain.mc@gmail.com>
Message: Refactor DataTable usage across multiple files to use pointers and unique_ptrs
Date: 2025-12-21
Commit: bc67431
Author: merlot.qi <merlotrain.mc@gmail.com>
Message: refactor: Clean up includes and remove unused headers across multiple files
Date: 2025-12-21
Commit: 2432d87
Author: merlot.qi <merlotrain.mc@gmail.com>
Message: Refactor and enhance the splat library
Date: 2025-12-20
Commit: 2ca8259
Author: merlor.qi <merlotrain.mc@gmail.com>
Message: feat: Enhance DataTable functionality and remove deprecated webp codec files
Date: 2025-12-17
Commit: 9c2bcfd
Author: merlot.qi <merlotrain.mc@gmail.com>
Message: Add sog lod-sog files.
Date: 2025-12-17
Commit: 8a1110b
Author: merlot.qi <merlotrain.mc@gmail.com>
Message: feat: Add compressed ply writer.
Date: 2025-12-13
Commit: 0d28724
Author: merlot.qi <merlotrain.mc@gmail.com>
Message: Add readers and writers for 3D Gaussian Splatting files
Date: 2025-12-12
Commit: 1c07df8
Author: merlot.qi <merlotrain.mc@gmail.com>
Message: feat: Update README and add detailed documentation for PLY and SOG formats; enhance download script for parallel file retrieval
Date: 2025-12-11
Commit: 869bbad
Author: merlor.qi <merlotrain.mc@gmail.com>
Message: feat: Refactor Splat file reading functions for improved data handling and performance
Date: 2025-12-11
Commit: aca61e5
Author: merlor.qi <merlotrain.mc@gmail.com>
Message: feat: Enhance PLY reader and model structures; add new maths functions and SOG model support
Date: 2025-12-11
Commit: 2fb6940
Author: merlor.qi <merlotrain.mc@gmail.com>
Message: Refactor WebP codec functions for improved memory management and error handling
Date: 2025-12-10
Commit: 1618c71
Author: merlor.qi <merlotrain.mc@gmail.com>
Message: feat: Implement transformation of Gaussian points in DataTable
Date: 2025-12-09
Commit: 631efa8
Author: merlor.qi <merlotrain.mc@gmail.com>
Message: Add initial implementations for Splat file readers and writers
Date: 2025-12-02
Commit: 87fa445
Author: merlot.qi <merlotrain.mc@gmail.com>
Message: Refactor project structure: update CMake configuration, add serialization and writing modules, implement CRC class, and enhance data handling in CSV and ZIP formats.
Date: 2025-12-02
Commit: 701b4cc
Author: merlot.qi <merlotrain.mc@gmail.com>
Message: Add initial implementation of AABB and BTreeNode structures; include RotateSH for spherical harmonic rotation; update CMake configuration to include new maths module and link Eigen3.
Date: 2025-12-02
Commit: 47ae1fb
Author: merlot.qi <merlotrain.mc@gmail.com>
Message: Initial project setup with CMake configuration, logging, and utility classes; added data structures for reading .splat and .sog files.