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: HISTORY.md
+13
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,19 @@
1
1
T2WML Standalone Server App History
2
2
===================================
3
3
4
+
Changes in version 2.3.9:
5
+
-----------------------
6
+
* upgrade to t2wml-api version 0.0.16
7
+
* added file tree with support for multiple data files in one project
8
+
* completely changed format of communication between frontend and backend, creating a set of standardized responses with defined DTOs, streamlining the reactivity, etc.
9
+
* Add support for versioning in caching so that running older versions of t2wml doesn't corrupt cache.
10
+
* change how label fetching for results preview works (faster, less buggy, and more)
11
+
* hot fix to user agent for sparql bug
12
+
* expanded support for cleaningStatement in yaml including a menu item to toggle whether cleaned or raw is displayed and bolded text to indicate changed cells
13
+
* added versioning for numpy to work around bug in windows in numpy 1.19.4
0 commit comments