python3-damaris (0.19) stable; urgency=medium

  * JBs python3-damaris code adapted to new python3 syntax
  * debian/rules using pybuild
  * debian pacakaging upgraded to new version, removed deprectated stuff 
  * version bump 

 -- Markus Rosenstihl <markus.rosenstihl@pkm.tu-darmstadt.de>  Mon, 09 Mar 2026 15:15:34 +0100

python3-damaris (0.18.2) stable; urgency=medium

  * Experiment queuing implemented
  * Joachim Beerwerths (JB) fixes merged
  * Experiment class tracks experiment time (JB)
  * implemented rudimentary PPM display (swapped x axis)

 -- Markus Rosenstihl <markus.rosenstihl@physik.tu-darmstadt.de>  Wed, 12 Jun 2019 09:23:26 +0200

python3-damaris (0.18.1) unstable; urgency=medium
  * switch to git
  * pytables v2 to v3 conversion done
  * new syntax highlighter, abortable sleep function
  * goniometer control for Marco Braun NMR probe head (AXYs) added
  * added cmd line script to read out and set flow control (red-y series by Voegtlin)
  * modifications to write_to_tecmag, allow 2D experiments (by Oleg Petrov)
  * multiple DAMARIS can run at the same time, allowing queuing of experiemnts
    (rudimentary)

 -- Markus Rosenstihl <markus.rosenstihl@physik.tu-darmstadt.de>  Mon, 26 Mar 2018 16:40:24 +0200

python3-damaris (0.16) UNRELEASED; urgency=medium

  * version bump

 -- Markus Rosenstihl <markusro@pfg.fkp.physik.tu-darmstadt.de>  Wed, 03 Jun 2015 10:34:11 +0100

python3-damaris (0.15-0) experimental; urgency=low
  * [r762] added proper homepage and documentation links

  * [r760] src/data/DaFFT.py[DEL]: Removed deprecated DaFFT module.
    This module is replaced by DamarisFFT,
    which extends the ADC_Result and Accumulation class.

  * [r759] src/experiments/Experiment.py: * Updated more
    documentation
    - Fixes #4 (set_pfg)

  * [r758] src/experiments/Experiment.py: Added sphinx documentation
    strings
  
  * [r757] src/data/DamarisFFT.py: fixed taps/space, update
    documentation
  
  * [r756] src/gui/DamarisGUI.py: reformatted DamarisGUI.py to make
    it better readable
  
  * [r755] src/data/DamarisFFT.py, src/gui/DamarisGUI.py: fixed evil
    tab/spaces
  
  * [r754] src/data/DamarisFFT.py: fix indentaion in DamarisFFT
  
  * [r753] src/data/DaFFT.py, src/data/DamarisFFT.py,
    src/data/DataPool.py, src/data/MeasurementResult.py,
    src/data/Persistance.py, src/data/autophase.py,
    src/gui/BackendDriver.py, src/gui/ExperimentHandling.py,
    src/gui/ExperimentWriter.py, src/gui/ResultHandling.py: Heroic
    squashing of spurious furious tab bugs
  
  * [r741] migrate to standard svn repo layout
  
  * [r740] - exceptions now derive from a common DamarisException
    class, which in turn derives from std::runtime_error
    (previously, all exceptions derived from std::string, which is
    not a good idea)
    - I also added a RecoverableException class for ADC_result and
    the like to derive from. This class should be
    used whenever code is caught inside the backend, e.g. in the
    experiment loop, and passed on to the frontend
    without aborting
    - backends were modified accordingly
    - started adding a new test suite for more thorough unit tests
    and to understand program flow better
    - the working directory is now reset after a core is destroyed,
    also cleaned up the getcwd code
  
  * [r737] - frontend fix for multi-channel detection

 -- Markus Rosenstihl <Markus.Rosenstihl@physik.tu-darmstadt.de>  Mon, 15 Dec 2014 21:22:45 +0000

python3-damaris (0.14-svn) experimental; urgency=low

  * MeasurementResults (MR) can be lineplots (Oleg Petrov)
  * Default symbol for MR changed to "*"
  * Several more improvements to GUI code
  * Fixed some errors in FFT module (oelg Petrov)
  * Config now according to XDG standard

 -- Markus Rosenstihl <Markus.Rosenstihl@physik.tu-darmstadt.de>  Wed, 07 Nov 2012 12:36:40 +0000

python3-damaris (0.13-0) experimental; urgency=low

  * using cElementTree if available, giving the ResultReader almost 20x speed up 

 -- Markus Rosenstihl <Markus Rosenstihl <markus.rosenstihl@physik.tu-darmstadt.de>  Wed, 03 Nov 2010 18:49:46 +0000

python3-damaris (0.12-0.0) experimental; urgency=low

  * new development version

 -- Achim Gaedke <Achim.Gaedke@physik.tu-darmstadt.de>  Sat, 24 May 2008 17:49:25 +0200

python3-damaris (0.11-0.1) experimental; urgency=low

  * updated debian python policy
  * job descriptions: types are saved and recovered
  * support for system wide defaults file thanks to Christian
  * new interleaved range by Markus Rosenstihl
  * revised display source change event handling, found some severe errors
  * cursor movement and selection problems solved
  * log window information are saved in hdf files

 -- Achim Gaedke <Achim.Gaedke@physik.tu-darmstadt.de>  Thu, 17 Mar 2008 17:28:13 +0100

python3-damaris (0.11-0.0) experimental; urgency=low

  * rename to python3-damaris
  * x axis log plot
  * %()s functions for hdf file naming
  * line number widgets for scripts
  * Persistance class added (scope like fade away of signal changes)

 -- Achim Gaedke <Achim.Gaedke@physik.tu-darmstadt.de>  Thu, 07 Feb 2008 02:21:45 +0100 

greendamaris (0.10-0.2) experimental; urgency=medium

  * increased compatibility with pytables version 1 and 2
  * sending signals to backend, when it fails to quit properly
  * correcting quit event return value

 -- Achim Gaedke <Achim.Gaedke@physik.tu-darmstadt.de>  Fri, 12 Oct 2007 13:34:33 +0200

greendamaris (0.10-0.1) experimental; urgency=low

  * added docs and browser button for docs
  * limited number of points to display for GTKCairo backend
  * numarray replaced by numpy
  * adapted width of window to fit even gnome icon size

 -- Achim Gaedke <Achim.Gaedke@physik.tu-darmstadt.de>  Tue, 02 Oct 2007 19:11:33 +0200

greendamaris (0.10-0.0) experimental; urgency=medium

  * started separate source package of pyhton-damaris
  * pycentral used to support both python 2.4 and 2.5

 -- Achim Gaedke <Achim.Gaedke@physik.tu-darmstadt.de>  Sat, 08 Sep 2007 12:56:06 +0200

