Recent Releases of exodusiicpp

exodusiicpp - v3.0.0

What's Changed

New Features

  • Bump fmt to version 11 by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/79

Full Changelog: https://github.com/andrsd/exodusIIcpp/compare/v2.0.5...v3.0.0

- C++
Published by github-actions[bot] 6 months ago

exodusiicpp - v2.0.5

Full Changelog: https://github.com/andrsd/exodusIIcpp/compare/v2.0.4...v2.0.5

- C++
Published by github-actions[bot] 7 months ago

exodusiicpp - v2.0.4

What's Changed

New Features

  • Specify imported target dependencies by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/70
  • feat: adding cmake presets for release and debug by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/74

Full Changelog: https://github.com/andrsd/exodusIIcpp/compare/v2.0.2...v2.0.4

- C++
Published by github-actions[bot] 7 months ago

exodusiicpp - v2.0.2

What's Changed

Other Changes

  • Creating import target for exodusii by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/67
  • exodusiicpp links exodusii publicly by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/68

Full Changelog: https://github.com/andrsd/exodusIIcpp/compare/v2.0.1...v2.0.2

- C++
Published by github-actions[bot] over 1 year ago

exodusiicpp - v2.0.1

What's Changed

New Features

  • Hide cached variables set in find fprops module by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/65 ### Fixed Problems
  • Fixing include dir for build process from another cmake project by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/64

Full Changelog: https://github.com/andrsd/exodusIIcpp/compare/v2.0...v2.0.1

- C++
Published by github-actions[bot] over 1 year ago

exodusiicpp - v2.0

What's Changed

New Features

  • Changing file names of the cmake files used by find_package by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/59
  • Renaming files by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/61

Full Changelog: https://github.com/andrsd/exodusIIcpp/compare/v1.10...v2.0

- C++
Published by github-actions[bot] over 1 year ago

exodusiicpp - v1.10

What's Changed

Fixed Problems

  • FindNetCDF looks for MPI if netcdf was build with parallel support by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/57 ### Other Changes
  • Adding a cmake option for building tools by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/54

Full Changelog: https://github.com/andrsd/exodusIIcpp/compare/v1.9...v1.10

- C++
Published by github-actions[bot] over 1 year ago

exodusiicpp - v1.9

What's Changed

Other Changes

  • Updating to yaml-cpp 0.8 by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/52

Full Changelog: https://github.com/andrsd/exodusIIcpp/compare/v1.8...v1.9

- C++
Published by github-actions[bot] almost 2 years ago

exodusiicpp - v1.8

What's Changed

New Features

  • Adding API to write nodal variable at once by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/47
  • Adding File::get_side_set_node_list by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/48

Full Changelog: https://github.com/andrsd/exodusIIcpp/compare/v1.7...v1.8

- C++
Published by github-actions[bot] about 2 years ago

exodusiicpp - v1.7

What's Changed

New Features

  • Adding API to read a title from an ExodusII file by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/36
  • Tools for converting between yml and exodusII by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/37
  • Adding Exception class by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/38
  • Adding API to read time values by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/39
  • Adding API to read variable names by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/40
  • Adding API for reading nodal/elemental variable values by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/41
  • Adding API to read global variable values by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/42 ### Other Changes
  • gha: updating CI workflow by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/35
  • gha: Improving QA workflow by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/43
  • gha: updating workflow by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/44
  • User code now must #include "exodusIIcpp/exodusIIcpp.h" by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/45

Full Changelog: https://github.com/andrsd/exodusIIcpp/compare/v1.6...v1.7

- C++
Published by github-actions[bot] over 2 years ago

exodusiicpp - v1.6

What's Changed

New Features

  • CMake improvements by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/28 ### Other Changes
  • cmake: do not build gtest if not building with tests by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/29
  • cmake: src/CMakeLists.txt is back by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/30
  • cmake: check version of fmt and hdf5 by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/31
  • cmake: detect netcdf version by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/32
  • cmake: detect exodusII version by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/33

Full Changelog: https://github.com/andrsd/exodusIIcpp/compare/v1.5...v1.6

- C++
Published by github-actions[bot] over 2 years ago

exodusiicpp - v1.5

What's Changed

New Features

  • Adding option to build the library as shared or static by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/26

Full Changelog: https://github.com/andrsd/exodusIIcpp/compare/v1.4.0...v1.5

- C++
Published by github-actions[bot] almost 3 years ago

exodusiicpp - v1.4.0

What's Changed

Fixed Problems

  • Changing order of searching for exodusII library by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/24

Full Changelog: https://github.com/andrsd/exodusIIcpp/compare/v1.3.0...v1.4.0

- C++
Published by github-actions[bot] almost 3 years ago

exodusiicpp - v1.3.0

What's Changed

New Features

  • More API functions by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/19
  • NodeSet API extension by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/20
  • Adding SideSet:add by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/22 ### Fixed Problems
  • Fixes by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/21

Full Changelog: https://github.com/andrsd/exodusIIcpp/compare/v1.2.0...v1.3.0

- C++
Published by github-actions[bot] about 3 years ago

exodusiicpp - v1.2.0

Full Changelog: https://github.com/andrsd/exodusIIcpp/compare/v1.1.0...v1.2.0

- C++
Published by github-actions[bot] about 3 years ago

exodusiicpp - v1.1.0

What's Changed

New Features

  • Read block/node set/side set names by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/14 ### Other Changes
  • address sanitization by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/13
  • gha: adding build on macOS by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/15

Full Changelog: https://github.com/andrsd/exodusIIcpp/compare/v1.0.0...v1.1.0

- C++
Published by github-actions[bot] over 3 years ago

exodusiicpp - v1.0.0

What's Changed

Other Changes

  • Adding workflows by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/1
  • Fixing implicit conversion by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/2
  • Adding build action by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/3
  • Adding tests by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/4
  • file tests by @andrsd in https://github.com/andrsd/exodusIIcpp/pull/9

New Contributors

  • @andrsd made their first contribution in https://github.com/andrsd/exodusIIcpp/pull/1

Full Changelog: https://github.com/andrsd/exodusIIcpp/commits/v1.0.0

- C++
Published by github-actions[bot] over 3 years ago