Skip to content

Commit

Permalink
chore(release): 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danieledler committed Jun 20, 2024
1 parent 2bdcacf commit ba3c5cc
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 9 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [2.8.0](https://github.com/mapequation/infomap/compare/v2.7.1...v2.8.0) (2024-06-20)


### Features

* Add state network from NetworkX graph ([#344](https://github.com/mapequation/infomap/issues/344)) ([1467768](https://github.com/mapequation/infomap/commit/1467768d8850860977c05142c0d3d4c3aaf5eea0))


### Bug Fixes

* **py:** Use inter/intra multilayer format by default ([0ed9af3](https://github.com/mapequation/infomap/commit/0ed9af30af19cbede0317f71ef44a5b5193661fc))
* Upgrade github actions dependencies ([ffe0fe2](https://github.com/mapequation/infomap/commit/ffe0fe21f98e70a918fdd45157f960eb770c153d))

### [2.7.1](https://github.com/mapequation/infomap/compare/v2.7.0...v2.7.1) (2023-04-25)


Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cff-version: 2.7.1
cff-version: 2.8.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Edler"
Expand All @@ -11,6 +11,6 @@ authors:
given-names: "Martin"
orcid: "https://orcid.org/0000-0002-7181-9940"
title: "The MapEquation software package"
version: 2.7.1
date-released: 2023-04-25
version: 2.8.0
date-released: 2024-06-20
url: "https://mapequation.org"
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapequation/infomap",
"version": "2.7.1",
"version": "2.8.0",
"description": "Infomap network clustering algorithm",
"browser": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -89,4 +89,4 @@
"Programming Language :: Python :: 3"
]
}
}
}
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

namespace infomap {

const char* const INFOMAP_VERSION = "2.7.1";
const char* const INFOMAP_VERSION = "2.8.0";

}

Expand Down

0 comments on commit ba3c5cc

Please sign in to comment.