Skip to content

v0.3.4 - README section adjacency reorder

Latest

Choose a tag to compare

@killett killett released this 07 Jun 01:25
· 2 commits to main since this release

Patch release.

README section ordering tweaked for thematic adjacency:

  • paths_ensure now renders right before safe_paths (the L1→L2 filesystem family is contiguous).
  • numeric_helpers now renders right before datetime_utils (its seconds_in_unit helper directly feeds parse_datetime).

No public-API change. Tests + smoke unchanged.

Install

pip install emmykit==0.3.4
pip install 'emmykit[all]==0.3.4'

Changes since v0.3.3

  • cf12c41 feat(readme): reorder LAYER_ORDER to put paths_ensure adjacent to safe_paths and numeric_helpers adjacent to datetime_utils
  • 4add96a docs(readme): regenerate with adjacency-by-theme reorder
  • f797447 build(emmykit): bump version to 0.3.4 for PyPi release

Artifacts

  • emmykit-0.3.4-py3-none-any.whl
  • emmykit-0.3.4.tar.gz

Both also published on PyPi at https://pypi.org/project/emmykit/0.3.4/.