Skip to content

Commit

Permalink
simplify changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
iancze committed Dec 25, 2023
1 parent d106fac commit 8720653
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).
Expand Down

0 comments on commit 8720653

Please sign in to comment.