From 8720653ccf60667123e5766f5655dc9d9c14b61b Mon Sep 17 00:00:00 2001 From: Ian Czekala Date: Mon, 25 Dec 2023 23:41:50 +0000 Subject: [PATCH] simplify changelog. --- docs/changelog.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index a752f613..bbfcfef1 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,9 +4,7 @@ ## v0.2.1 -- Removed tutorials -- Updated base (mock) dataset -- Switched library from base unit of `klambda` to `lambda` +- *Placeholder* Planned changes described by Architecture GitHub Project. - Implemented type checking for more of the codebase - Manually line wrapped many docstrings to conform to 88 characters per line or less. Ian thought `black` would do this by default, but actually that [doesn't seem to be the case](https://github.com/psf/black/issues/2865). - Fully leaned into the `pyproject.toml` setup to modernize build via [hatch](https://github.com/pypa/hatch). This centralizes the project dependencies and derives package versioning directly from git tags. Intermediate packages built from commits after the latest tag (e.g., `0.2.0`) will have an extra long string, e.g., `0.2.1.dev178+g16cfc3e.d20231223` where the version is a guess at the next version and the hash gives reference to the commit. This means that developers bump versions entirely by tagging a new version with git (or more likely by drafting a new release on the [GitHub release page](https://github.com/MPoL-dev/MPoL/releases)).