Skip to content

Releases: sandialabs/seacas

v2024-07-10: Fix so latest fmt release builds; fix parallel timestep conssitency i…

10 Jul 19:58
Compare
Choose a tag to compare

A couple bug fixes from last tag:

  • Fix missing include so will build with fmt-11.0.1 release
  • Fix missing include
  • Fix database timestep consistency check if one or more of the databases have no timesteps. Parallel IO case only.

Periodic Snapshot

27 Jun 17:53
Compare
Choose a tag to compare

Contains the extended field metadata additions

Contains Catalyst2 latest developments

Contains line decomp option in ioss auto-decomp

Periodic Snapshot

03 Apr 15:50
Compare
Choose a tag to compare

Latest release tested in Sierra and Trilinos

Periodic Snapshot

11 Mar 15:44
Compare
Choose a tag to compare

Mostly bug-fixes; some new functionality

Cleaned up C++ constructor usage by not providing unneeded constructors/destructors.
Do not rely on a std::vector::data() method to provide null pointer on emtpy vectors -- use Data(std::vector) wrapper to guarantee.
Better windows build -- should support shared exodus library for use with python libraries.

Fix issue with v2023-10-24

27 Nov 17:03
Compare
Choose a tag to compare

The v2023-10-24 tag included some branch code. Redoing tag to get correct code.

Includes all changes in v2023-10-24:
Aprepro loop, no-echo {{expression}} shortcut, and physical constants are a big change.
Lots of robustness fixes.
New databases useful for testing -- Null, ExoNull, and TextMesh
New zoltan-based decomposition methods in Slice.
Lots of other bug fixes and enhancements and code cleanups.

Periodic Snapshot

30 May 21:54
Compare
Choose a tag to compare
v2023-05-30

Periodic snapshot

Periodic Snapshot

14 Oct 18:54
Compare
Choose a tag to compare
v2022-10-14

Use c++17 fallthrough; remove unused fallthrough

Periodic Snapshot

01 Aug 15:32
Compare
Choose a tag to compare
v2022-08-01

IOSS: Add missing DebugOut(), increase logging time precision

Periodic Snapshot

02 Jun 13:07
Compare
Choose a tag to compare
v2022-05-16

MODULE: Remove old unused unsupported lines [ci skip]

Periodic Snapshot

02 Jun 13:08
Compare
Choose a tag to compare
v2022-03-04

Use lib::fmt as external library; other changes