Skip to content

Releases: Geode-solutions/OpenGeode-GeosciencesIO

v5.1.0

10 Sep 00:35
Compare
Choose a tag to compare

5.1.0 (2024-09-10)

Features

  • GeosciencesIO: adding Solid and BRep fem writer (abf4f5f)

v5.1.0-rc.1

09 Sep 09:54
c67321f
Compare
Choose a tag to compare
v5.1.0-rc.1 Pre-release
Pre-release

5.1.0-rc.1 (2024-09-09)

Features

  • GeosciencesIO: adding Solid and BRep fem writer (abf4f5f)

feat_add_fem_output

09 Sep 09:18
Compare
Choose a tag to compare
feat_add_fem_output Pre-release
Pre-release
feat_add_fem_output-tag

initialize factories

v5.0.2

01 Sep 07:12
Compare
Choose a tag to compare

5.0.2 (2024-09-01)

Bug Fixes

  • Package: trigger new release (f2d714e)

v5.0.2-rc.1

31 Aug 05:42
Compare
Choose a tag to compare
v5.0.2-rc.1 Pre-release
Pre-release

5.0.2-rc.1 (2024-08-31)

Bug Fixes

  • Package: trigger new release (f2d714e)

v5.0.1

13 Aug 00:34
Compare
Choose a tag to compare

5.0.1 (2024-08-13)

Bug Fixes

  • TS_export: Fixed issue with .ts surfaces being exported with Depth instead of elevation keyword. (2f8c569)

v5.0.1-rc.1

12 Aug 10:38
d93cfda
Compare
Choose a tag to compare
v5.0.1-rc.1 Pre-release
Pre-release

5.0.1-rc.1 (2024-08-12)

Bug Fixes

  • TS_export: Fixed issue with .ts surfaces being exported with Depth instead of elevation keyword. (2f8c569)

fix/ts_export_z_sign

12 Aug 08:49
Compare
Choose a tag to compare
fix/ts_export_z_sign Pre-release
Pre-release
fix/ts_export_z_sign-tag

Apply prepare changes

v5.0.0

17 Jul 04:33
Compare
Choose a tag to compare

5.0.0 (2024-07-17)

Bug Fixes

  • ABI: update to new IO (413159a)
  • convert model to mesh: Updated code with removal of deprecated function converting model to mesh. (440d087)
  • Deprecated: remove old component_mesh_vertices (326105c)
  • explicit constructors: Updated code with changes on explicit constructors. (9924108)
  • Filesystem: upgrading to standard filesystem (a750a64)
  • Headers: rename file extensions from .h to .hpp (a11df64)
  • OG-Geosciencesio: Rename global_epsilon to GLOBAL_EPSILON (const variable name convention) (a9f8d1d)
  • OG-Geosciencesio: renaming constexpr variables with uppercase names (b263eb9)
  • OG-IO: renaming enum attributes with lowercase names (2462faa)
  • Optional: use std::optional (437e2a0)
  • Private: rename private folders to internal (fdd87c5)
  • StringView: use std::string_view (9f530af)

BREAKING CHANGES

  • Headers: rename file extensions from .h to .hpp
  • Private: change namespace detail in private folders to internal namespace
  • StringView: absl::string_view has been replaced by std::string_view
  • Optional: absl::optional has been replaced by std::optional

v5.0.0-rc.1

16 Jul 20:14
Compare
Choose a tag to compare
v5.0.0-rc.1 Pre-release
Pre-release

5.0.0-rc.1 (2024-07-16)

Bug Fixes

  • convert model to mesh: Updated code with removal of deprecated function converting model to mesh. (440d087)
  • Deprecated: remove old component_mesh_vertices (326105c)
  • explicit constructors: Updated code with changes on explicit constructors. (9924108)
  • Filesystem: upgrading to standard filesystem (a750a64)
  • Headers: rename file extensions from .h to .hpp (a11df64)
  • OG-Geosciencesio: Rename global_epsilon to GLOBAL_EPSILON (const variable name convention) (a9f8d1d)
  • OG-Geosciencesio: renaming constexpr variables with uppercase names (b263eb9)
  • OG-IO: renaming enum attributes with lowercase names (2462faa)
  • Optional: use std::optional (437e2a0)
  • Private: rename private folders to internal (fdd87c5)
  • StringView: use std::string_view (9f530af)

BREAKING CHANGES

  • Headers: rename file extensions from .h to .hpp
  • Private: change namespace detail in private folders to internal namespace
  • StringView: absl::string_view has been replaced by std::string_view
  • Optional: absl::optional has been replaced by std::optional