Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
199
Issues
199
List
Board
Labels
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
963e28f6
Commit
963e28f6
authored
Nov 26, 2021
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into dev-wikidata
parents
0d70d051
019c75fe
Pipeline
#2157
failed with stage
in 10 minutes and 20 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
CHANGELOG.md
CHANGELOG.md
+3
-0
Main.hs
bin/gargantext-cbor2json/Main.hs
+1
-5
package.yaml
package.yaml
+1
-1
No files found.
CHANGELOG.md
View file @
963e28f6
## Version 0.0.4.8.6
*
FIX the ngrams grouping and the graph generation
## Version 0.0.4.8.5
*
Unary document insertion: Doc table is reloaded after upload
...
...
bin/gargantext-cbor2json/Main.hs
View file @
963e28f6
...
...
@@ -7,8 +7,4 @@ import qualified Data.ByteString.Lazy as L
import
Gargantext.Core.NodeStory
(
NodeListStory
)
main
::
IO
()
main
=
do
[
inFile
,
outFile
]
<-
getArgs
inData
<-
L
.
readFile
inFile
let
outData
=
(
encode
.
(
id
::
NodeListStory
->
NodeListStory
)
.
deserialise
)
inData
L
.
writeFile
outData
main
=
L
.
interact
(
encode
.
(
id
::
NodeListStory
->
NodeListStory
)
.
deserialise
)
package.yaml
View file @
963e28f6
name
:
gargantext
version
:
'
0.0.4.8.
5
'
version
:
'
0.0.4.8.
6
'
synopsis
:
Search, map, share
description
:
Please see README.md
category
:
Data
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment