You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+59Lines changed: 59 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,65 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
This changelog was started for release 4.2.0.
9
9
10
+
## [4.5.0] - 2023-10-20
11
+
12
+
### **Deprecation warning**
13
+
14
+
- Due to a change in the way *strands* are integrated for FALDO entities, you will need to re-integrate them.
15
+
- 'Results' from older version of Askomics using 'Minus' or 'Union' blocks will use 'legacy' mode. (Meaning, they will not have recursive block support). To enable recursive block support, please recreate the query from scratch, or manually delete the blocks and re-create them.
16
+
17
+
18
+
### Added
19
+
20
+
- Added 'anonymous_query' and 'anonymous_query_cleanup' variables
21
+
- These enable 'anonymous query' mode, allowing anonymous users to send 'full queries'. See documentation
22
+
- Added 'overview' button in the query page. This button will show all 'selected' attributes, and allow users to quickly select the related entity.
23
+
- Added 'Abstraction' tab on the navbar. This will print the whole abstraction as a 2d/3d graph.
24
+
- Added 'distance' notion, using attribute link. This allows user to filter a value based on another value, with an optional modifier.
25
+
- Added 'custom distance' option for faldo relation (instead of just 'included_in' and 'overlap_with')
26
+
- Store 'version' value when storing results. Not used for now, but might be used in deprecation warnings later
27
+
- Removed some lines from coverage computation
28
+
- Added 'indirect relations': Two entities will be linked on the graph, without a direct relation between them (same as faldo relations). This is intended to be used with 'linked attributes' (ex: get all entities B where B.color is the same as A.color, without a direct relation between A and B)
29
+
- Basic support for 'skos:broader' and 'skos:narrower' for ontologies.
30
+
31
+
### Fixed
32
+
33
+
- Fixed new linting
34
+
- Fixed logs for production setup
35
+
- Fixed profile update & password reset tab in user profile page
36
+
- Fixed Gff Faldo integration (was only integrating the last selected entity)
37
+
- Fixed an issue when using filters and an 'UNION' node
38
+
- Fixed an issue when launching a query with a 'linked' attribute toggled but unselected
39
+
- Fixed missing includeIn and includeInReference in bed files
40
+
- Fixed 'overlap_with' faldo query
41
+
42
+
### Changed
43
+
44
+
- Added contact_message config option, displayed in a new 'Contact' page
45
+
- Added front_message config option, displayed on the front page
46
+
- Now print reset link into logs if there are no mailer configured
47
+
- Fixed markupsafe to 2.0.1
48
+
- Increased Galaxy timeout for tests
49
+
- Fix documentation build
50
+
- Force all 'user queries'(ask/sparql interfaces) to go to the unauthenticated endpoint, to increase security (no write permissions)
51
+
- Force all queries to use 'POST' instead of 'GET' to avoid max length issues
52
+
- Changed the way 'strands' are integrated, to quicken FALDO queries. (Require re-integrating the data)
53
+
- 'Same strand' queries will now match 'BothStrand' with a forward or reverse strand
54
+
- Use '+', '-' and '.' for strand values in CSV instead of raw value (for homogenization)
55
+
- Now allows 'infinite' recursive blocks (ie, a Minus block inside a Union block, or the opposite)
56
+
- Overhaul faldo relation: add 'direct shortcut' triples between entities and values, to avoid using slow property paths when using faldo queries
0 commit comments