Skip to content
Snippets Groups Projects
Commit 81129e55 authored by Lars Bilke's avatar Lars Bilke
Browse files

[web] Updated changelog.

parent d94abe94
No related branches found
No related tags found
No related merge requests found
File moved
+++
date = "2019-03-13T11:00:13+01:00"
title = "6.2.0-rc1"
title = "6.2.0"
author = "Lars Bilke"
release_date = "2019-03-20"
......@@ -31,9 +31,9 @@ note = """
The following notable changes and new features were implemented between OpenGeoSys 6.1.0 and 6.2.0:
### Features
## Features
#### New processes
### New processes
- HeatTransportBHE process supporting 1U, CXA, and CXC BHE types. [#2221](https://github.com/ufz/ogs/pull/2221), [#2332](https://github.com/ufz/ogs/pull/2332),
[#2271](https://github.com/ufz/ogs/pull/2271), [#2275](https://github.com/ufz/ogs/pull/2275)
......@@ -44,7 +44,7 @@ The following notable changes and new features were implemented between OpenGeoS
- ComponentTransport process in revised formulation. [#2200](https://github.com/ufz/ogs/pull/2200)
- Multi-component transport process. [#2304](https://github.com/ufz/ogs/pull/2304)
#### Other process' changes
### Other process' changes
- A Jacobian tester: a process's Jacobian assembly can be compared to a
numerical Jacobian (mostly for development. [#2238](https://github.com/ufz/ogs/pull/2238)
......@@ -108,7 +108,8 @@ The following notable changes and new features were implemented between OpenGeoS
- Add MFront/TFEL solid constitutive relation support via.
MFrontGenericInterfaceSupport library. CMake option `OGS_USE_MFRONT`. [#2259](https://github.com/ufz/ogs/pull/2259)
- Infrastructure for multi-phase, multi-component material properties library.
[#2303](https://github.com/ufz/ogs/pull/2303)
[#2303](https://github.com/ufz/ogs/pull/2303),
[#2415](https://github.com/ufz/ogs/pull/2415)
- Anisotropic tensors may now be given in given local coordinate system. [#2370](https://github.com/ufz/ogs/pull/2370)
- Non-constant density model implementation in HC process. [#2200](https://github.com/ufz/ogs/pull/2200)
- Add second derivatives of permeability functions in Richards flow. [#2188](https://github.com/ufz/ogs/pull/2188)
......@@ -171,6 +172,7 @@ The following notable changes and new features were implemented between OpenGeoS
- added custom VTK filter to represent raster data as point clouds. [#2121](https://github.com/ufz/ogs/pull/2121)
- geometrical points can now be converted into station points. [#2369](https://github.com/ufz/ogs/pull/2369)
- fixed issue with geometrical surfaces not being loaded correctly. [#2388](https://github.com/ufz/ogs/pull/2388)
- Replace deprecated QVTKWidget with QVTKOpenGLWidget [#2432](https://github.com/ufz/ogs/pull/2432)
### Other notable code changes
......@@ -187,7 +189,7 @@ The following notable changes and new features were implemented between OpenGeoS
- Remove unused MeshSubsets class. [#2135](https://github.com/ufz/ogs/pull/2135)
- Removed writing of xsd header in XML files, [#2198](https://github.com/ufz/ogs/pull/2198)
### Infrastructure
## Infrastructure
- Migrated LFS storage from GitLab to [Artifactory](https://ogs.jfrog.io/ogs).
[#2359](https://github.com/ufz/ogs/pull/2359)
......@@ -202,7 +204,7 @@ The following notable changes and new features were implemented between OpenGeoS
unifying documentation and general OGS info. [#2088](https://github.com/ufz/ogs/pull/2088), [#2095](https://github.com/ufz/ogs/pull/2095), [#2123](https://github.com/ufz/ogs/pull/2123)
- Speed-up CMake run time. [#2072](https://github.com/ufz/ogs/pull/2072), [#2392](https://github.com/ufz/ogs/pull/2392)
#### CMake options changes
### CMake options changes
- `OGS_USE_PYTHON` enables Python BCs. [#2170](https://github.com/ufz/ogs/pull/2170)
- `OGS_BUILD_TESTS` was renamed to `BUILD_TESTING`. [#2350](https://github.com/ufz/ogs/pull/2350)
......@@ -211,7 +213,7 @@ The following notable changes and new features were implemented between OpenGeoS
[#2233](https://github.com/ufz/ogs/pull/2233)
- `OGS_USE_CONAN=ON` is now the default when `conan` was found. [#2207](https://github.com/ufz/ogs/pull/2207)
#### Version info
### Version info
- CMake minimum version 3.10
- Visual Studio minimum (and tested) version 2017
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment