Skip to content

Chemical Engineering Toolkit v1.2

Latest
Compare
Choose a tag to compare
@angaaruriakhil angaaruriakhil released this 30 Apr 01:33
· 8 commits to main since this release
89bb9a7

Changelog (v1.2):

  • Removed some unnecessary variables by grouping them into lists and accessing via indexing, reducing complexity.
  • Fixed a nasty bug where the properties of compound 2 were getting mixed up with compound 3 (This bug was likely introduced in v1.1)
  • Changed illogical variable names (e.g. clicked11) to more logical ones (e.g. element11)
  • Grouped some functions at the top of the code as opposed to the middle. (All functions should be grouped together in future).
  • Reduced line lengths to make code more legible.
  • Fixed a nasty bug that stopped compound 4 from being properly processed, due to incompatibility of float and integer data types being multiplied together.
  • Changed variable names that were very misleading in the mass/mole calculation/conversion functions. Now it is much more clear what is being calculated.