From 2c29206b4aea3011447c8081434021e743af8032 Mon Sep 17 00:00:00 2001 From: Brock Date: Tue, 20 Apr 2021 10:36:35 -0700 Subject: [PATCH] DOC: more accurate wording in roadmap --- doc/source/development/roadmap.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/development/roadmap.rst b/doc/source/development/roadmap.rst index 8223edcf6f63a..37e45bf5a42b5 100644 --- a/doc/source/development/roadmap.rst +++ b/doc/source/development/roadmap.rst @@ -71,8 +71,8 @@ instead of comparing as False). Long term, we want to introduce consistent missing data handling for all data types. This includes consistent behavior in all operations (indexing, arithmetic -operations, comparisons, etc.). We want to eventually make the new semantics the -default. +operations, comparisons, etc.). There has been discussion of eventually making +the new semantics the default. This has been discussed at `github #28095 `__ (and