numbat:unit-graph

Last commit made on 2023-08-29
Get this branch:
git clone -b unit-graph https://git.launchpad.net/numbat

Branch merges

Branch information

Name:
unit-graph
Repository:
lp:numbat

Recent commits

2ead7c7... by David Peter <email address hidden>

Properly store base representations in the unit registry

fe37c54... by David Peter <email address hidden>

Split 'text' and 'internal' sources, add counter

closes #99

9712467... by David Peter <email address hidden>

Remove code_sources vector, rename idx=>id

62010c7... by David Peter <email address hidden>

Remove resolved TODO

86ee16e... by David Peter <email address hidden>

Fix clippy suggestions

7bf328e... by David Peter <email address hidden>

Fix error message for non-identifier in aliases

fe119c0... by David Peter <email address hidden>

Add new 'type' procedure to print expr type

closes #119

8ae0ce2... by David Peter <email address hidden>

Add reverse function application to list of operators

1ce9496... by David Peter <email address hidden>

Merge pull request #136 from sharkdp/improve-conversion-errors

Improve "incompatible dimension" errors

2b5c85f... by triallax <email address hidden>

Improve "incompatible dimension" errors

This changeset enhances "incompatible dimensions" errors by aligning
them for better readability, adding additional information and providing
suggestions on how to fix them.

closes #104