Skip to content

Commit 813da59

Browse files
committed
Increase version to 1.1.0
1 parent 678bfc4 commit 813da59

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# NODES Release Notes
22
All notable changes to this project will be documented in this file.
33

4+
## Version 1.1.0, Wed Nov 22, 2023
5+
The 1.1.0 version of NODES introduces a major refactor of the `taskiter` construct along with many fixes for issues regarding the same construct and performance improvements.
6+
7+
### General
8+
- Refactor of the implementation of the taskiter feature, focused on fixing issues with the past implementation and improving its performance.
9+
- Use the updated attach/detach from nOS-V 2.0.
10+
- Drop support for nOS-V versions older than 2.0.
11+
- Improve and simplify the configuration step.
12+
13+
### Bug Fixes
14+
- Fix the implementation of the taskiter through a major refactor.
15+
- Fix issues regarding the order of linkage with several libraries by reordering nOS-V to be a first level dependency.
16+
- Avoid neglecting custom user compilation flags when configuring.
17+
- Fix several issues with the discovery of the ovni library.
18+
19+
420
## Version 1.0.1, Wed Jul 25, 2023
521
The 1.0.1 version of NODES introduces minor patches regarding documentation and incorrect parameters when using external libraries.
622

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# NODES Version and Copyright
99

10-
m4_define([nodes_version], [1.0.1])
10+
m4_define([nodes_version], [1.1.0])
1111
m4_define([nodes_license], ["GPL3"])
1212
m4_define([nodes_copyright], ["2021 Barcelona Supercomputing Center (BSC)"])
1313

0 commit comments

Comments
 (0)