* Add units for force constants (kJ/mol/Å^2,...) * Fixed an issue naming axes in plots with multiple axes
2024.8.1
* Added more default units: dynamic viscosity (cP, etc) and kinematic viscosity (cSt, etc) * Fixed a bug handling unit dimensions since the order changed in Pint. Now they are put in a standard alphabetical order.
2024.7.25
* Added a configuration file handler that preserves comments in the file so that documentation is not stripped.
2024.7.15
* Added conversions from temeprature units, like K, to energy, like kJ/mol and vice versa. * Used more of the Pint contexts, which should allow wavenumbers to frequency, etc.
2024.6.27
* Now recognize URI's in the form local:path/to/file * An optional URI handler can be passed in to resolve such URI's.
2024.6.5
* Roundoff in floating point numbers caused some duplicates to be missed. The code now checks for duplicates in a more robust way.