Skip to content

Commit

Permalink
update readme and changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
szhorvat committed Oct 11, 2022
1 parent 7f37b12 commit 3dc46ab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Revision history for [IGraph/M](README.md)

#### 0.6.3 (unreleased)
#### 0.6.3

Changed:

Expand Down
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Get["https://raw.githubusercontent.com/szhorvat/IGraphM/master/IGInstaller.m"]

IGraph/M can also be installed manually in the same way as any _Mathematica_ application distributed as a paclet.

Download the `.paclet` file from [the GitHub releases page](https://github.com/szhorvat/IGraphM/releases), and [install it using the `PacletInstall` function in Mathematica](http://mathematica.stackexchange.com/q/141887/12). For example, assuming that the file `IGraphM-0.6.2.paclet` was downloaded into the directory `~/Downloads`, evaluate:
Download the `.paclet` file from [the GitHub releases page](https://github.com/szhorvat/IGraphM/releases), and [install it using the `PacletInstall` function in Mathematica](http://mathematica.stackexchange.com/q/141887/12). For example, assuming that the file `IGraphM-0.6.3.paclet` was downloaded into the directory `~/Downloads`, evaluate:

```mathematica
Needs["PacletManager`"]
PacletInstall["~/Downloads/IGraphM-0.6.2.paclet"]
PacletInstall["~/Downloads/IGraphM-0.6.3.paclet"]
```

After installation, the package can now be loaded with:
Expand Down Expand Up @@ -84,6 +84,14 @@ C++ programmers should look at [Development.md](Development.md) for additional i
- [Support and Troubleshooting](SUPPORT.md)
- [Revision history](CHANGELOG.md)


## 🎓 Citing

If you use IGraph/M in any academic publications, please cite:

- Sz. Horvát, J. Podkalicki, G. Csárdi, T. Nepusz, V. Traag, F. Zanini, D. Noom, IGraph/M: graph theory and network analysis for Mathematica, preprint (2022). http://dx.doi.org/10.48550/arXiv.2209.09145


## ⚖️ License

IGraph/M is licensed under the [GNU GPLv3](https://opensource.org/licenses/gpl-3.0.html). See [LICENSE.txt](LICENSE.txt) for details.
Expand Down

0 comments on commit 3dc46ab

Please sign in to comment.