summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/neps/roadmap.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/neps/roadmap.rst b/doc/neps/roadmap.rst
index 1cd522463..6aa9b4545 100644
--- a/doc/neps/roadmap.rst
+++ b/doc/neps/roadmap.rst
@@ -31,7 +31,7 @@ Better dtypes
- More consistent support for dtype metadata
- Support for writing a dtype in Python
- New string dtype(s):
- - Encoded strings with fixed-width storage (utf8, latin1, ...)
+ - Encoded strings with fixed-width storage (utf8, latin1, ...) and/or
- Variable length strings (could share implementation with dtype=object, but are explicitly type-checked)
- One of these should probably be the default for text data. The current behavior on Python 3 is neither efficient nor user friendly.
- `np.int` should not be platform dependent