- 27 Feb, 2025 9 commits
-
-
Alfredo Di Napoli authored
This also changes the cabal.project to not pull the accelerate-llvm or the llvm-hs dependencies.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
It's crucial to be able to understand the API surface area when porting the old code to `massiv`. It turns out that other than distributional, the other piece of code using the LLVM interpreter is `logDistributional2`.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
The previous code was sometimes yielding a matrix of NaN numbers as it was attempting the division of the input matrix with the diagonal, which would be 0 in case of an input matrix of 0, resulting in a division by 0 error.
-
- 26 Sep, 2024 1 commit
-
-
Alexandre Delanoë authored
-
- 20 Sep, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 09 Sep, 2024 1 commit
-
-
Grégoire Locqueville authored
- Re-enable orphan warnings that were manually disabled in many modules - Remove non-Haskell files that were just sitting in the source tree - Remove modules that were not called from anywhere - Remove unused dependencies This is not exhaustive by any means. In particular, some more weeding out can be achieved by looking at individual functions and even branches of functions. Weeder can help with that.
-
- 30 Jul, 2024 1 commit
-
-
Przemyslaw Kaminski authored
Also, fix for notifications throttle delay value
-
- 24 May, 2024 1 commit
-
-
Alexandre Delanoë authored
-
- 04 Mar, 2024 3 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
- 14 Feb, 2024 1 commit
-
-
Alexandre Delanoë authored
-
- 13 Feb, 2024 2 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
the 2A, which is my recommendation. For some reasons that should be better analyzed, during the computation of the Distributional similarity using Accelerate some parts of the matrix are are below 1 (see the line modified by this commit). As a consequence the log of such value below 1 gives a negative value that is breaking the whole similarity computation: the matrix has negative and non negative values and is becoming inconsistent. The main fix consists in managing the values below 1 in order to get a non negative matrix. The Order 2A fixes the issue by adding 1 on each cell of the matrix. The Order 2B fixes the issue by removing values below 1 only. According to the qualitative tests I made the Graph results of order 2B is better than the results of order 2A. Filtering seems better than forcing using all data where some seems to be not "representative" enough.
-
- 12 Oct, 2023 1 commit
-
-
Przemyslaw Kaminski authored
Basically, Gargantext.Prelude exports all of Protolude now.
-
- 28 Sep, 2023 1 commit
-
-
Przemyslaw Kaminski authored
This fixes commit 5d5300cd which automatically changed all 'return' to 'pure' in our code, resulting in broken SQL etc.
-
- 21 Sep, 2023 1 commit
-
-
Alexandre Delanoë authored
-
- 15 Jun, 2023 2 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
- 24 Mar, 2023 2 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
- 28 Feb, 2023 1 commit
-
-
Alexandre Delanoë authored
-
- 10 Feb, 2023 1 commit
-
-
Przemyslaw Kaminski authored
They are changed to MaybeFields ...Read instead when joining.
-
- 25 Jan, 2023 2 commits
-
-
Przemyslaw Kaminski authored
Based on the suggestions in https://kodimensional.dev/space-leak
-
Przemyslaw Kaminski authored
-
- 18 Oct, 2022 1 commit
-
-
Alexandre Delanoë authored
-
- 30 Sep, 2022 1 commit
-
-
Alexandre Delanoë authored
-
- 21 Sep, 2022 1 commit
-
-
qlobbe authored
-
- 18 Jul, 2022 3 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alp Mestanogullari authored
-
- 12 Jul, 2022 1 commit
-
-
Alexandre Delanoë authored
-
- 09 Jul, 2022 1 commit
-
-
Alp Mestanogullari authored
-
- 23 Jun, 2022 1 commit
-
-
Alexandre Delanoë authored
-