Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ecmwf/eckit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d51e71ecad3ed47dde093cde0b73042fe25ef5cc
Choose a base ref
..
head repository: ecmwf/eckit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 736760fda3efefaf67ea34ec98d134187175556e
Choose a head ref
Showing with 3 additions and 2 deletions.
  1. +2 −2 README.md
  2. +1 −0 python_wrapper/setup.cfg
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -35,8 +35,8 @@ It features facilities to easily handle, in a cross-platform way:
* MPI object-oriented wrapper
* linear algebra abstraction with multiple backends (BLAS, MKL, Armadillo, Eigen3)
* advanced container classes
* space partition trees
* file-mapped arrays
* space partition trees
* file-mapped arrays


Requirements
1 change: 1 addition & 0 deletions python_wrapper/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[metadata]
description = "eckit"
long_description = file: README.md
long_description_content_type = text/markdown
author = file: AUTHORS