Skip to content

Commit ba3c5cc

Browse files
committed
chore(release): 2.8.0
1 parent 2bdcacf commit ba3c5cc

File tree

5 files changed

+22
-9
lines changed

5 files changed

+22
-9
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.8.0](https://github.com/mapequation/infomap/compare/v2.7.1...v2.8.0) (2024-06-20)
6+
7+
8+
### Features
9+
10+
* Add state network from NetworkX graph ([#344](https://github.com/mapequation/infomap/issues/344)) ([1467768](https://github.com/mapequation/infomap/commit/1467768d8850860977c05142c0d3d4c3aaf5eea0))
11+
12+
13+
### Bug Fixes
14+
15+
* **py:** Use inter/intra multilayer format by default ([0ed9af3](https://github.com/mapequation/infomap/commit/0ed9af30af19cbede0317f71ef44a5b5193661fc))
16+
* Upgrade github actions dependencies ([ffe0fe2](https://github.com/mapequation/infomap/commit/ffe0fe21f98e70a918fdd45157f960eb770c153d))
17+
518
### [2.7.1](https://github.com/mapequation/infomap/compare/v2.7.0...v2.7.1) (2023-04-25)
619

720

CITATION.cff

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cff-version: 2.7.1
1+
cff-version: 2.8.0
22
message: "If you use this software, please cite it as below."
33
authors:
44
- family-names: "Edler"
@@ -11,6 +11,6 @@ authors:
1111
given-names: "Martin"
1212
orcid: "https://orcid.org/0000-0002-7181-9940"
1313
title: "The MapEquation software package"
14-
version: 2.7.1
15-
date-released: 2023-04-25
14+
version: 2.8.0
15+
date-released: 2024-06-20
1616
url: "https://mapequation.org"

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mapequation/infomap",
3-
"version": "2.7.1",
3+
"version": "2.8.0",
44
"description": "Infomap network clustering algorithm",
55
"browser": "index.js",
66
"publishConfig": {
@@ -89,4 +89,4 @@
8989
"Programming Language :: Python :: 3"
9090
]
9191
}
92-
}
92+
}

src/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
namespace infomap {
1414

15-
const char* const INFOMAP_VERSION = "2.7.1";
15+
const char* const INFOMAP_VERSION = "2.8.0";
1616

1717
}
1818

0 commit comments

Comments
 (0)