* Full update to latest SS 0.98 APIs
- SS: switched to LowLevelEvaluationFast interface;
- SS: fixed compiler warnings for deprecated methods/properties;
- refactoring;
* refactoring
- removed not useful try/catch from unit manager;
- refactoring of not used methods;
* Fix for SMath bug SS-2414
* minor changes
* Added folder for Test files
* Added test file
IF97 test file from CoolProp/CoolProp issue #1249
* changed filename
* added script for batch testing
* Review of dynamic assistant tootltip
* New layout for README.md
* Updated README.md
* Updated README.md
* Fixed combined emphasis in README.md
This is required in order to remove ".dll" extension from the library
name in .NET DllImport. And that, in turn, is intended to enable
cross-platform use of SMath wrapper on other OSes, like Linux (that is
supported by both CoolProp and SMath).
As explained at
http://www.mono-project.com/docs/advanced/pinvoke/, it's recommended to
omit the library extension to allow mono to find native libraries.
* Improve SMath wrapper error handling
1. Make CoolProp errors visible to SMath immediately, calling
get_global_param_string("errstring").
2. Use System.Exception with message instead of SMath own exceptions
where possible (to show the required message instead of irrelevant SMath
unconfigurable one); only retain SMath exceptions where it's necessary.
* Remove redundant text from release_readme.rst.txt; fixes#1105