1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640
|
stimfit (0.16.7-1) unstable; urgency=medium
* Add build dependency on python3-setuptools (Closes: #1100323)
* Drop menu entry in favour of desktop file
-- Christoph Schmidt-Hieber <christsc@gmx.de> Wed, 12 Mar 2025 18:39:07 +0000
stimfit (0.16.6-1) unstable; urgency=medium
* Install icons into appropriate locations
* Drop build dependency on sip
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sun, 09 Feb 2025 21:17:35 +0000
stimfit (0.16.5-1) unstable; urgency=low
* Update to latest NumPy C API
* Fix debian building and packaging (Closes: #1068032)
-- Christoph Schmidt-Hieber <christsc@gmx.de> Fri, 07 Feb 2025 18:39:37 +0000
stimfit (0.16.4-1.1) unstable; urgency=medium
* Non-maintainer upload.
* use external libbiosig instead of internal
(configure --with-biosig instead of --with-biosiglite)
-- Alois Schloegl <alois.schloegl@gmail.com> Thu, 15 Aug 2024 12:56:35 +1300
stimfit (0.16.4-1) unstable; urgency=medium
* Non-maintainer upload.
* uses Debian's libbiosig package to build stimfit
Improves reading ATF, ABF2, AXG, and HEKA format,
and provides advantages of dynamic linking
* several minor bug fixes
-- Alois Schloegl <alois.schloegl@gmail.com> Fri, 05 Apr 2024 00:15:00 +0200
stimfit (0.16.0-1.2) unstable; urgency=medium
* Non-maintainer upload.
* Update to wxwidgets3.2. (Closes: #1019791)
-- Olly Betts <olly@survex.com> Thu, 05 Jan 2023 10:56:35 +1300
stimfit (0.16.0-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Build-depend on python3-dev instead of python3-all-dev (Closes: #948020)
* Patch: Avoid a deprecation warning breaking autoconf with Python 3.10.
-- Stefano Rivera <stefanor@debian.org> Thu, 24 Mar 2022 15:29:58 -0400
stimfit (0.16.0-1) unstable; urgency=low
* Upgrade to Python 3 (Closes: #938572)
-- Christoph Schmidt-Hieber <christsc@gmx.de> Tue, 26 Nov 2019 09:35:41 +0200
stimfit (0.15.8-1) unstable; urgency=low
* Address wx-gtk2 / wxpython-gtk3 incompatibility issue on bionic
(LP: #1778433)
-- Christoph Schmidt-Hieber <christsc@gmx.de> Fri, 29 Jun 2018 09:18:39 +0200
stimfit (0.15.6-1) unstable; urgency=low
* Adress shared library renaming error during debian packaging.
(Closes: #896407)
-- Christoph Schmidt-Hieber <christsc@gmx.de> Tue, 24 Apr 2018 23:05:28 +0200
stimfit (0.15.5-1) unstable; urgency=low
* Adds native intan CLP & tdms file reading
* Upgrade libbiosiglite to 1.9.1
-- Christoph Schmidt-Hieber <christsc@gmx.de> Mon, 12 Feb 2018 16:13:09 +0100
stimfit (0.15.4-1) unstable; urgency=low
* Fix building with gcc-6 on armhf (Closes: #847526)
* Add channel scrolling
* Upgrade libbiosiglite to 1.8.4
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sat, 10 Dec 2016 16:55:51 +0000
stimfit (0.15.3-1) unstable; urgency=low
* Fix building with gcc-6 (Closes: #811904)
* Improve latency cursor Python interface
-- Christoph Schmidt-Hieber <christsc@gmx.de> Thu, 14 Jul 2016 10:49:03 +0100
stimfit (0.15.2-1) unstable; urgency=low
* Fix RNG in tests with >= C++11 (Closes: #811904)
* Use builtin biosig library
-- Christoph Schmidt-Hieber <christsc@gmx.de> Fri, 01 Apr 2016 10:29:55 +0100
stimfit (0.14.11-1) unstable; urgency=low
* Improve usability of stfio_plot.Timeseries
* Debian build fixes bug #804592
-- Christoph Schmidt-Hieber <christsc@gmx.de> Wed, 18 Nov 2015 09:52:53 +0000
stimfit (0.14.10-1) experimental; urgency=low
* Improve batch file conversion usability
* Fix Debian dependencies
-- Christoph Schmidt-Hieber <christsc@gmx.de> Mon, 04 May 2015 04:20:24 +0100
stimfit (0.14.9-1) experimental; urgency=low
* Fix several bugs during abf2 (pClamp10) file reading
* Fix several issues during event detection
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sun, 05 Apr 2015 12:33:50 +0100
stimfit (0.14.5-2) experimental; urgency=low
* Fix several bugs during event detection
* Fix several bugs during file reading (abf, axograph and hdf5)
* Alternatively use wx 2.8 instead of wx 3.0 for Debian packages
-- Christoph Schmidt-Hieber <christsc@gmx.de> Mon, 03 Mar 2015 19:29:58 +0000
stimfit (0.13.19-1) unstable; urgency=low
* Update to use wxWidgets 3.0 (Closes: #757289)
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sat, 30 Aug 2014 14:40:04 +0000
stimfit (0.13.18-1) unstable; urgency=low
* Support hdf5 1.8.13 new packaging layout (Closes: #756699)
* Support dpkg-buildflags with --enable-module
* Improved information/error messages
-- Christoph Schmidt-Hieber <christsc@gmx.de> Fri, 01 Aug 2014 10:57:51 +0000
stimfit (0.13.15-1) unstable; urgency=low
* Fix half duration limits bug
* Use neo's StimfitIO implementation
* Address some lintian warnings
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sun, 16 Feb 2014 12:48:51 +0000
stimfit (0.13.13-1) unstable; urgency=low
* Import/Export from/to python-neo
* Fix potential buffer overflows
* Fix some bugs in Python code
* Use libhdf5-dev instead of libhdf5-serial-dev dependency (Closes: #735157)
* Use dh-autoreconf to fix FTBFS on ppc64el (Closes: #735231)
* Distinguish only between Windows and non-Windows builds (implicitly posix)
(Closes: #728094)
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sun, 09 Feb 2014 10:56:06 +0000
stimfit (0.13.6-1) unstable; urgency=low
* Export stfio recordings to pandas
* Improved support for accessing date and time of recordings
-- Christoph Schmidt-Hieber <christsc@gmx.de> Wed, 11 Dec 2013 21:42:13 +0000
stimfit (0.13.5-1) unstable; urgency=low
* New upstream release
- Don't write test results to disk
- Fall back to gcc/Unix for unknown platforms/compilers
in axodefn.h (Closes: #728094)
* Improved batch analysis
* Multi-channel concatenation
* Less disruptive warnings and error messages
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sat, 30 Nov 2013 18:23:23 +0000
stimfit (0.13.2-1) unstable; urgency=low
* New upstream release
- Disambiguate template type in boost's reset (Closes: #720825)
* Faster plotting
* Add support for inner and outer rise time computations
* Add option 'align to half-amplitude' when computing averages
* Fix some potential buffer overflows
* Improve biosig integration
* Improve deconvolution-based event detection
* Improve fit initialization for some functions
-- Christoph Schmidt-Hieber <christsc@gmx.de> Tue, 17 Sep 2013 16:47:30 +0000
stimfit (0.12.5-1) UNRELEASED; urgency=low
* More robust initialization for nonlinear regression
* Faster convergence for most fits
* Add support for latest abf2 file format (Clampex 10.4)
* Fix potential buffer overflow when computing averages
-- Christoph Schmidt-Hieber <christsc@gmx.de> Mon, 08 Jul 2013 19:55:04 +0000
stimfit (0.12.1-1) experimental; urgency=low
* Use biosig as additional file reading backend
-- Christoph Schmidt-Hieber <christsc@gmx.de> Tue, 02 Apr 2013 21:22:06 +0000
stimfit (0.11.9-1) UNRELEASED; urgency=low
* Fix latency measurements in manual peak mode
* GUI adjustments
* Build for Debian proper
-- Christoph Schmidt-Hieber <christsc@gmx.de> Fri, 29 Mar 2013 09:20:13 +0000
stimfit (0.11.8-0lucid1) lucid; urgency=low
* Make objects iterable in pystfio
* Prettify fit dialog
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sun, 17 Feb 2013 13:02:28 +0000
stimfit (0.11.7-0lucid1) lucid; urgency=low
* Add missing library to stfio debian package
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sat, 16 Feb 2013 20:20:24 +0000
stimfit (0.11.6-0lucid1) lucid; urgency=low
* Corrected some bugs in cursor dialogs
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sat, 16 Feb 2013 14:30:00 +0000
stimfit (0.11.4-0precise1) precise; urgency=low
* Fixed monoexponential fit with delay
* Release hdf5 resources after reading / writing a file
-- Christoph Schmidt-Hieber <christsc@gmx.de> Fri, 20 Apr 2012 17:18:43 +0000
stimfit (0.11.1-1oneiric1) oneiric; urgency=low
* Added stfio_plot.py to stimfit
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sat, 08 Oct 2011 16:41:23 +0000
stimfit (0.11.1-1natty1) natty; urgency=low
* Added stfio_plot.py to stimfit
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sat, 08 Oct 2011 16:40:08 +0000
stimfit (0.11.1-1maverick1) maverick; urgency=low
* Added stfio_plot.py to stimfit
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sat, 08 Oct 2011 16:39:02 +0000
stimfit (0.11.1-1lucid1) lucid; urgency=low
* Added stfio_plot.py to stimfit
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sat, 08 Oct 2011 16:33:22 +0000
stimfit (0.11.0-1oneiric1) oneiric; urgency=low
* libstfio factored out as separate, GUI-independent library
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sat, 08 Oct 2011 15:50:54 +0000
stimfit (0.11.0-1natty1) natty; urgency=low
* libstfio factored out as separate, GUI-independent library
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sat, 08 Oct 2011 15:48:41 +0000
stimfit (0.11.0-1maverick1) maverick; urgency=low
* libstfio factored out as separate, GUI-independent library
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sat, 08 Oct 2011 15:42:22 +0000
stimfit (0.11.0-1lucid1) lucid; urgency=low
* libstfio factored out as separate, GUI-independent library
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sat, 08 Oct 2011 14:49:00 +0000
stimfit (0.10.18-2) UNRELEASED; urgency=low
* Acknowledging previous NMU
* Adjusted dh_python2 call to
- invoke it only whenever it is present
- do not carry hardcoded python version in X-Python-Version
but rather specify current default using -V cmdline option
* Use of DEB_BUILD_OPTIONS
- Condition running tests on not having 'nocheck'
- Rely on parallel= option to specify number of parallel builds,
instead of hardcoded -j4
* Use of dh_numpy (if present) to specify numpy ABI dependency
* Added ${python:Depends} to stimfit itself
-- Yaroslav Halchenko <debian@onerussian.com> Sun, 04 Mar 2012 17:03:34 -0500
stimfit (0.10.18-1.1) unstable; urgency=low
* Non-maintainer upload.
* Use dh_python2 to set proper dependencies for
python-stfio. Note: this only happens for Python 2.7,
building for all versions needs maintainer work and
isn't suitable for NMU. Closes: #631983
-- Jonathan Wiltshire <jmw@debian.org> Sun, 04 Mar 2012 13:33:02 +0000
stimfit (0.10.18-1) unstable; urgency=low
* Updated copyright notice for numpy.i
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sat, 10 Sep 2011 15:46:33 +0000
stimfit (0.10.17-1oneiric1) oneiric; urgency=low
* Do not redirect Python stdio to separate Window (Closes: #639672)
* From previous unreleased version: provide gtest source files (Closes: #631825)
-- Christoph Schmidt-Hieber <christsc@gmx.de> Tue, 30 Aug 2011 23:02:16 +0000
stimfit (0.10.17-1natty1) natty; urgency=low
* Do not redirect Python stdio to separate Window (Closes: #639672)
* From previous unreleased version: provide gtest source files (Closes: #631825)
-- Christoph Schmidt-Hieber <christsc@gmx.de> Tue, 30 Aug 2011 22:55:12 +0000
stimfit (0.10.17-1maverick1) maverick; urgency=low
* Do not redirect Python stdio to separate Window (Closes: #639672)
* From previous unreleased version: provide gtest source files (Closes: #631825)
-- Christoph Schmidt-Hieber <christsc@gmx.de> Tue, 30 Aug 2011 22:53:32 +0000
stimfit (0.10.17-1lucid2) lucid; urgency=low
* Added source package
-- Christoph Schmidt-Hieber <christsc@gmx.de> Tue, 30 Aug 2011 22:47:50 +0000
stimfit (0.10.17-1lucid1) lucid; urgency=low
* Do not redirect Python stdio to separate Window (Closes: #639672)
* From previous unreleased version: provide gtest source files (Closes: #631825)
-- Christoph Schmidt-Hieber <christsc@gmx.de> Tue, 30 Aug 2011 22:38:59 +0000
stimfit (0.10.17-1) UNRELEASED; urgency=low
* Do not redirect Python stdio to separate Window (Closes: #639672)
* From previous unreleased version: provide gtest source files (Closes: #631825)
-- Christoph Schmidt-Hieber <christsc@gmx.de> Tue, 30 Aug 2011 18:17:57 +0000
stimfit (0.10.16-1ubuntu3) natty; urgency=low
* Provide gtest source files (Closes: #631825)
* File series conversion implemented by Jose Guzman
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sun, 24 Jul 2011 19:13:35 +0000
stimfit (0.10.16-1ubuntu2) maverick; urgency=low
* Provide gtest source files (Closes: #631825)
* File series conversion implemented by Jose Guzman
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sun, 24 Jul 2011 19:10:52 +0000
stimfit (0.10.16-1ubuntu1) lucid; urgency=low
* Provide gtest source files (Closes: #631825)
* File series conversion implemented by Jose Guzman
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sun, 24 Jul 2011 19:04:50 +0000
stimfit (0.10.16-1) UNRELEASED; urgency=low
* Provide gtest source files (Closes: #631825)
* File series conversion implemented by Jose Guzman
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sun, 24 Jul 2011 16:59:56 +0000
stimfit (0.10.15-0ubuntu3) lucid; urgency=low
* Igor file export
-- Christoph Schmidt-Hieber <christsc@gmx.de> Tue, 24 May 2011 23:42:50 +0000
stimfit (0.10.15-0ubuntu2) maverick; urgency=low
* Igor file export
-- Christoph Schmidt-Hieber <christsc@gmx.de> Tue, 24 May 2011 22:36:01 +0000
stimfit (0.10.15-0ubuntu1) natty; urgency=low
* Igor file export
-- Christoph Schmidt-Hieber <christsc@gmx.de> Tue, 24 May 2011 22:45:06 +0000
stimfit (0.10.14-0ubuntu1) lucid; urgency=low
* Use unified menu on GTK to resolve problems with Unity
and gnome-global-menu applet
* Started support for viewing all channels
-- Christoph Schmidt-Hieber <christsc@gmx.de> Mon, 11 Apr 2011 14:56:55 +0000
stimfit (0.10.13-1ubuntu5) natty; urgency=low
* Added scaling support to levmar
* Fixed a bug in HEKA file reading library
* Reversioned because of source change
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sat, 02 Apr 2011 14:03:45 +0000
stimfit (0.10.13-1ubuntu4) maverick; urgency=low
* Added scaling support to levmar
* Fixed a bug in HEKA file reading library
* Reversioned because of source change
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sat, 02 Apr 2011 13:57:48 +0000
stimfit (0.10.13-1ubuntu3) natty; urgency=low
* Added scaling support to levmar
* Fixed a bug in HEKA file reading library
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sat, 02 Apr 2011 13:27:16 +0000
stimfit (0.10.13-1ubuntu2) maverick; urgency=low
* Added scaling support to levmar
* Fixed a bug in HEKA file reading library
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sat, 02 Apr 2011 13:21:56 +0000
stimfit (0.10.13-1ubuntu1) lucid; urgency=low
* Added scaling support to levmar
* Fixed a bug in HEKA file reading library
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sat, 02 Apr 2011 12:45:43 +0000
stimfit (0.10.13-1) unstable; urgency=low
* Added scaling support to levmar
* Fixed a bug in HEKA file reading library
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sat, 02 Apr 2011 12:33:21 +0000
stimfit (0.10.12-3) unstable; urgency=low
* Fixed time stamp for Debian.
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sat, 26 Feb 2011 12:27:04 +0000
stimfit (0.10.12-2) unstable; urgency=low
* Fixed version number for Debian.
-- Christoph Schmidt-Hieber <christsc@gmx.de> Wed, 23 Feb 2011 21:10:56 +0000
stimfit (0.10.12-1) UNRELEASED; urgency=low
* Fixed gtest build on sid.
-- Christoph Schmidt-Hieber <christsc@gmx.de> Wed, 23 Feb 2011 21:10:56 +0000
stimfit (0.10.12-1ubuntu1) natty; urgency=low
* Fixed gtest build on natty.
-- Christoph Schmidt-Hieber <christsc@gmx.de> Wed, 23 Feb 2011 15:36:31 +0000
stimfit (0.10.11-1ubuntu5) natty; urgency=low
* Resolved some dependency problems in Python module.
-- Christoph Schmidt-Hieber <christsc@gmx.de> Wed, 23 Feb 2011 14:55:59 +0000
stimfit (0.10.11-1ubuntu4) maverick; urgency=low
* Resolved some dependency problems in Python module.
-- Christoph Schmidt-Hieber <christsc@gmx.de> Wed, 23 Feb 2011 14:39:29 +0000
stimfit (0.10.11-1ubuntu3) natty; urgency=low
* Resolved some dependency problems in Python module.
-- Christoph Schmidt-Hieber <christsc@gmx.de> Wed, 23 Feb 2011 14:08:14 +0000
stimfit (0.10.11-1ubuntu2) maverick; urgency=low
* Resolved some dependency problems in Python module.
-- Christoph Schmidt-Hieber <christsc@gmx.de> Wed, 23 Feb 2011 14:06:39 +0000
stimfit (0.10.11-1ubuntu1) lucid; urgency=low
* Resolved some dependency problems in Python module.
-- Christoph Schmidt-Hieber <christsc@gmx.de> Wed, 23 Feb 2011 13:53:47 +0000
stimfit (0.10.11-1) unstable; urgency=low
* Resolved some dependency problems in Python module.
-- Christoph Schmidt-Hieber <christsc@gmx.de> Tue, 22 Feb 2011 20:12:18 +0000
stimfit (0.10.10-1ubuntu1) lucid; urgency=low
* Failed upload required yet another reversioning...
-- Christoph Schmidt-Hieber <christsc@gmx.de> Thu, 08 Feb 2011 18:11:03 +0000
stimfit (0.10.9-1ubuntu3) lucid; urgency=low
* Failed upload required reversioning
-- Christoph Schmidt-Hieber <christsc@gmx.de> Thu, 08 Feb 2011 17:54:56 +0000
stimfit (0.10.9-1ubuntu2) lucid; urgency=low
* Moved Python files from dist-packages to private directory
(/usr/lib/stimfit) to comply with debian packaging rules.
* Minimal unit testing during build.
-- Christoph Schmidt-Hieber <christsc@gmx.de> Thu, 08 Feb 2011 17:34:09 +0000
stimfit (0.10.9-1ubuntu1) maverick; urgency=low
* Moved Python files from dist-packages to private directory
(/usr/lib/stimfit) to comply with debian packaging rules.
* Minimal unit testing during build.
-- Christoph Schmidt-Hieber <christsc@gmx.de> Thu, 08 Feb 2011 17:31:57 +0000
stimfit (0.10.9-1) unstable; urgency=low
* Moved Python files from dist-packages to private directory
(/usr/lib/stimfit) to comply with debian packaging rules.
* Minimal unit testing during build.
* Initial Debian release (Closes: #612375)
* Upload sponsored by Yaroslav Halchenko <debian@onerussian.com>
-- Christoph Schmidt-Hieber <christsc@gmx.de> Thu, 08 Feb 2011 16:23:29 +0000
stimfit (0.10.8-0ubuntu2) lucid; urgency=low
* Increased matplotlib compatibility
* Started to replace printing and graphics export
functions using matplotlib as the backend
-- Christoph Schmidt-Hieber <christsc@gmx.de> Thu, 05 Feb 2011 19:44:35 +0000
stimfit (0.10.8-0ubuntu1) maverick; urgency=low
* Increased matplotlib compatibility
* Started to replace printing and graphics export
functions using matplotlib as the backend
-- Christoph Schmidt-Hieber <christsc@gmx.de> Thu, 05 Feb 2011 19:19:41 +0000
stimfit (0.10.7-0ubuntu2) lucid; urgency=low
* Fixed "Apply scaling to all windows"
-- Christoph Schmidt-Hieber <christsc@gmx.de> Mon, 31 Jan 2011 11:00:55 +0000
stimfit (0.10.7-0ubuntu1) maverick; urgency=low
* Fixed "Apply scaling to all windows"
-- Christoph Schmidt-Hieber <christsc@gmx.de> Thu, 27 Jan 2011 17:12:21 +0000
stimfit (0.10.6-0ubuntu2) lucid; urgency=low
* Fixed a bug when accessing files from the Python shell.
-- Christoph Schmidt-Hieber <christsc@gmx.de> Thu, 27 Jan 2011 17:12:21 +0000
stimfit (0.10.6-0ubuntu1) maverick; urgency=low
* Fixed a bug when accessing files from the Python shell.
-- Christoph Schmidt-Hieber <christsc@gmx.de> Thu, 27 Jan 2011 17:12:21 +0000
stimfit (0.10.5-0ubuntu5) lucid; urgency=low
* Reversioned for lucid.
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sun, 23 Jan 2011 16:32:52 +0000
stimfit (0.10.5-0ubuntu4) lucid; urgency=low
* Initial release for lucid (10.04).
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sun, 23 Jan 2011 16:24:41 +0000
stimfit (0.10.5-0ubuntu4) maverick; urgency=low
* Added build-arch to debian rules.
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sun, 23 Jan 2011 15:53:17 +0000
stimfit (0.10.5-0ubuntu3) maverick; urgency=low
* Added source to upload.
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sun, 23 Jan 2011 15:04:35 +0000
stimfit (0.10.5-0ubuntu2) maverick; urgency=low
* Uploaded to wrong ppa.
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sun, 23 Jan 2011 15:04:35 +0000
stimfit (0.10.5-0ubuntu1) maverick; urgency=low
* Initial release.
-- Christoph Schmidt-Hieber <christsc@gmx.de> Sat, 22 Jan 2011 20:06:14 +0000
|