Releases: vistle/vistle
Releases · vistle/vistle
v2025.1
What's Changed
- find a normal to line segment direction in all cases by @aumuell in #91
- less repetition by @aumuell in #92
- fix to match adjusted FindNetcdf by @lskern in #93
- clear input object cache before receiving new objects by @aumuell in #94
- Various fixes by @hpcdgrie in #95
- check for successful MPI transfer of data objects by @aumuell in #96
- Duisburg Reader by @MDjur in #98
- retrieve fields from legacy vtk datasets by @aumuell in #99
- this seems to have been a red herring by @aumuell in #100
- don't set no. of timesteps, if no timestep number is provided by @aumuell in #101
- optionally check objects for consistency more thoroughly by @aumuell in #102
- show version information by @aumuell in #103
- lift restriction to per-vertex radii by @aumuell in #105
- add missing updateMeta by @aumuell in #106
- convert tubes with per-element radius to triangles by @aumuell in #107
- more consistent icons by @aumuell in #108
- make sure that our (old) thrust headers are used by @aumuell in #109
- change index order for structured data to vtk ordering by @aumuell in #110
- fix swapped initialization of normal and point on clip plane by @aumuell in #111
- drop remote render transport via vistle control messages by @aumuell in #112
- tolerate the same hub being added twice by @aumuell in #114
- improve build action by @aumuell in #116
- fix double-precision build by @aumuell in #117
- larger cache size by @aumuell in #118
- Updated MiniSim module to test in situ workflow by @hpcdgrie in #119
- fix copy/paste error by @aumuell in #120
- fix typo & warnings by @aumuell in #121
- don't forget to reset previous meta data, when clearing cache by @aumuell in #122
- compatibility with boost 1.85.0 by @aumuell in #124
- compile fix by @aumuell in #125
- install cgal for automated builds by @aumuell in #126
- Removed inSituReader - replace #123 by @aumuell in #127
- Removed asserts to test up to date meta data state. by @hpcdgrie in #128
- Try to keep data on GPU by @aumuell in #129
- use correct size also for multi-process by @aumuell in #130
- Fixed MiniSim stuck in shut down by @hpcdgrie in #131
- In situ pr by @hpcdgrie in #132
- consistently use 'generation' instead of 'execution count' by @aumuell in #133
- make sure that object meta data access is serialized by @aumuell in #134
- delay dereferencing vtk-m handles by @aumuell in #135
- add missing updateFromHandle by @aumuell in #136
- fixes for using vtk-m algorithms by @aumuell in #137
- try to handle non-ascii characters on windows by @aumuell in #138
- fixes for animation handling by @aumuell in #139
- let vistle_manager accept hub options by @aumuell in #140
- fix conversion of Triangles without index by @aumuell in #141
- Avoid copy from GPU to CPU in vtkmGetGeometry() by @DeVasconcelos in #142
- don't copy attributes from input field to output grid by @aumuell in #143
- add vtkm-based filters for converting between cell and vertex mapping by @aumuell in #144
- Avoid copies back to host between modules by ensuring that updateFromHandle() only updates m_data and setHandle()/handle() sets/returns only m_handle by @DeVasconcelos in #145
- save vistle version as a comment in workflows by @aumuell in #146
- fix VTKm_ENABLE_CUDA/VISTLE_USE_CUDA dependency by @aumuell in #147
- just drop ArrayHandle instead of resizing to 0 by @aumuell in #148
- make connecting to another hub interruptible by @aumuell in #151
- prepend filter listing all supported file types to list of filebrowser filters by @aumuell in #152
- fix warning by @aumuell in #153
- configure default cache mode with file by @aumuell in #154
- impostor spheres with correct size, depth and color by @aumuell in #155
- fix SplitPolyhedra by @aumuell in #156
- allow for rendering spheres with approximate depth by @aumuell in #157
- update config for gcc14 compile fix by @MDjur in #158
- Adjust MPAS for new dataset by @lskern in #159
- make serialization independent of data size settings by @aumuell in #160
- add lines between overlapping spheres by @aumuell in #162
- merge support for coordinates as SOA from #161 by @aumuell in #163
- Fix MSVC compile error by @DeVasconcelos in #165
- process more messages in lock-step among MPI siblings by @aumuell in #166
- correctly transfer mapping of data from Vtk-m to vistle by @aumuell in #167
- easily disable rlcompleter by @aumuell in #169
- SpheresOverlap: improve performance of CreateConnectionLines kernel + clean up logfile by @DeVasconcelos in #170
- default to Qt 6 everywhere by @aumuell in #171
- do not hang on barriers after quit has been initiated by @aumuell in #172
- pass on LD_PRELOAD by @aumuell in #174
- check if input meets requirements by @aumuell in #175
- fix barrier by @aumuell in #176
- Propagate OpenMP include dir if vistle_core links with it by @szellmann in #173
- ignore socket errors while shutting down by @aumuell in #177
- update by @aumuell in #178
- Catalyst II implementation for in situ by @hpcdgrie in #180
- make it compile with installed catalyst by @aumuell in #181
- fix some warnings with GCC 14 by @aumuell in #182
- build Release on macos by @aumuell in #183
- split up long functions by @aumuell in #184
- compile fix by @MDjur in #185
- avoid dead locks by @aumuell in #186
- rename, in order to avoid name clashes on windows by @aumuell in #188
- update for improved logging by @aumuell in #189
- ensure that opencover::config::Access is configured correctly by @aumuell in #190
- Add CreateCuboids module by @DeVasconcelos in #191
- don't mix int and Index by @aumuell in #192
- Update test workflow by @DeVasconcelos in #193
- configurable launcher by @aumuell in #195
- outdated by @aumuell in #196
- update isovalue when interacting via point, whenever useful by @aumuell in #198
- fix formatting of include guard by @aumuell in #199
- set timestep also on generated geometry by @aumuell in #200
- update logo by @aumuell in #201
- compatibility with Boost 1.87.0 by @aumuell in #203
- read EnSight Gold (ascii/binary) by @aumuell in #202
- fix missing initialisation by @aumuell in #204
- remove probably outdated cray adaptations by @aumuell in #205
- additional inc...
v2024.2
What's Changed
- mpi-serial submodule for building without MPI by @aumuell in #67
- show vistle compile-time configuration in module browser's computer item tooltip by @aumuell in #68
- only the MessageSender interface is required for interactors by @aumuell in #70
- typo by @aumuell in #71
- vtktovistle now also handles signed ints and chars by @DeVasconcelos in #72
- Fixes to build Vistle in situ with SENSEI and Spack by @hpcdgrie in #73
- Storing ghost bit as array instead of storing it in cell type by @DeVasconcelos in #74
- compile fix by @aumuell in #76
- link against libdl always when modules are built as shared libraries by @aumuell in #75
- add test workflow for debugging by @DeVasconcelos in #77
- compatibility with covise v2024.1 by @aumuell in #69
- sentinel is also required for empty Polygons/UnstructuredGrids by @aumuell in #79
- handle polygon cells in unstructured grids (ReadVtk) by @DeVasconcelos in #78
- allow for interaction from vr by @aumuell in #80
- serialize ghost array by @aumuell in #81
- fix warning by @aumuell in #82
- compile fix: update sz3 by @MDjur in #83
- remove broken cuda support by @aumuell in #84
- don't crash on degenerate input by @aumuell in #85
- ensure that static_cast(InvalidIndex) is positive by @aumuell in #86
- fix warnings by @aumuell in #87
- ignore more by @aumuell in #88
- also try to trigger workflow when drafting a release by @aumuell in #89
- try to fix linux build by @aumuell in #90
New Contributors
Full Changelog: v2024.1...v2024.2
v2024.1.1: compatibility with covise v2024.1
remove override attribute from method that is no longer virtual
v2024.1
v2023.9
Full Changelog: v2021.10...v2023.9