From 6fd021e03b94473f073fb31bb7930888d79476fc Mon Sep 17 00:00:00 2001 From: Dimitris Staratzis <33267511+DimitrisStaratzis@users.noreply.github.com> Date: Thu, 31 Aug 2023 11:41:52 +0300 Subject: [PATCH] Update README.md --- README.md | 47 +---------------------------------------------- 1 file changed, 1 insertion(+), 46 deletions(-) diff --git a/README.md b/README.md index 4a396047..441eb7a4 100644 --- a/README.md +++ b/README.md @@ -15,50 +15,5 @@ For misc development details see [Development Notes](https://github.com/TileDB-Inc/TileDB-Java/wiki/Developer-Notes) wiki entry. ## Compatibility - -The below table references which versions of TileDB-Java are compatible with which versions of the TileDB core library. - -| TileDB-Java Version | TileDB Version | -|---------------------|----------------| -| 0.1.5 | <= 1.5.1 | -| 0.1.6 | 1.6.0 | -| 0.1.7 | 1.6.2 | -| 0.1.8 | 1.6.2 | -| 0.1.9 | 1.6.2 | -| 0.2.0 | 1.7.0 | -| 0.2.1 | 1.7.2 | -| 0.2.2 | 1.7.2 | -| 0.2.3 | 1.7.3 | -| 0.2.4 | 1.7.7 | -| 0.2.5 | 2.0.0 | -| 0.2.6 | 2.0.1 | -| 0.2.7 | 2.0.3 | -| 0.2.8 | 2.0.5 | -| 0.3.0 | 2.0.5 | -| 0.3.1 | 2.0.7 | -| 0.3.2 | 2.0.8 | -| 0.3.3 | 2.0.8 | -| 0.3.4 | 2.1.1 | -| 0.3.5 | 2.1.2 | -| 0.3.6 | 2.1.2 | -| 0.3.7 | 2.2.2 | -| 0.4.0 | 2.2.5 | -| 0.4.1 | 2.2.5 | -| 0.4.2 | 2.2.5 | -| 0.4.3 | 2.2.5 | -| 0.4.4 | 2.2.5 | -| 0.5.X | 2.3.X | -| 0.6.X | 2.4.X | -| 0.7.X | 2.5.X | -| 0.8.X | 2.6.X | -| 0.9.X | 2.7.X | -| 0.10.X | 2.8.X | -| 0.11.X | 2.9.X | -| 0.12.X | 2.10.X | -| 0.13.X | 2.11.X | -| 0.14.X | 2.12.X | -| 0.15.X | 2.13.X | -| 0.16.X | 2.14.X | -| 0.17.X | 2.15.X | -| 0.18.X | 2.16.X | +Refer to [this](https://github.com/TileDB-Inc/TileDB-Java/wiki/Compatiblity) table for information about the compatibility between different versions of TileDB-Java and TileDB-Embedded.