Skip to content

Releases: tmkontra/stoichkit

v0.6.1

09 Dec 17:05
Compare
Choose a tag to compare
  • updated dependencies
    • v0.6.0 no longer compiled on Fedora 38
  • add test/cli_test.sh to test the binary

v0.6.0

12 Feb 22:30
Compare
Choose a tag to compare
  • given a balanced equation, show theoretical yield(s) of all product(s)
    • can show yield in moles or grams
  • standardize output format ([compount] [amount] [unit] lines)
  • clean up code organization
  • update to clap v3

v0.5.0

14 Oct 05:28
Compare
Choose a tag to compare
  • object-oriented reaction balancing API
    • introduces Reaction intermediary struct
    • internal module structure improved
  • parser v2
    • supports hydrate syntax, group syntax

v0.4.0

06 Dec 20:32
Compare
Choose a tag to compare
  • separates Substances into three distinct structs:
    • Compound
    • Reactant
    • Substance
  • follows the principle of "least powerful abstraction"
    • compound can be used as a reactant (with molar coefficient), which can further be used as a substance (with mass)

v0.3.0

31 Jul 03:49
Compare
Choose a tag to compare

Chemdraw Reactions

Adds parser for Chemdraw Reaction JSON

v0.1.0

19 Jul 05:38
Compare
Choose a tag to compare

CLI to calculate percent yield from balanced chemical reaction with grams