Releases: harirakul/chemlib
Releases · harirakul/chemlib
v2.2.4
- Fixed major bug with limited amount of reactants/products in Balancing Reactions - Issue #45
- Fixed bug with Empirical Formula generation - Issue #41
- Removed rounding altogether to avoid inaccurate calculations - Issue #34
- Cleaned data types and null values from Periodic Table CSV - PR #44
- Added reduction potentials for halogenes F, Cl, Br and I - PR #23
- Overloaded the
==
operator for theCompound
class, allowing for easy checking of equality between compounds
v2.2.3
v2.2.2
v2.2.1
v2.2.0
v2.1.9
- Removed the Periodic Table GUI (Made into a stand-alone application)
- Added classmethod
by_formula
to Reactions - Added
chemlib.utils.DimensionalAnalyzer
to clean up code - Fixed bugs in Compound initialization and accepting parentheses in formulae
- Added String overloading to Element, Compound, and Reaction
- Fixed bug in the Combustion class
chemlib 2.1.8
Fixed a major bug in Compound initialization.