Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging dev into stable (1.3.0 release) #1067

Merged
merged 677 commits into from
Sep 23, 2024
Merged

Merging dev into stable (1.3.0 release) #1067

merged 677 commits into from
Sep 23, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    726aedc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1034 from julien-tierny/dev

    Fix topoMap boost link issue (windows, #1033)
    julien-tierny authored May 31, 2024
    Configuration menu
    Copy the full SHA
    0d168a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    db95d3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07a1c4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebc77a5 View commit details
    Browse the repository at this point in the history
  4. xml reformatting

    julien-tierny committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    1461cfe View commit details
    Browse the repository at this point in the history
  5. clang-formatting

    julien-tierny committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    1dbee0c View commit details
    Browse the repository at this point in the history
  6. Revert "clang-formatting"

    This reverts commit 1dbee0c.
    julien-tierny committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    199bb7d View commit details
    Browse the repository at this point in the history
  7. clang-formatting

    julien-tierny committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    33bbf34 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e6b599a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ee1c828 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e683dcf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b82a23f View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    81c09d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22ed274 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53d227b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20f5c0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07d898f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a783d83 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dc09123 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    f9726ae View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. [MergeTree] debug messages

    MatPont committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f92c84d View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    145a171 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    1991e25 View commit details
    Browse the repository at this point in the history
  2. Init array

    eve-le-guillou committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    fe9869c View commit details
    Browse the repository at this point in the history
  3. init variable

    eve-le-guillou committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    9d60ece View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Merge pull request #1006 from MatPont/mt_wae

    Wasserstein Auto-Encoders of Merge Trees (and Persistence Diagrams)
    julien-tierny authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2035bd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86aa290 View commit details
    Browse the repository at this point in the history
  3. Updating ChangeLog

    julien-tierny committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    e4e34ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b03fd09 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1037 from eve-le-guillou/mpi_getCellRank

    [MPI] Fix getCellRank in RegularGrid
    julien-tierny authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    1ef2da7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1038 from julien-tierny/dev

    Updating ChangeLog
    julien-tierny authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    e34f787 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af55b7e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    062457b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    9768876 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82b5b0b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1039 from MClemot/ripser128

    [RipsPersistenceDiagram] 128 bits indices option
    julien-tierny authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    9a74f41 View commit details
    Browse the repository at this point in the history
  4. fixed file path

    julien-tierny committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1c4c28f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4089dba View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. fast persistence update

    MohamedKISSI committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    d7e0039 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efb02dd View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. code formatting

    MohamedKISSI committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9e178cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4abef61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3401e82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5249e8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2cb7f76 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    0b25742 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    495904b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ab9a2b View commit details
    Browse the repository at this point in the history
  3. unnecessary includes

    julien-tierny committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6c3017f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68e9692 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fab93c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd890e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    badbbf7 View commit details
    Browse the repository at this point in the history
  8. [Geometry] missing doc

    MatPont committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    82738fe View commit details
    Browse the repository at this point in the history
  9. [SignedDistanceField] doc

    MatPont committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    d8b10aa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    25c0929 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1041 from MohamedKISSI/fastPersistenceUpdate

    Fast persistence update
    julien-tierny authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    81a959b View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1035 from MatPont/sdf

    [SignedDistanceField] add module
    julien-tierny authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    cb7c18e View commit details
    Browse the repository at this point in the history
  13. gui shuffle

    julien-tierny committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    653e4c4 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1042 from MatPont/sdf

    SDF gui shuffle
    julien-tierny authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    8d6b274 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ec8d84f View commit details
    Browse the repository at this point in the history
  16. clang-format the code

    MohamedKISSI committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    b8c6768 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    12c3512 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dddedc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f0dfb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47589c1 View commit details
    Browse the repository at this point in the history
  5. fix odr violations

    MohamedKISSI committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    4a71f05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e9f001 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    f320bf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e876661 View commit details
    Browse the repository at this point in the history
  3. work on solver gui

    julien-tierny committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    51b162e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    a96835d View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    1cf7f15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b08003 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d0fbbc View commit details
    Browse the repository at this point in the history
  4. Avoid crash when unstructured grid with invalid cells

    before this commit, invalid unstructured grid lead to crash.
    the only removed check are completely trivials and should not impact compute time.
    CharlesGueunet committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a28bfcb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f3c0d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Merge pull request #1044 from MatPont/torch_example_fix

    [Torch] fix external project linkage
    julien-tierny authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    f955005 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9625af5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffc052b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec81723 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1040 from julien-tierny/dev

    trying to add torch to the CI
    julien-tierny authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    eea8394 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fbc769e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1045 from CharlesGueunet/ContourTreeCleanCheck

    Avoid crash on unstructured grid with invalid cells, when using Contour / Merge tree
    julien-tierny authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    cf44e5f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. [MergeTree] debug messages

    MatPont committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    fe9bf94 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    d4b25c1 View commit details
    Browse the repository at this point in the history
  2. [MergeTree] debug messages

    MatPont committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f3a1e80 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. [MergeTree] debug messages

    MatPont committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    15c7f7a View commit details
    Browse the repository at this point in the history
  2. [MergeTree] debug messages

    MatPont committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    39e8749 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79116d8 View commit details
    Browse the repository at this point in the history
  4. [MergeTree] debug messages

    MatPont committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    bdc8bc6 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    a40efab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    393626e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34e2ae5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac4dc9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    726c989 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e90c80 View commit details
    Browse the repository at this point in the history
  7. added missing files

    julien-tierny committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    89fb0a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a5f0e06 View commit details
    Browse the repository at this point in the history
  9. exploring conda install

    julien-tierny committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7185d2e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6f71b59 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bf3f48f View commit details
    Browse the repository at this point in the history
  12. simpler windows CI fix

    julien-tierny committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ee93f4f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8bbd99b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    229db9a View commit details
    Browse the repository at this point in the history
  15. fix refactoring

    julien-tierny committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    6f386fd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0aba906 View commit details
    Browse the repository at this point in the history
  17. updated var names

    julien-tierny committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    0a05316 View commit details
    Browse the repository at this point in the history
  18. remvod comments

    julien-tierny committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    8e40d6c View commit details
    Browse the repository at this point in the history
  19. fixed vtk layer

    julien-tierny committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b61af7a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e5a5e41 View commit details
    Browse the repository at this point in the history
  21. updated var names

    julien-tierny committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    42774bc View commit details
    Browse the repository at this point in the history
  22. typo fix

    julien-tierny committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    8f464af View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a4ff012 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #1046 from MatPont/sdf_box_precision

    [SignedDistanceField] not expanded box precision
    julien-tierny authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7953f51 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    327945a View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    c2903bf View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    2736f5d View commit details
    Browse the repository at this point in the history
  2. clang-format

    julien-tierny committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a1e9c37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a734bca View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Use double format for dataVectors and computations, ensure consistenc…

    …y between kFloat64 and kDouble, remove unnecessary copies of smoothedScalars. Normalize input data in pre-process and de-normalize in post-process. Report status message every k iterations.
    MohamedKISSI committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1c17ea6 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    fbd2e90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0530ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b9a820 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24a2b7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29e819f View commit details
    Browse the repository at this point in the history
  6. Revert "[MergeTreeBarycenter] remove debug messages"

    This reverts commit 24a2b7b.
    
    Revert "[MergeTreeBarycenter] remove debug messages"
    
    This reverts commit 7b9a820.
    MatPont committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    bbeabb3 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    7e3bd13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53c0ded View commit details
    Browse the repository at this point in the history
  3. [MergeTreeBarycenter] debug

    MatPont committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    003752e View commit details
    Browse the repository at this point in the history
  4. [MergeTreeBarycenter] debug

    MatPont committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    fd701c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    872689b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    569a8e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    df8753b View commit details
    Browse the repository at this point in the history
  8. fixup linux

    mwestphal committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d92fd4a View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Merge pull request #1048 from MatPont/pdBaryFix

    Fix Merge Tree (and Persistence Diagram) barycenter precision
    julien-tierny authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    9bfe75f View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Merge pull request #1043 from MohamedKISSI/topologicalOptimization

    add Topological Optimization code
    julien-tierny authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    fcd1e70 View commit details
    Browse the repository at this point in the history
  2. Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v3...v4.1.7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    7a8322b View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    cb89e44 View commit details
    Browse the repository at this point in the history
  2. [ci] upgraded checkout

    julien-tierny committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f3c24d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f9a3be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33aa897 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db523aa View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1050 from topology-tool-kit/dependabot/github_act…

    …ions/dot-github/workflows/actions/download-artifact-4.1.7
    
    Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
    julien-tierny authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    51b3ce1 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. changelog update

    julien-tierny committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    936002a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7bbc7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fb30c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3de14bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88ca359 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1df627d View commit details
    Browse the repository at this point in the history
  7. clang-formatting doc

    julien-tierny committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    cdedba3 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Merge pull request #1052 from julien-tierny/doc

    Updated documentation
    julien-tierny authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    cd2da61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82235db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4126ee View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1053 from julien-tierny/patch

    [ci] updated ttk-paraview packaging
    julien-tierny authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    7cfb907 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a7ee51 View commit details
    Browse the repository at this point in the history
  6. updated patchset

    julien-tierny committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5877ea1 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    9ecef3c View commit details
    Browse the repository at this point in the history
  2. [pv513] updated ymls

    julien-tierny committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b778480 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e4b92d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1049 from mwestphal/sccache_support

    CI: Use sccache action from marketplace
    julien-tierny authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c8d622b View commit details
    Browse the repository at this point in the history
  5. [pv513] Last dialog fix

    julien-tierny committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    4451105 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6fecb8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb5d1d9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7fe21e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    3b2320a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec00053 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1054 from julien-tierny/patch

    [ci-pv513] Updated patch set for ParaView 5.13
    julien-tierny authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6b72bc3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b112d41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b891ff5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b00d975 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    009de77 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    53b5792 View commit details
    Browse the repository at this point in the history
  9. [ci] fix yml formatting

    julien-tierny committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c6a0512 View commit details
    Browse the repository at this point in the history
  10. [ci] fix yml syntax

    julien-tierny committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7d719a8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    efd42bb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    121e019 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c5e22c2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    87fbd9f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    62553ee View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8d3a1a6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    63b91de View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b6cebd2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e97cf01 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #1056 from julien-tierny/patch

    [ci-pv513] Enabling ubuntu-22.04 on pv513 headless
    julien-tierny authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    827c678 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f0fdc91 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    bee3ba9 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    125a217 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #1057 from julien-tierny/patch

    [pv513] Final patchset fix
    julien-tierny authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f5c6044 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    474dde5 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    181ab92 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f901d0a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    53236b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    575ada6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    472e65e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35419da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad5e53b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09effc4 View commit details
    Browse the repository at this point in the history
  6. Revert "[ci] clang-formatting dms edits"

    This reverts commit 09effc4.
    julien-tierny committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    46436c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd57ea1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3700a56 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b8ba01 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1058 from julien-tierny/ci

    [CI] Updating test workflow to ParaView 5.13 (with extensions to Ubuntu 24.04 and MacOS 14)
    julien-tierny authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    35c5d66 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    a173ddb View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    62c905a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    099a56f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    110975e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1059 from julien-tierny/fix

    [ci-macos-14] Fixing pvpython library loading issue
    julien-tierny authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    d0dd966 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Revert "[ci] migrating check to ubuntu-24.04"

    This reverts commit a173ddb.
    julien-tierny committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a8846f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e51b44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50788a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd6a9e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b20676f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    457c01b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59f5923 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2f309ab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e9d47f6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    407b3cb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9f73d9e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    df190d7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bb89e24 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Merge pull request #1060 from julien-tierny/ci

    Upgrading check_code workflow to pv513
    julien-tierny authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    7d773c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    124a22c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1ddb67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1cdfd15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6dec9b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40fe819 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65e5e86 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9bfe8b5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ee9e8e5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3df7b65 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    95c8338 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1061 from julien-tierny/doc

    [Doc] Adding Links to Topological Optimization examples (headers)
    julien-tierny authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    816e833 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    afda2b3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a490004 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    53682ad View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c7fd1d7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2847fe4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f24c7d3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1ab86b2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8ac7cff View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    fbd84ec View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4ed8bed View commit details
    Browse the repository at this point in the history
  23. Merge pull request #1062 from julien-tierny/doc

    [doc] Fix broken example links
    julien-tierny authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    483a214 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f7c64fe View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    71d7bc2 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a8f08c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Merge pull request #1063 from julien-tierny/ci

    [ci] package workflow upgrade (ubuntu-24.04, macos-14, pv513)
    julien-tierny authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6903659 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1064 from julien-tierny/versionBump

    [release] Version bump (1.3.0)
    julien-tierny authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    12c6f7d View commit details
    Browse the repository at this point in the history