Ticket #121 : updated Python interface
Ticket #121 : renamed State::getCoefficients() to State::getData()
Ticket #121 : updated demos
Ticket #121 : remove implicit conversion State -> CTensor
Ticket #121 : sped up the ODE solvers, especially for small systems
Ticket #121 : finished updating propagator classes
Ticket #121 : updated remaining observers
Ticket #121 : updated factory classes
Ticket #121 : updated acceptance tests
Ticket #121 : added test helper to compare states and used it throughout
Ticket #121: converted the OdePrimitive propagator
Ticket #121: updated some more classes in the propagator package
Ticket #121: converted some observers
Ticket #121 : updated most expression classes to the new scheme
Ticket #121: finished converting expression package
Ticket #121 : updated operator package
Ticket #121 : added and changed some test utility functions regarding states and such
Ticket #121 : split InvalidStateException off from BadGridException
Ticket #121 : reenabled util and functor packages
Ticket #121 : updated builders to the new State scheme
Ticket #121 : got RepresentationUtilitiesTest to run
Ticket #121 : some more work towards getting the code to compile again
Ticket #121: starting to update the code
Ticket #121 : added a new State class that also tracks the grid
Ticket #121 : reenabled remaining grid classes
Ticket #184: updated NEWS
Ticket #184: creating a proper package
Ticket #184: Setting rpath so that the Python plugin finds the wavepacket lib
Ticket #184: Python demos run again
Ticket #184: updated various other scripts etc.
Ticket #184 : some fixes
Ticket #184 : new attempt using scikit-build
Ticket #184 : Python unit tests are run from within CMake
Ticket #184; Building Python plugin with CMake, not with Python
Ticket #156 updated NEWS files
Ticket #156 : added a Python version of the demo and the reference output
Ticket #156 : some smaller fixes to the Python interface
Ticket #156 : fixed the demo and added a projection test to it
Ticket #156 : renamed dofIndex back to dof
Ticket #156 : renamed Projection -> ProjectionND
Ticket #156 : added Projection1D operator
Ticket #156 : added the SpinBoson test from the Matlab version
Ticket #195: Python demos/tests use different directory now
made OneSidedTransformation::grid_ private
Ticket #190 : fixed Python tests
Ticket #190 : fixed a missing header
Ticket #190: forgot a file
Ticket #190 : fixed Python demos
Ticket #190 : updated NEWS
Ticket #190 : fixed Python code
Ticket #190: renamed again GridND -> Grid
Ticket #190: renamed *GridTransformation => *DofTransformation
Ticket #190: split representation test utilities into builder and grid utilities
Ticket #190: renamed Grid1D => DegreeOfFreedom
Ticket #190: removed some duplicate checks
Ticket #190: renamed Grid::getGrid1D() -> getDof()
Ticket #190: moved Dof classes into a subfolder
Ticket #190: renamed the individual Degrees of freedom
Ticket #190: renamed Grid::getCoupledChannelsDof() => getCoupledChannelsDofIndex()
Ticket #190 : smaller documentation updates
Ticket #190: renamed Expression::getRepresentation() -> getGrid()
Ticket #190: renamed Representation::get*Representation() -> get*Grid()
Ticket #190: renamed Operator::getRepresentation() -> getGrid()
Ticket #190: fixed some compilation errors
Ticket #190: renamed BadRepresentationException -> BadGridException
Ticket #190: renamed buildRandomRepresentation -> buildRandomGrid
Ticket #190: renamed Grid -> Grid1D
Ticket #190: renamed operator transformation -> operator modification
Ticket #190: removed unused class
Ticket #190: renamed Representation::getGrid() -> getGrid1D()
Ticket #190: renamed Representation -> GridND
Ticket #190: renamings for some more consistency (camel case)
Ticket #190: prefixed wavepacket namespace in doxygen documentation