* Added python library for the c-stye API.
* Fixed bug. "SP" with multiple "SC" doesn't work 10.
* Yoshi Takeyasu. Change instances of int to int64_t, to allow simulations up to 140 GB.
* Bugfix in c_geometry::cmss
* C-style library now supports error messages. This changes the public API.
* Added missing library function nec_kh_card().
* Cleaned up bitrot in example code.
* Added C-style support for patch command. nec_patch.
* Added C-style support for GM card (move command). nec_gm_card.
* Added python based testharness
* Start to use matrix operations for multi-dimensional arrays. safe_matrix class.
* Errors are thrown if zeros are specified for ground conductivity and dielectric constant.
* Added Reflection nec_gx_card to C-style interface.
* Added Reflection gx_card to c_geometry class.
* Catch out of memory errors and create nice error messages
* Fix memory allocation errors in patch simulations.