You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
breaking change and patches have different version numbers
My experience is that both conditions use the major.mirror+1.0 as the version number.
Version construction: major.mirror.patch.
Such as the current pyjanitor version: 0.23.1. So use 0.24.0 to notify users that new features will come at that version.
Because we can't pre-know how many patch versions there will have.
Add marks like
note
orsummary
to note users that these methods and arguments are newly added.To avoid #1145.
sphinx has some marks
versionchanged
versionadded
mkdocs doesn't offer official marks.
summary
(via!!! summary "Version Changed"
or!!! summary "Version Added"
)pyjanitor/janitor/functions/min_max_scale.py
Lines 99 to 103 in 9c02ab8
The text was updated successfully, but these errors were encountered: