Skip to content

[upstream PR #263] Feature/support masked array#122

Open
GeorgePearse wants to merge 3 commits intomasterfrom
upstream-pr-263-feature-support-masked-array
Open

[upstream PR #263] Feature/support masked array#122
GeorgePearse wants to merge 3 commits intomasterfrom
upstream-pr-263-feature-support-masked-array

Conversation

@GeorgePearse
Copy link
Owner

Upstream PR: rlabbe/filterpy#263
Author: Imported from upstream


Original Description

Linked with issue #236

Add support for numpy masked array for measurement used in update methods and functions. This allow using masked array in batch_filter instead of list with None.

Unit tests have been updated and a working example can be found here:


Integration Notes

  • Validation passed

Antoine COLLET added 2 commits October 25, 2025 10:04
…e methods and functions. This allox the use of masked array in batch_filter instead of list with None.
…te methods and functions. This allox the use of masked array in batch_filter instead of list with None.
@GeorgePearse GeorgePearse added from-upstream-pr PR imported from upstream rlabbe/filterpy repository upstream-pr-stale Upstream PR is stale (2+ years old) low-risk Low-risk PR (docs, typos, etc) labels Oct 25, 2025
# Conflicts:
#	bayesian_filters/kalman/CubatureKalmanFilter.py
#	bayesian_filters/kalman/EKF.py
#	bayesian_filters/kalman/UKF.py
#	bayesian_filters/kalman/ensemble_kalman_filter.py
#	bayesian_filters/kalman/fading_memory.py
#	bayesian_filters/kalman/information_filter.py
#	bayesian_filters/kalman/kalman_filter.py
#	bayesian_filters/kalman/square_root.py
#	bayesian_filters/kalman/tests/test_kf.py
#	bayesian_filters/kalman/tests/test_ukf.py
#	bayesian_filters/kalman/tests/ukf2.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

from-upstream-pr PR imported from upstream rlabbe/filterpy repository low-risk Low-risk PR (docs, typos, etc) upstream-pr-stale Upstream PR is stale (2+ years old)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant