- 26 May, 2025 3 commits
-
-
Alfredo Di Napoli authored
Bump up version See merge request !9
-
Grégoire Locqueville authored
This ensures we do not rely on a version of the library that's too old by accident. This change does not adhere to the Haskell package versioning policy (see https://wiki.haskell.org/Package_versioning_policy ) so that we can mirror the original igraph library's version numbers. This should not be a problem, because nobody is using our fork of the library except us.
-
Alfredo Di Napoli authored
Relax dependency bounds See merge request !8
-
- 22 May, 2025 5 commits
-
-
Grégoire Locqueville authored
-
Alfredo Di Napoli authored
This reverts commit 1e2b0ac7.
-
Alfredo Di Napoli authored
This reverts commit d27810f3.
-
Alfredo Di Napoli authored
Proper (and thread-safe) implementation for `withSeed` Closes #5 See merge request !6
-
Alfredo Di Napoli authored
-
- 19 May, 2025 5 commits
-
-
Alfredo Di Napoli authored
In order to achieve feature-parity we need to use the same type of RNG that igraph would use for the default one, which is PCG32.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This commit does two things: 1. It allows `withSeed` to call the given function `fun` with a new rng (which seed has been appropriately set), but at the same time restores the previous RNG once we finish running the action; 2. It guards the inner action via a mutex so that we can get thread safety. This is implemented via `withGlobalRNGLock`.
-
Alfredo Di Napoli authored
-
- 24 Feb, 2025 3 commits
-
-
Alfredo Di Napoli authored
Upgrade nixpkgs and GHC Closes #3 See merge request !5
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 11 Dec, 2023 1 commit
-
-
Alfredo Di Napoli authored
-
- 16 Mar, 2023 2 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 15 Mar, 2023 1 commit
-
-
Alexandre Delanoë authored
-
- 13 Mar, 2023 13 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This commit fixes the c2hs calls for the clique functions, as igraph switched to be using a igraph_vector_int_list_t.
-
Alfredo Di Napoli authored
This commit fixes more occurrences of an `igraph_vector_t` being erroneously used in place of a `igraph_vector_int_t`, introduced in newer versions of `igraph`.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This commit switches to be using 0.10.4, fixing most API changes along the way. It also stops vendoring igraph, in favour of the system library, which now needs to be installed.
-
- 20 Feb, 2023 2 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 08 Feb, 2023 1 commit
-
-
Alfredo Di Napoli authored
-
- 07 Feb, 2023 2 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
- 22 Jun, 2021 2 commits
-
-
Alp Mestanogullari authored
-
Alp Mestanogullari authored
-