File: changelog

package info (click to toggle)
nibabel 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 66,580 kB
  • ctags: 3,973
  • sloc: python: 34,788; makefile: 272; ansic: 202; sh: 73
file content (153 lines) | stat: -rw-r--r-- 5,046 bytes parent folder | download
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
nibabel (2.1.0-1) unstable; urgency=medium

  * Fresh upstream release
  * debian/control
    - python-numpydoc into build-depends
    - boosted policy to 3.9.8
    - python{,3}-mock to Build-Depends/Recommends for tests
  * debian/rules
    - use installed scripts (with corrected shebang) while generating manpages
    - export MPLCONFIGDIR to point to writable local directory

 -- Yaroslav Halchenko <debian@onerussian.com>  Fri, 26 Aug 2016 22:41:53 -0400

nibabel (2.0.2-2) unstable; urgency=medium

  * debian/tests/control: needs python3-nibabel for testing itself

 -- Yaroslav Halchenko <debian@onerussian.com>  Mon, 30 Nov 2015 09:28:09 -0500

nibabel (2.0.2-1) unstable; urgency=medium

  * Fresh upstream bugfix release
  * debian/tests - provided ADT tests based on RFed to be used without
    modifications runner from patsy

 -- Yaroslav Halchenko <debian@onerussian.com>  Mon, 23 Nov 2015 19:17:48 -0500

nibabel (2.0.1-3) unstable; urgency=medium

  * debian/patches
    - changeset_ea65e90a97fc8c9929b6a93d6c5657111489573b.diff
      cherry-picked from upstream to resolve issues with Python 3.5 doctest
      machinery which lead to FTBFS whenever optional pydicom wasn't avail
      (Closes: #802408)
    - deb_localmathjax
      to use locally available mathjax

 -- Yaroslav Halchenko <debian@onerussian.com>  Mon, 02 Nov 2015 11:08:23 -0500

nibabel (2.0.1-2) unstable; urgency=medium

  * Remove installed scripts before running install again.  Should
    really close #784697

 -- Yaroslav Halchenko <debian@onerussian.com>  Mon, 24 Aug 2015 21:40:38 -0400

nibabel (2.0.1-1) unstable; urgency=medium

  * Fresh upstream release
  * debian/rules
    - First install for python3 and then for python2 to get correct
      shebang in nib-ls (Closes: #784697)

 -- Yaroslav Halchenko <debian@onerussian.com>  Sun, 28 Jun 2015 01:06:52 -0400

nibabel (2.0.0-1) experimental; urgency=medium

  * New upstream release with lots of cool new features, which has minor
    API breakage
  * debian/watch
    - fixed up for github
  * debian/control
    - build-depend and depend for -doc package on mathjax.  There is nothing
      else we could do to make sphinx generate docs to use system-wide avail
      mathjax
    - policy boost to 3.9.6

 -- Yaroslav Halchenko <debian@onerussian.com>  Tue, 09 Dec 2014 18:42:38 -0500

nibabel (1.3.0+git476-g3ca7b94-1) neurodebian-devel; urgency=medium

  * New snapshot from 1.3.0-466-g27e4feb in preparation to new upstream
    release.
  * debian/control
    - added python-six and python-matplotlib (for documentation) to
      build-depends
  * debian/{control,rules}
    - drop pysupport in favor of dh*_python
    - add python3-nibabel

 -- Yaroslav Halchenko <debian@onerussian.com>  Tue, 05 Aug 2014 14:08:14 -0400

nibabel (1.3.0-2) sid; urgency=medium

  * Upload to sid (the freeze is long over ;))
  * debian/control
    - boosted policy to 3.9.5

 -- Yaroslav Halchenko <debian@onerussian.com>  Thu, 20 Mar 2014 21:08:09 -0400

nibabel (1.3.0-1) experimental; urgency=low

  * New upstream release

 -- Yaroslav Halchenko <debian@onerussian.com>  Tue, 11 Sep 2012 18:04:46 -0400

nibabel (1.2.2-1) unstable; urgency=low

  * New upstream bugfix release
    - addresses import and test failures on power7 (powerpc) causing FTBFS of
      nipy.

 -- Yaroslav Halchenko <debian@onerussian.com>  Wed, 27 Jun 2012 14:52:08 -0400

nibabel (1.2.1-1) unstable; urgency=low

  * New upstream bugfix release
    - new tools (nib-dicomfs, nib-nifti-dx)

 -- Yaroslav Halchenko <debian@onerussian.com>  Thu, 14 Jun 2012 00:15:09 -0400

nibabel (1.2.0-1) unstable; urgency=low

  * New upstream release: bugfixes, support for new formats
    (Freesurfer, ECAT, etc), nib-ls tool.
  * debian/copyright
    - corrected reference to the format specs
    - points to github's repository as the origin of sources
    - removed lightunit license/copyright -- removed upstream
    - added netcdf module license/copyright terms
  * debian/control
    - added python-fuse to Recommends and Build-Depends for dicomfs
    - boosted policy compliance to 3.9.3 (no further changes)
  * debian/watch
    - adjusted to download numbered tag

 -- Yaroslav Halchenko <debian@onerussian.com>  Sun, 06 May 2012 12:58:22 -0400

nibabel (1.1.0-1) unstable; urgency=low

  * New upstream release: better gifti and trackvis support, bugfixes.

 -- Yaroslav Halchenko <debian@onerussian.com>  Wed, 04 May 2011 16:44:55 -0400

nibabel (1.0.2-1) unstable; urgency=low

  * Fresh bugfix upstream release
  * debian/copyright:
    - changes to confirm to DEP5 rev 174
    - added myself
    - updated years
  * debian/control:
    - boosted policy compliance to 3.9.2 (no changes)
    - purged DM-Upload-Allowed (no need any more)
    - slight tune up of the long description

 -- Yaroslav Halchenko <debian@onerussian.com>  Thu, 28 Apr 2011 10:27:22 -0400

nibabel (1.0.0-1) unstable; urgency=low

  * Initial release (Closes: #600275).

 -- Michael Hanke <michael.hanke@gmail.com>  Fri, 15 Oct 2010 08:20:14 -0400