|
| 1 | +python3-blitzortung (1.8) unstable; urgency=low |
| 2 | + |
| 3 | + * prepare for PyPy usage |
| 4 | + * update dependencies |
| 5 | + |
| 6 | + -- Andreas Wuerl <blitzortung@tryb.de> Sat, 18 Mar 2023 12:20:34 +0100 |
| 7 | + |
| 8 | +python3-blitzortung (1.7.1) unstable; urgency=low |
| 9 | + |
| 10 | + * remove outdated dependencies |
| 11 | + |
| 12 | + -- Andreas Wuerl <blitzortung@tryb.de> Fri, 22 Jul 2022 20:41:21 +0200 |
| 13 | + |
| 14 | +python3-blitzortung (1.7.0) unstable; urgency=low |
| 15 | + |
| 16 | + * update to Python 3 |
| 17 | + |
| 18 | + -- Andreas Wuerl <blitzortung@tryb.de> Mon, 24 Jun 2019 21:57:32 +0200 |
| 19 | + |
| 20 | +python-blitzortung (1.6.0) unstable; urgency=low |
| 21 | + |
| 22 | + * remove pandas dependency |
| 23 | + |
| 24 | + -- Andreas Wuerl <blitzortung@tryb.de> Wed, 29 Jun 2016 21:01:02 +0200 |
| 25 | + |
| 26 | +python-blitzortung (1.5.0) unstable; urgency=low |
| 27 | + |
| 28 | + * use python properties instead of getters (this will break compatibility to earlier versions) |
| 29 | + * speed improvements |
| 30 | + |
| 31 | + -- Andreas Wuerl <blitzortung@tryb.de> Sun, 09 Aug 2015 10:36:12 +0200 |
| 32 | + |
| 33 | +python-blitzortung (1.4.0) unstable; urgency=low |
| 34 | + |
| 35 | + * speed optimizations |
| 36 | + * db module refactoring |
| 37 | + * new structure |
| 38 | + * query builder parameters as keyword args |
| 39 | + * strike clustering |
| 40 | + |
| 41 | + -- Andreas Wuerl <blitzortung@tryb.de> Mon, 01 Sep 2014 21:12:35 +0200 |
| 42 | + |
| 43 | +python-blitzortung (1.3.0) unstable; urgency=low |
| 44 | + |
| 45 | + * refactored and adapted blitzortung data import to new format |
| 46 | + * split up db classes |
| 47 | + * added time interval generator |
| 48 | + * removed obsolete code |
| 49 | + * renamed stroke to strike |
| 50 | + * python 3 compatibility |
| 51 | + * improved stroke select performance |
| 52 | + |
| 53 | + -- Andreas Wuerl <blitzortung@tryb.de> Mon, 11 Aug 2014 20:27:23 +0200 |
| 54 | + |
| 55 | +python-blitzortung (1.2.0) unstable; urgency=low |
| 56 | + |
| 57 | + * added cache module for object caching |
| 58 | + |
| 59 | + -- Andreas Würl <blitzortung@tryb.de> Sat, 29 Jun 2013 22:42:36 +0200 |
| 60 | + |
| 61 | +python-blitzortung (1.1.0) unstable; urgency=low |
| 62 | + |
| 63 | + * added calc module with functions for strike location |
| 64 | + * added global dependency injection |
| 65 | + * refactored package interplay |
| 66 | + * clean up of builder and data |
| 67 | + * replace timestamp handling by pandas.Timestamp which is aware of nanoseconds |
| 68 | + * better builder and raw file integration |
| 69 | + |
| 70 | + -- Andreas Würl <blitzortung@tryb.de> Thu, 14 Nov 2012 23:41:12 +0100 |
| 71 | + |
| 72 | +python-blitzortung (1.0.0) unstable; urgency=low |
| 73 | + |
| 74 | + * use better error handling of urllib2 |
| 75 | + * added reducedArray output format for raster data |
| 76 | + * adapted to tracker 1.0.2 renamed files |
| 77 | + * removed plotting stuff |
| 78 | + * improved code style |
| 79 | + * added tests |
| 80 | + |
| 81 | + -- Andreas Würl <blitzortung@tryb.de> Thu, 23 Aug 2012 21:06:33 +0200 |
| 82 | + |
| 83 | +python-blitzortung (0.9.6) unstable; urgency=low |
| 84 | + |
| 85 | + * Initial Release. |
| 86 | + * added Builder Classes |
| 87 | + * added Unittests |
| 88 | + * added StationsOffline Db-Table |
| 89 | + |
| 90 | + -- Andreas Würl <blitzortung@tryb.de> Fri, 23 Mar 2012 11:06:33 +0100 |
0 commit comments