- Changes to upper case sequences in seqtm() in oligotm.c because calls to `ThermoAnalysis.calcTm` returned 0.0 for strings with lower case letters - disabled existing tests on Windows due to incompatibility with process and memory calls. TODO: create more tests for `ThermoAnalysis`
0.5.6
- Fixes to `primerdesign_helpers.c` C macro errors. - Added the `todict(`)` methods in `t`hermoanalysis.pyx` for serialization help for tests there
0.5.5
- Remove unicode character from `README.rst`
0.5.4
- Migration of Cython extension build process to `build_clib` to remove Cython as a runtime requirement for `setup.py` (thanks to tdsmith)
0.5.3
- Fixed improper assignment of `"PRIMER_PAIR_MAX_COMPL_END_TH"` during design arg parsing
0.5.2
- Fixed issue where `pa->num_intervals` was not properly set via the bindings - Fixed typo that caused incorrect output for `PRIMER_PAIR_EXPLAIN`