You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,23 +12,28 @@ and this project aspires to adhere to [Semantic Versioning](https://semver.org/s
12
12
- raja@2024.02.1
13
13
- umpire@2024.02.1
14
14
- camp@2024.02.1
15
-
- kokkos@3.7.02
15
+
- kokkos@4.4.1
16
+
- mfem@4.7
16
17
17
18
### Added
19
+
- Added a new unified logging infrastructure.
18
20
- Added support for unstructured topologies with mixed elements types (for example, hexs and tets).
19
21
- Added support for `pyramid` and `wedge` elements.
20
22
- Added `sphere`, `cylinder`, `box`, and `plane` options to the slice filter.
21
23
- Added a `topologies` option to the relay extract. This allows you to select which topologies are saved. This option can be used with the existing `fields` option, the result is the union of the selected topologies and fields.
22
24
- Added `near_plane` and `far_plane` to the camera details provided in Ascent::info()
23
25
- Added `add_mpi_ranks` and `add_domain_ids` filters for adding rank and domain fields to a mesh
24
26
- Added `transform` filter, which allows you to rotate, scale, translate, mesh coordinates
27
+
- Added python script in src/utilities/visit_session_converters to convert VisIt color table to Ascent actions color table
25
28
26
29
### Changed
27
30
- Changed the replay utility's binary names such that `replay_ser` is now `ascent_replay` and `raplay_mpi` is now `ascent_replay_mpi`. This will help prevent potential name collisions with other tools that also have replay utilities.
28
31
29
32
### Fixed
30
33
- Resolved a few cases where MPI_COMM_WORLD was used instead instead of the selected MPI communicator.
31
34
- Resolved a bug where a sharing a coordset between multiple polytopal topologies would corrupt mesh processing.
35
+
- Fixed a bug with Cinema resource output that could lead to corrupted html results.
36
+
- Fixed a bug where controls for world and screen annotations where ignored in Cinema renders.
32
37
33
38
## [0.9.3] - Released 2024-05-11
34
39
### Preferred dependency versions for ascent@0.9.3
0 commit comments