From 1cd199cd24a4ce5e9551342a6675c7986671e73f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szabolcs=20Horva=CC=81t?= Date: Sat, 27 Apr 2024 11:35:56 +0000 Subject: [PATCH] chore: fix some typos --- _posts/2020-02-14-igraph-0.8.0-python.markdown | 2 +- _posts/2021-03-23-igraph-0.9.1-c.markdown | 2 +- _posts/2021-11-11-igraph-0.9.5-c.markdown | 2 +- _posts/2022-06-13-igraph-1.3.2-r.markdown | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_posts/2020-02-14-igraph-0.8.0-python.markdown b/_posts/2020-02-14-igraph-0.8.0-python.markdown index b9e6b6abe..279b7b212 100644 --- a/_posts/2020-02-14-igraph-0.8.0-python.markdown +++ b/_posts/2020-02-14-igraph-0.8.0-python.markdown @@ -38,7 +38,7 @@ support both Python versions. As for Python 3, we are committing ourselves to supporting _at least_ the last three minor releases of Python 3. -Although we are not suporting PyPy officially, `python-igraph` will also be +Although we are not supporting PyPy officially, `python-igraph` will also be tested with PyPy regularly in a CI environment, and we will strive to fix any issues that arise with PyPy. If you use `python-igraph` with PyPy and you are willing to become an official maintainer responsible for PyPy compatibility, diff --git a/_posts/2021-03-23-igraph-0.9.1-c.markdown b/_posts/2021-03-23-igraph-0.9.1-c.markdown index 0782cb8d6..bcf91451a 100644 --- a/_posts/2021-03-23-igraph-0.9.1-c.markdown +++ b/_posts/2021-03-23-igraph-0.9.1-c.markdown @@ -16,7 +16,7 @@ minor version bump. The changelog is below. ### Added - - `igraph_vector_lex_cmp()` and `igrapg_vector_colex_cmp()` for lexicographic + - `igraph_vector_lex_cmp()` and `igraph_vector_colex_cmp()` for lexicographic and colexicographic comparison of vectors. These functions may also be used for sorting. diff --git a/_posts/2021-11-11-igraph-0.9.5-c.markdown b/_posts/2021-11-11-igraph-0.9.5-c.markdown index c7d6590c0..3782add52 100644 --- a/_posts/2021-11-11-igraph-0.9.5-c.markdown +++ b/_posts/2021-11-11-igraph-0.9.5-c.markdown @@ -38,7 +38,7 @@ This release includes bug fixes and performance improvements only. - Improved the root selection method for disconnected graphs in the Reingold-Tilford layout (#1836). The new root selection method provides - niceer results if the graph is not a tree, although it is still recommended + nicer results if the graph is not a tree, although it is still recommended to use the Sugiyama layout instead, unless the input graph is _almost_ a tree, in which case Reingold-Tilfold may still be preferred. diff --git a/_posts/2022-06-13-igraph-1.3.2-r.markdown b/_posts/2022-06-13-igraph-1.3.2-r.markdown index d47161755..db2d8490c 100644 --- a/_posts/2022-06-13-igraph-1.3.2-r.markdown +++ b/_posts/2022-06-13-igraph-1.3.2-r.markdown @@ -6,7 +6,7 @@ tags: r [R-igraph](https://igraph.org/r/) 1.3.2, the second bugfix release of the 1.3 series is now released -- and it looks like we forgot to post an announcement -about 1.3.1, so in the rest of this post we summarnize the changes in versions +about 1.3.1, so in the rest of this post we summarize the changes in versions 1.3.1 and 1.3.2 as well. As always, we tried to do our best not to cause breaking changes for users of