From 57af7013e5db7bb103eda7eb41a651b5e27afb16 Mon Sep 17 00:00:00 2001 From: Christian Ledermann Date: Fri, 15 Nov 2024 13:03:58 +0000 Subject: [PATCH] Expose force_2d and force_3d factories in the top-level module --- docs/HISTORY.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/HISTORY.rst b/docs/HISTORY.rst index bf61292..1b083b4 100644 --- a/docs/HISTORY.rst +++ b/docs/HISTORY.rst @@ -4,6 +4,8 @@ Changelog 1.6.0 (unreleased) ------------------ +- expose ``force_2d`` and ``force_3d`` factories in the top-level module. + 1.5.0 (2024/05/11) ------------------