Skip to content

Commit 15208bc

Browse files
committed
update changelog and up-version
1 parent 925ebd1 commit 15208bc

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.8.2
4+
* Added an XGI-DATA page to ReadTheDocs with network statistics [#496](https://github.com/xgi-org/xgi/pull/496) (@nwlandry).
5+
* Added syntax highlighting in the tutorials [#497](https://github.com/xgi-org/xgi/pull/497) (@thomasrobiglio).
6+
* Changed the xgi-data index location to Github to support the move to Zenodo-hosted datasets [#494](https://github.com/xgi-org/xgi/pull/494) (@nwlandry)
7+
* Update the list of publications using XGI [#493](https://github.com/xgi-org/xgi/pull/493) (@nwlandry).
8+
39
## v0.8.1
410
* Added the ability to draw a convex hull as an option in `draw_hyperedges` [#491](https://github.com/xgi-org/xgi/pull/491) (@maximelucas).
511
* Fixed sphinx documentation errors [#487](https://github.com/xgi-org/xgi/pull/487) (@nwlandry).

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# -- Project information -----------------------------------------------------
2222
project = "XGI"
2323
copyright = "Copyright (C) 2021-2023 XGI Developers"
24-
release = "0.8.1"
24+
release = "0.8.2"
2525

2626
# -- General configuration ---------------------------------------------------
2727

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import setuptools
44
from setuptools import setup
55

6-
__version__ = "0.8.1"
6+
__version__ = "0.8.2"
77

88
if sys.version_info < (3, 8):
99
sys.exit("XGI requires Python 3.8 or later.")

0 commit comments

Comments
 (0)