]> Git — Sourcephile - gargantext.git/blob - CHANGELOG.md
[FEAT][PHYLO] update parameters with PhyloSubConfig
[gargantext.git] / CHANGELOG.md
1 ## Version 0.0.5.6.3
2 * [BACK][EXPORT][GEXF] node size
3
4 ## Version 0.0.5.6.2
5 * [FRONT][FIX] Ngrams Batch change
6
7 ## Version 0.0.5.6.1
8 * [BACK][FEAT] Confluence Method connection
9
10 ## Version 0.0.5.6
11 * [BACK][FEAT] Phylo backend connection
12 * [FRONT] Editable Metadata
13
14 ## Version 0.0.5.5.7
15 * [FRONT][FIX] NgramsTable Cache search.
16
17 ## Version 0.0.5.5.6
18 * [BACK][FIX] ./bin/psql gargantext.ini < devops/posgres/upgrade/0.0.5.5.6.sql
19 * [FRONT] fix NodeType list show (Nodes options)
20
21 ## Version 0.0.5.5.5
22 * [FORNT] fix Graph Explorer search ngrams
23 * [FRONT] fix NodeType list show (main Nodes)
24
25 ## Version 0.0.5.5.4
26 * [BACK][OPTIM] NgramsTable scores
27 * [BACK] bin/client script to analyze backend performance and reproduce bugs
28 * [FRONT] Adding Language selection
29
30 ## Version 0.0.5.5.3
31 * [BACK] Adding a Max limit for others lists.
32
33 ## Version 0.0.5.5.2
34 * [BACK][OPTIM] Index on node_node_ngrams to seed up ngrams table score
35 queries. Please execute the upgrade SQL script
36 devops/postgres/0.0.5.5.2.sql
37
38 ## Version 0.0.5.5.1
39 * [BACK] FIX Graph Explorer search with selected ngrams
40 * [FRONT] Clean CSS
41
42 ## Version 0.0.5.5
43 * [FRONT] Visio frame removed, using a new tab instead (which is working)
44 * [BACK] Scores on the docs view fixed
45
46 ## Version 0.0.5.3
47 * [FRONT] SSL local option
48
49 ## Version 0.0.5.2
50 * [QUAL] Scores in Ngrams Table fixed during workflow and user can
51 refresh it if needed.
52
53 ## Version 0.0.5.1
54 * [OPTIM] Upgrade fix with indexes and scores counts
55
56 ## Version 0.0.5
57 * [OPTIM][DATABASE] Upgrade Schema, move conTexts in contexts table which requires a version bump.
58
59 ## Version 0.0.4.9.9.6
60 * [BACK] PubMed parser fixed
61 * [FRONT] Visio Frame resized
62
63 ## Version 0.0.4.9.9.5
64 * [FIX] Chart Sort
65
66 ## Version 0.0.4.9.9.4
67 * [FEAT] Corpus docs download
68
69 ## Version 0.0.4.9.9.3
70 * [BACK] Graph update with force option
71
72 ## Version 0.0.4.9.9.2
73 * [BACK] Opaleye Upgrade
74
75 ## Version 0.0.4.9.9.1
76 * [FRONT] 350-dev-graph-search-in-forms-not-labels
77 * [FRONT] 359-dev-input-with-autocomplete
78
79 ## Version 0.0.4.9.9
80 * [FIX] Continuous Integration (CI)
81
82 ## Version 0.0.4.9.8
83 * [FEAT] All backend routes with clients functions
84
85 ## Version 0.0.4.9.7
86 * [FEAT] Searx API done (needs a fix for language selection)
87
88 ## Version 0.0.4.9.6
89 * [UX] GT.query forces trees reload for async tasks
90
91 ## Version 0.0.4.9.5
92 * [FEAT] Order 2 fixed with filtered edges
93
94 ## Version 0.0.4.9.4
95 * [FEAT] Order 1 similarity validated and optimized
96
97 ## Version 0.0.4.9.3
98 * [FIX] Node Calc import + more flexible delimiter for CSV parser
99
100 ## Version 0.0.4.9.2
101 * [FEAT] Node Calc Parsing added (in tests)
102
103 ## Version 0.0.4.9.1
104 * [FIX] Graph Screenshot
105
106 ## Version 0.0.4.9
107 * [FEAT] Graph with order 1 and order 2 and node size
108
109 ## Version 0.0.4.8.9
110 * BACKEND: fix psql function util without sensitive data
111 * FRONTEND: fix folder navigation (up link)
112
113 ## Version 0.0.4.8.8
114 * FIX for CI
115
116 ## Version 0.0.4.8.7
117 * FIX the graph generation (automatic/default, renewal, any distance)
118
119 ## Version 0.0.4.8.6
120 * FIX the ngrams grouping
121
122 ## Version 0.0.4.8.5
123 * Unary document insertion: Doc table is reloaded after upload
124
125 ## Version 0.0.4.8.4
126 * Migration: instance dev is now dev.sub.gargantext.org
127
128 ## Version 0.0.4.1
129 * Refact/code design better syntax for DataType fields
130
131 ## Version 0.0.4
132 * Fix the search in Title and abstracts.
133 * [UPGRADE] execute devops/postgres/upgrade/0.0.4.sql to your database to upgrade it
134
135 ## Version 0.0.3.9.1
136 * Graph Update fix
137 * Document view: full text removed
138
139 ## Version 0.0.0.2
140 * Fix the community detection.
141 * TextFlow starts to make sense
142
143 ## Version 0.0.0.1
144 * Very first version (main functions ready for tests) of Haskell Version
145 of Gargantext. Previous versions (3) were written with another
146 language and another framework (Python/Javascript mainly).