Skip to content

Commit 6e7472c

Browse files
committed
[doc] changelog update
1 parent a410c4f commit 6e7472c

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## TTK - ChangeLog
22
=
33
### dev
4-
- Distributed computation of persistent homology!
4+
- Cycle-aware dimensionality reduction (TopoAE++)
5+
- Distributed computation of persistent homology! (IEEE TPDS 2025)
56
- New backend for TrackingFromFields (critical point based)
67
- Fast planar Rips filtration persistence computation
78
- Migration to ParaView 6

core/base/discreteMorseSandwichMPI/DiscreteMorseSandwichMPI.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
/// "Distributed Discrete Morse Sandwich: Efficient Computation
1313
// of Persistence Diagrams for Massive Scalar Data" \n
1414
/// Eve Le Guillou, Pierre Fortin, Julien Tierny \n
15+
/// IEEE Transactions on Parallel and Distributed Systems, 2025. \n
1516
/// arXiv:2505.21266, 2025.
1617
///
1718
///

core/base/persistenceDiagram/PersistenceDiagram.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@
6464
/// "Distributed Discrete Morse Sandwich: Efficient Computation of Persistence
6565
/// Diagrams for Massive Scalar Data" \n
6666
/// Eve Le Guillou, Pierre Fortin, Julien Tierny \n
67-
/// https://arxiv.org/abs/2505.21266, 2025.
67+
/// IEEE Transactions on Parallel and Distributed Systems, 2025. \n
68+
/// https://arxiv.org/abs/2505.21266, 2025. \n
6869
/// Fast, hybrid MPI-OpenMP backend for large-scale datasets on supercomputers.
6970
///
7071
/// \sa ttkPersistenceDiagram.cpp %for a usage example.

core/vtk/ttkPersistenceDiagram/ttkPersistenceDiagram.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676
/// "Distributed Discrete Morse Sandwich: Efficient Computation of Persistence
7777
/// Diagrams for Massive Scalar Data" \n
7878
/// Eve Le Guillou, Pierre Fortin, Julien Tierny \n
79-
/// https://arxiv.org/abs/2505.21266, 2025.
79+
/// IEEE Transactions on Parallel and Distributed Systems, 2025. \n
80+
/// https://arxiv.org/abs/2505.21266, 2025. \n
8081
/// Fast, hybrid MPI-OpenMP backend for large-scale datasets on supercomputers.
8182
///
8283
/// \sa ttkMergeTreePP

paraview/xmls/PersistenceDiagram.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
Related publication:
4646
'A Progressive Approach to Scalar Field Topology'
4747
Jules Vidal, Pierre Guillou, Julien Tierny
48-
IEEE Transaction on Visualization and Computer Graphics, 2021
48+
IEEE Transactions on Visualization and Computer Graphics, 2021
4949

5050
This approach necessitates the input data to be defined on an implicit regular grid.
5151
It processes the data using a multiresolution hierarchical
@@ -93,6 +93,7 @@
9393
Related publication:
9494
'Distributed Discrete Morse Sandwich: Efficient Computation of Persistence Diagrams for Massive Scalar Data'
9595
Eve Le Guillou, Pierre Fortin, Julien Tierny
96+
IEEE Transactions on Parallel and Distributed Systems, 2025.
9697
https://arxiv.org/abs/2505.21266, 2025.
9798

9899

@@ -259,7 +260,7 @@
259260
<Entry value="2" text="Discrete Morse Sandwich (IEEE TVCG 2023)"/>
260261
<Entry value="3" text="Approximation Approach (IEEE LDAV 2021)"/>
261262
<Entry value="4" text="Persistent Simplex (Zomorodian 2010)"/>
262-
<Entry value="5" text="Distributed Discrete Morse Sandwich"/>
263+
<Entry value="5" text="Distributed Discrete Morse Sandwich (IEEE TPDS 2025)"/>
263264

264265
</EnumerationDomain>
265266
<Documentation>

0 commit comments

Comments
 (0)