Skip to content

Commit

Permalink
Release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitmartin88 committed Nov 28, 2024
1 parent 6db69d2 commit edce72f
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 124 deletions.
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ changes for PDI library proper are in [`pdi/CHANGELOG.md`](pdi/CHANGELOG.md).
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).


## [Unreleased]
## [1.8.0] - 2024-11-28

### Added
* NetCDF plugin now support the size_of attribute, fixes
Expand All @@ -25,21 +25,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- directly use vendored gtest, benchmark & ZPP
[#465](https://github.com/pdidev/pdi/issues/465)

### Deprecated

### Removed
* Removed deprecated, unmaintained and unsupported plugins and tools for the
distribution: Decl'SION, FlowVR, FTI and test plugins, as well as the
PDI Config validator, fixes
[#458](https://gitlab.maisondelasimulation.fr/pdidev/pdi/-/issues/458)


### Fixed
* Support installation with the latest version of python where setuptools is an external lib, fixes
[#457](https://gitlab.maisondelasimulation.fr/pdidev/pdi/-/issues/457)

### Security


## [1.7.1] - 2024-07-21

Expand Down
10 changes: 1 addition & 9 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ All notable changes to the example project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).


## [Unreleased]

### Added
## [1.8.0] - 2024-11-28

### Changed
* Replaced the astyle based indentation by a clang-format one, fixes
Expand All @@ -17,17 +15,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
CMake 3.16, mpi4py 3.0
[#465](https://github.com/pdidev/pdi/issues/465)

### Deprecated

### Removed
* Removed examples for deprecated, unmaintained and unsupported plugins:
Decl'SION, FlowVR, FTI and test plugins, fixes
[#458](https://gitlab.maisondelasimulation.fr/pdidev/pdi/-/issues/458)

### Fixed

### Security


## [1.7.0] - 2024-07-17

Expand Down
14 changes: 1 addition & 13 deletions pdi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and this project adheres to



## [Unreleased]
## [1.8.0] - 2024-11-28

### For users

Expand All @@ -28,16 +28,10 @@ and this project adheres to
- directly use vendored gtest, benchmark & ZPP
[#465](https://github.com/pdidev/pdi/issues/465)

#### Deprecated

#### Removed

#### Fixed
* Fixed compilation with {fmt} version 11+
[#456](https://gitlab.maisondelasimulation.fr/pdidev/pdi/-/issues/456)

#### Security


### For plugin developers

Expand All @@ -58,12 +52,6 @@ and this project adheres to
* The `Datatype_template_ptr` type is now deprecated, `Datatype_template_sptr`
should be used instead.

#### Removed

#### Fixed

#### Security



## [1.7.0] - 2024-07-17
Expand Down
2 changes: 1 addition & 1 deletion pdi/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.0-alpha
1.8.0
20 changes: 10 additions & 10 deletions pdi/docs/Source_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ The %PDI source distribution includes:

## Downloading PDI source distribution {#downloading_distribution}

To download the sources, have a look at the list of all releases at
https://gitlab.maisondelasimulation.fr/pdidev/pdi/-/releases
To download the sources, have a look at the list of all releases at
https://github.com/pdidev/pdi/releases/

For example, release 1.7.1 can be downloaded from
https://gitlab.maisondelasimulation.fr/pdidev/pdi/-/archive/1.7.1/pdi-1.7.1.tar.bz2
For example, release 1.8.0 can be downloaded from
https://github.com/pdidev/pdi/archive/refs/tags/1.8.0.tar.gz

## Default installation {#default_installation}

Expand All @@ -43,15 +43,15 @@ external dependencies are:
This list of dependencies can be further reduced or extended by changing the
set of features compiled.

For example, release 1.7.1 can be installed by following these instructions (but
For example, release 1.8.0 can be installed by following these instructions (but
look for the latest release at
https://gitlab.maisondelasimulation.fr/pdidev/pdi/-/releases ):
https://github.com/pdidev/pdi/releases ):

```bash
wget https://gitlab.maisondelasimulation.fr/pdidev/pdi/-/archive/1.7.1/pdi-1.7.1.tar.bz2
tar -xjf pdi-1.7.1.tar.bz2
mkdir pdi-1.7.1/build
cd pdi-1.7.1/build
wget https://github.com/pdidev/pdi/archive/refs/tags/1.8.0.tar.gz
tar -xjf 1.8.0.tar.bz2
mkdir 1.8.0/build
cd 1.8.0/build
cmake -DCMAKE_INSTALL_PREFIX="${HOME}/.local/" .. # configuration
make install # compilation and installation
```
Expand Down
10 changes: 1 addition & 9 deletions plugins/decl_hdf5/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ All notable changes to the Decl'HDF5 plugin will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).


## [Unreleased]

### Added
## [1.8.0] - 2024-11-28

### Changed
* Replaced the astyle based indentation by a clang-format one, fixes
Expand All @@ -17,16 +15,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- directly use vendored gtest & benchmark
[#465](https://github.com/pdidev/pdi/issues/465)

### Deprecated

### Removed
* Removed support for the PDI Config validator, fixes
[#458](https://gitlab.maisondelasimulation.fr/pdidev/pdi/-/issues/458)

### Fixed

### Security


## [1.7.0] - 2024-07-17

Expand Down
10 changes: 1 addition & 9 deletions plugins/decl_netcdf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ All notable changes to the Decl'NetCDF plugin will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).


## [Unreleased]

### Added
## [1.8.0] - 2024-11-28

### Changed
* Replaced the astyle based indentation by a clang-format one, fixes
Expand All @@ -17,16 +15,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- directly use vendored gtest
[#465](https://github.com/pdidev/pdi/issues/465)

### Deprecated

### Removed
* Removed support for the PDI Config validator, fixes
[#458](https://gitlab.maisondelasimulation.fr/pdidev/pdi/-/issues/458)

### Fixed

### Security


## [1.7.0] - 2024-07-17

Expand Down
10 changes: 1 addition & 9 deletions plugins/mpi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ All notable changes to the MPI plugin will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).


## [Unreleased]

### Added
## [1.8.0] - 2024-11-28

### Changed
* Replaced the astyle based indentation by a clang-format one, fixes
Expand All @@ -16,16 +14,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
CMake 3.16
[#465](https://github.com/pdidev/pdi/issues/465)

### Deprecated

### Removed
* Removed support for the PDI Config validator, fixes
[#458](https://gitlab.maisondelasimulation.fr/pdidev/pdi/-/issues/458)

### Fixed

### Security


## [1.7.0] - 2024-07-17

Expand Down
12 changes: 1 addition & 11 deletions plugins/pycall/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ All notable changes to the Pycall plugin will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).


## [Unreleased]

### Added
## [1.8.0] - 2024-11-28

### Changed
* Replaced the astyle based indentation by a clang-format one, fixes
Expand All @@ -16,14 +14,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
CMake 3.16, Python 3.8, numpy 1.17, pybind11 2.4
[#465](https://github.com/pdidev/pdi/issues/465)

### Deprecated

### Removed

### Fixed

### Security


## [1.7.0] - 2024-07-17

Expand Down
10 changes: 1 addition & 9 deletions plugins/serialize/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ All notable changes to the Serialize plugin will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).


## [Unreleased]

### Added
## [1.8.0] - 2024-11-28

### Changed
* Replaced the astyle based indentation by a clang-format one, fixes
Expand All @@ -17,16 +15,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- directly use vendored gtest
[#465](https://github.com/pdidev/pdi/issues/465)

### Deprecated

### Removed
* Removed support for the PDI Config validator, fixes
[#458](https://gitlab.maisondelasimulation.fr/pdidev/pdi/-/issues/458)

### Fixed

### Security


## [1.7.0] - 2024-07-17

Expand Down
10 changes: 1 addition & 9 deletions plugins/set_value/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ All notable changes to the Set-value plugin will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).


## [Unreleased]

### Added
## [1.8.0] - 2024-11-28

### Changed
* Replaced the astyle based indentation by a clang-format one, fixes
Expand All @@ -16,16 +14,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
CMake 3.16, Python 3.8, numpy 1.17
[#465](https://github.com/pdidev/pdi/issues/465)

### Deprecated

### Removed
* Removed support for the PDI Config validator, fixes
[#458](https://gitlab.maisondelasimulation.fr/pdidev/pdi/-/issues/458)

### Fixed

### Security


## [1.7.0] - 2024-07-17

Expand Down
10 changes: 1 addition & 9 deletions plugins/trace/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ All notable changes to the Trace plugin will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).


## [Unreleased]

### Added
## [1.8.0] - 2024-11-28

### Changed
* Replaced the astyle based indentation by a clang-format one, fixes
Expand All @@ -16,16 +14,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
CMake 3.16
[#465](https://github.com/pdidev/pdi/issues/465)

### Deprecated

### Removed
* Removed support for the PDI Config validator, fixes
[#458](https://gitlab.maisondelasimulation.fr/pdidev/pdi/-/issues/458)

### Fixed

### Security


## [1.7.0] - 2024-07-17

Expand Down
10 changes: 1 addition & 9 deletions plugins/user_code/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ All notable changes to the User-code plugin will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).


## [Unreleased]

### Added
## [1.8.0] - 2024-11-28

### Changed
* Replaced the astyle based indentation by a clang-format one, fixes
Expand All @@ -16,16 +14,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
CMake 3.16
[#465](https://github.com/pdidev/pdi/issues/465)

### Deprecated

### Removed
* Removed support for the PDI Config validator, fixes
[#458](https://gitlab.maisondelasimulation.fr/pdidev/pdi/-/issues/458)

### Fixed

### Security


## [1.7.0] - 2024-07-17

Expand Down
12 changes: 1 addition & 11 deletions tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ All notable changes to the tests project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).


## [Unreleased]

### Added
## [1.8.0] - 2024-11-28

### Changed
* Update the version of dependencies according to our policy: oldest supported
Expand All @@ -15,14 +13,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- directly use vendored gtest
[#465](https://github.com/pdidev/pdi/issues/465)

### Deprecated

### Removed

### Fixed

### Security


## [1.5.0] - 2022-03-30

Expand Down

0 comments on commit edce72f

Please sign in to comment.