==========
Change Log
==========

v1.0.0, 11-10-2013
------------------

- Initial release.

v1.0.1,  4-20-2014
------------------

- changes to DataViewx.

- changes to Fitter.

v1.0.2, 12-14-2014
------------------

- some changes to skill code

- added new basic modules:

  o pattern_alignment: compare two bit-patterns

  o syscall: simplified system call

- added new classes:
  
  o DialogBase: dialog base class with fixed font

  o MessageDialog: message dialog for analysis reports

  o FormulaCalculator: formula gui calculator class

- Calc:

  o fix binding problem

- Data:

  o read_hspice : read binary, other fixes
 
  o read_nutmeg : partially written data-file read-in

  o added new methods: delays, skews, period_time_average

  o modified jitter analysis

- DataViewx:

  o add analyses: INL/DNL, period-time-average

  o added MessageDialog to DataViewx analysis reports

- PlotBase:

  o add new windowing bindings

  o other minor fixes

- Tckt:

  o architectural changes

  o fixed several issues

- interpolate:

  o fix dictionary issue

- range_sample:

  o fix random issue

