Skip to content

Commit 6e4c929

Browse files
committed
Version 1.2.0
1 parent bb32896 commit 6e4c929

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

NEWS

+25-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,32 @@
11
MUSIC NEWS --- history of user-visible changes.
2-
Copyright (C) 2009, 2010, 2019, 2020, 2021 INCF
2+
Copyright (C) 2009, 2010, 2019, 2020, 2021, 2023 INCF
33

44
Please send MUSIC bug reports to [email protected].
55

6+
7+
Changes in 1.2.0:
8+
9+
* music library
10+
11+
** Switch from C++ to C MPI interface
12+
13+
The MPI C++ interface has been deprecated for some time. MUSIC has now
14+
switched to using the MPI C interface internally and now also uses it
15+
in some places in the MUSIC API, for example in Setup::communicator().
16+
17+
The switch should be backward compatible when compiling existing
18+
applications since objects will be implicitly type converted.
19+
20+
** The MUSIC library version has been bumped to 1.2.0
21+
22+
This is due to the ABI change induced by the switch to the MPI C
23+
interface.
24+
25+
** The MUSIC repository is now mirrored at eBrains
26+
27+
The MUSIC repository now uses github workflows to update a mirror at
28+
https://gitlab.ebrains.eu/djurfeld/MUSIC.git
29+
630

731
Changes in 1.1.17:
832

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce configure.
2-
AC_INIT(music, 1.1.17)
2+
AC_INIT(music, 1.2.0)
33
AM_INIT_AUTOMAKE
44
AM_CONFIG_HEADER([config.h])
55
AM_MAINTAINER_MODE

0 commit comments

Comments
 (0)