- Added ability to override Basis smoothing parameter in smooth_plot by passing smooth_factor parameter.
- Fixed a bug that made behaviour of Step functions with a start=0 alittle unpredictable
- Added normal function basis for step change smoothing (to go along with with Sinc function smoothing)
- Added extensive (somewhat) documentation regarding the math behind the step function implementation in HotStepper and why it works in a very general way
- Updated Pretty plotting documentation to include some subtle variations that are allowed to occur when using different methods to produce the same plot
- Corrected the definition of the Exponential basis, made it alittle faster too
- Extensively updated the Base and Basis documentation
- Started adding code examples into api docs, alot more to go
- Fixed even more typos, probably added new ones as well ;-)