CHANGELOG.md 1.44 KB
Newer Older
1 2 3
## Version 0.0.4.9.5
* [FEAT] Order 2 fixed with filtered edges

4 5 6
## Version 0.0.4.9.4
* [FEAT] Order 1 similarity validated and optimized

7 8 9
## Version 0.0.4.9.3
* [FIX] Node Calc import + more flexible delimiter for CSV parser

10 11 12
## Version 0.0.4.9.2
* [FEAT] Node Calc Parsing added (in tests)

13 14 15
## Version 0.0.4.9.1
* [FIX] Graph Screenshot

16 17 18
## Version 0.0.4.9
* [FEAT] Graph with order 1 and order 2 and node size

19 20 21 22
## Version 0.0.4.8.9
* BACKEND: fix psql function util without sensitive data
* FRONTEND: fix folder navigation (up link)

23 24 25
## Version 0.0.4.8.8
* FIX for CI

26 27 28
## Version 0.0.4.8.7
* FIX the graph generation (automatic/default, renewal, any distance)

29
## Version 0.0.4.8.6
30
* FIX the ngrams grouping
31

32 33 34
## Version 0.0.4.8.5
* Unary document insertion: Doc table is reloaded after upload

35 36
## Version 0.0.4.8.4
* Migration: instance dev is now dev.sub.gargantext.org
Alexandre Delanoë's avatar
Alexandre Delanoë committed
37

Alexandre Delanoë's avatar
Alexandre Delanoë committed
38 39 40
## Version 0.0.4.1
* Refact/code design better syntax for DataType fields

Alexandre Delanoë's avatar
Alexandre Delanoë committed
41 42 43 44
## Version 0.0.4
* Fix the search in Title and abstracts.
* [UPGRADE] execute devops/postgres/upgrade/0.0.4.sql to your database to upgrade it

Alexandre Delanoë's avatar
Alexandre Delanoë committed
45 46 47 48 49
## Version 0.0.3.9.1
* Graph Update fix
* Document view: full text removed

## Version 0.0.0.2
50 51 52
* Fix the community detection.
* TextFlow starts to make sense

Alexandre Delanoë's avatar
Alexandre Delanoë committed
53
## Version 0.0.0.1
54 55 56
* Very first version (main functions ready for tests) of Haskell Version
  of Gargantext. Previous versions (3) were written with another
  language and another framework (Python/Javascript mainly).