Skip to content

Tags: coddingtonbear/python-measurement

Tags

4.0a8

Toggle 4.0a8's commit message
Bump black from 22.10.0 to 22.12.0

Bumps [black](https://github.com/psf/black) from 22.10.0 to 22.12.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@22.10.0...22.12.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

3.2.2

Toggle 3.2.2's commit message
Add missing sympy dependency

3.2.1

Toggle 3.2.1's commit message
Fix #75 -- Update packaging and CI to PEP518

Close #74

4.0a7

Toggle 4.0a7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #66 from OmenApps/underscore_name_fix

Fix: Correcting factor names to use dash instead of underscore.

4.0a6

Toggle 4.0a6's commit message
Add point as distance unit

In typography points are a standard unit of measure and are equal to
1/72 of an inch or ca. 0.3528mm. The Portable Document Format (PDF) also
specifies its standard coordinate system in 1/72 inch (PDF 32000-1:2008,
section 8.3.2.3).

Signed-off-by: Michael Hanselmann <[email protected]>

4.0a5

Toggle 4.0a5's commit message
Fix flake8 issues

4.0a4

Toggle 4.0a4's commit message
Fix #40 -- Raise type error with proper message

If two measures are multiplied that are not compatible – should
not be multipled, like mass x mass -, the error message should
indicate that incompatibility.

4.0a3

Toggle 4.0a3's commit message
Fix readme for PyPi and add dist check to CI suite

4.0a2

Toggle 4.0a2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
 Fix readme and add docs build to CI suite

4.0a1

Toggle 4.0a1's commit message
Switch to Decimal based values