Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
szhorvat committed Mar 28, 2020
1 parent 790721e commit 2fc4bde
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 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.3.114.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.3.115.paclet` was downloaded into the directory `~/Downloads`, evaluate

```mathematica
Needs["PacletManager`"]
PacletInstall["~/Downloads/IGraphM-0.3.114.paclet"]
PacletInstall["~/Downloads/IGraphM-0.3.115.paclet"]
```

IGraph/M requires Mathematica 10.0.2 or later. Binaries are included for Windows 64-bit, OS X 10.9 or later, Linux x86_64 and Raspbian (Linux ARM on Raspberry Pi). For other operating systems the package must be compiled from source (see [Development.md](Development.md) for guidance).
Expand Down Expand Up @@ -163,8 +163,10 @@ New functions in this release:
- Bipartite graphs: `IGBipartiteIncidenceMatrix`, `IGBipartiteIncidenceGraph`, `IGBipartiteProjections`
- Random walks: `IGRandomEdgeWalk`, `IGRandomEdgeIndexWalk`
- Connectivity: `IGGiantComponent`, `IGMinimalSeparators`, `IGMinimumEdgeCuts`, `IGMinimalEdgeCuts`, `IGBridges`, `IGConnectedComponentSizes`, `IGWeaklyConnectedComponentSizes`, `IGGomoryHuTree`
- Efficiency: `IGGlobalEfficiency`, `IGLocalEfficiency`, `IGAverageLocalEfficiency`
- Neighbour degrees: `IGAverageNeighborDegree`, `IGAverageDegreeConnectivity`
- Other testing functions: `IGTriangleFreeQ`, `IGSelfComplementaryQ`, `IGCactusQ`,`IGNullGraphQ`, `IGHomeomorphicQ`.
- Other new functions: `IGNeighborhoodSize`, `IGCoreness`, `IGVoronoiCells`, `IGSmoothen`, `IGSimpleGraph`, `IGPartitionsToMembership`, `IGMembershipToPartitions`, `IGSinkVertexList`, `IGSourceVertexList`, `IGIsolatedVertexList`, `IGReorderVertices`, `IGTakeSubgraph`, `IGDisjointUnion`, `IGAdjacencyList`, `IGAdjacencyGraph`, `IGTryUntil`
- Other new functions: `IGNeighborhoodSize`, `IGCoreness`, `IGVoronoiCells`, `IGSmoothen`, `IGSimpleGraph`, `IGPartitionsToMembership`, `IGMembershipToPartitions`, `IGSinkVertexList`, `IGSourceVertexList`, `IGIsolatedVertexList`, `IGReorderVertices`, `IGTakeSubgraph`, `IGDisjointUnion`, `IGAdjacencyList`, `IGAdjacencyGraph`, `IGAdjacentVerticesQ`, `IGTryUntil`, `IGVertexAssociate`

Updates to existing functions:

Expand Down

0 comments on commit 2fc4bde

Please sign in to comment.