Ticket #172: smaller improvements to build
Updated version
Small fixes to the documentation
Minor changes and cleanups from code coverage
A fix and various updates with cppcheck
Smaller adjustments to Readme
Ticket #183 : Updated NEWS
Ticket #183 : added specializations to operator algebra with real constants
Ticket #183 : Renamed operator/primitive/ to operator/misc/
Ticket #183 : removed some useless testing operators
Ticket #183 : added an improved Constant operator
Ticket #183 : moved FBR operators to another subdirectory fbr/
Ticket #183 : renamed the old Constant class for the beginning
Ticket #183 : replaced Constant by the new Constant operator
Ticket #183 : removed DvrOperator class and all traces of it
Ticket #163 : moved all potentials into subdirectory "dvr"
Ticket #183 : replaced DvrOperatorND by PotentialND
Ticket #183 : renamed ChannelProjection => Channel
Ticket #183 : updated documentation everywhere to remove traces of DvrOperator1D
Ticket #183 : added PotentialND class, minor cleanup for Potential1D
Ticket #183 : finished Potential1D class
Ticket #183 : Replaced ComplexPotential1D by Potential1D<cdouble>
Ticket #183 : derived a couple of potential operators from RealPotential1D
Ticket #183 : changed last operator to use RealPotential1D instead of DvrOperator1D
Ticket #183 : updated operator manipulations with new Potential1D base class
Ticket #183 : removed DvrOperator1D, added last few cleanups
Ticket #183 : updated Python interface with removal of DvrOperator1D
Ticket #183 : Fixed all demos and tests with new interface
Ticket #183 : added the core of a templatized class Potential1D to unify potentials
Ticket #165 : updated NEWS
Ticket #165 : implemented a simple plot with the potential
Ticket #165 : some fine-tuning
Ticket #165 : added some documentation
Ticket #165 : used non-deprecated pybind-2.6.0 API
Ticket #165 : updated plotting observers to also work for eigenstates
Ticket #165 : updated Python tutorial and associated demo
Ticket #165 : separated Pybind11 code from special Python code
Ticket #165 : added Python docstrings
ticket #165 : moved plots in a separate subpackage; fixed Python module installation
Ticket #165 : Renamed PyPlot1D to SimplePlot1D
Ticket #165 : finished the simple wavefunction plotter
Ticket #165 : added xlim and crude animation to plotting
Ticket #165 : implemented very very simple plotting; cleaned up Python setup a little
Ticket #163 : Put more functions into the base classes in the pybind interface
Ticket #165 : PropagationObserver has only a simple abstract function
Ticket #165 : added overloading of EigenstateObserver and PropagationFilter
Ticket #163 : started putting virtual functions into the base class for Expressions
Ticket #201 : Updated release notes
Ticket #201 : updated some of the demos
Ticket #206 : Minor documentation update
Ticket #201 : another tiny demo change
Added support for Numpy data types at several places
Importing wavepacket in the Python demos "as wp" for brevity