From cbd55374aa9d1daa2a96e7929a013db5a6e4b82f Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Sun, 2 Feb 2020 21:18:09 +0100 Subject: [PATCH] Update Updating and release notes --- Updating-and-release-notes.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Updating-and-release-notes.md b/Updating-and-release-notes.md index 088c1f6..70039ca 100644 --- a/Updating-and-release-notes.md +++ b/Updating-and-release-notes.md @@ -1,9 +1,12 @@ -### Current version: `3.0.0-beta9` +### Current version: `3.0.0-beta10` You can check the version installed by running `obi --version` ### Release notes: +* `3.0.0-beta10`: `obi import`: new option --preread to do a first readthrough of the +dataset if it contains huge dictionaries for a much faster import. + * `3.0.0-beta9`: Better disk space management when importing files (rewritten columns are deleted). * `3.0.0-beta8`: Fixed a bug when importing a file where the first entry would contain a dictionary with a single key.