Closed pjhartzell closed 1 year ago
@gadomski Does this need a changelog entry? It is just an edit to an unreleased feature (the round_coordinates
utility function that operates on Items and Collections) that doesn't change the functionality of the feature.
Does this need a changelog entry?
It adds a new free function to the public API so I'd say yes.
Related Issue(s): None
Description: Pulls the
recursive_round()
function out ofround_coordinates()
. Being able to accessrecursive_round
directly is useful in cases, e.g., where you'd like to round coordinates prior to creating an Item or Collection.PR checklist:
scripts/format
).scripts/lint
).scripts/test
).