|
From: | Nicholas Jankowski |
Subject: | [Octave-patch-tracker] [patch #10102] [octave forge] (statistics) Add new functions ismissing and rmmissing |
Date: | Thu, 16 Dec 2021 11:55:19 -0500 (EST) |
User-agent: | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0 |
Update of patch #10102 (project octave): Depends on: => bugs #61676 _______________________________________________________ Follow-up Comment #13: I think this is worth keeping open to track implementation of the different functions related to 'missing' rather than creating other reports. note that 'missing' is a class that automatically supplies the appropriate missing value (NaN, '', etc) based on the class of the object being substituted into. it can't be implemented as a classdef until converter methods are fixed (see bug #61676). It may be able to be created as an old @ style class. in any case, it would greatly simplify the code in many of the other functions, but doesn't seem to be a block to doing so. I've attached a patch for standardizeMissing here (doesn't update NEWS as that doesn't seem to be updated since the 1.4.3 release yet). I might take a stab at fillmissing soon as well. (file #52516) _______________________________________________________ Additional Item Attachment: File name: statistics_standardizeMissing.diff Size:8 KB <https://file.savannah.gnu.org/file/statistics_standardizeMissing.diff?file_id=52516> _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/patch/?10102> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |