Skip to content

Commit

Permalink
update readme and changelog for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
szhorvat committed Dec 21, 2022
1 parent ce28fc9 commit 20f6f9a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Revision history for [IGraph/M](README.md)

#### 0.6.5

Other:

- Improved error checking and added more internal consistency checks to help debug issues with recent Mathematica versions.

#### 0.6.4

Added:
Expand Down
4 changes: 2 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.4.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.5.paclet` was downloaded into the directory `~/Downloads`, evaluate:

```mathematica
Needs["PacletManager`"]
PacletInstall["~/Downloads/IGraphM-0.6.4.paclet"]
PacletInstall["~/Downloads/IGraphM-0.6.5.paclet"]
```

After installation, the package can now be loaded with:
Expand Down

0 comments on commit 20f6f9a

Please sign in to comment.