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: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Additionally, if you'd like to contribute a new backend implementation into the
21
21
22
22
## Installation and usage
23
23
24
-
The DVE is a Python package and can be installed using `pip`. As of release v1.0.0 we currently only supports Python 3.7, with Spark version 3.2.1 and DuckDB version of 1.1.0. We are currently working on upgrading the DVE to work on Python 3.11+ and this will be made available asap with version 2.0.0 release.
24
+
The DVE is a Python package and can be installed using `pip`. As of release v0.1.0 we currently only supports Python 3.7, with Spark version 3.2.1 and DuckDB version of 1.1.0. We are currently working on upgrading the DVE to work on Python 3.11+ and this will be made available asap with version 1.0.0 release.
25
25
26
26
In addition to a working Python 3.7+ installation you will need OpenJDK 11 installed if you're planning to use the Spark backend implementation.
27
27
@@ -30,7 +30,7 @@ Python dependencies are listed in `pyproject.toml`.
30
30
To install the DVE package you can simply install using a package manager such as [pip](https://pypi.org/project/pip/).
Once you have installed the DVE you are ready to use it. For guidance on how to create your dischema json document (configuration), please read the [documentation](./docs/).
@@ -48,8 +48,8 @@ If you have feature request then please follow the same process whilst using the
48
48
Below is a list of features that we would like to implement or have been requested.
49
49
| Feature | Release Version | Released? |
50
50
| ------- | --------------- | --------- |
51
-
| Open source release |1.0.0 | Yes |
52
-
| Uplift to Python 3.11 |2.0.0 | No |
51
+
| Open source release |0.1.0 | Yes |
52
+
| Uplift to Python 3.11 |1.0.0 | No |
53
53
| Upgrade to Pydantic 2.0 | Not yet confirmed | No |
54
54
| Create a more user friendly interface for building and modifying dischema files | Not yet confirmed | No |
0 commit comments