File: changelog

package info (click to toggle)
python-meshplex 0.17.1-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 668 kB
  • sloc: python: 3,626; makefile: 13
file content (188 lines) | stat: -rw-r--r-- 6,385 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
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
python-meshplex (0.17.1-5) unstable; urgency=medium

  * debian patch numpy_deprecated.patch replaces deprecated np.Inf
    with np.inf.
  * Standards-Version: 4.7.2

 -- Drew Parsons <dparsons@debian.org>  Wed, 07 May 2025 01:36:04 +0200

python-meshplex (0.17.1-4) unstable; urgency=medium

  * Team upload.
  * Add disable-test-remove-cells-boundary.patch. Closes: #1081876.

 -- Santiago Vila <sanvila@debian.org>  Mon, 25 Nov 2024 21:40:00 +0100

python-meshplex (0.17.1-3) unstable; urgency=medium

  * debian/tests: run tests over all supported python versions
  * Standards-Version: 4.6.2

 -- Drew Parsons <dparsons@debian.org>  Tue, 02 Apr 2024 18:05:30 +0200

python-meshplex (0.17.1-2) unstable; urgency=medium

  * drop upper versioned dependency on python3-meshio.
    Tests pass fine with meshio 7.
  * Standards-Version: 4.6.1

 -- Drew Parsons <dparsons@debian.org>  Sun, 12 Jun 2022 22:54:39 +0200

python-meshplex (0.17.1-1) unstable; urgency=medium

  * New upstream release.

 -- Drew Parsons <dparsons@debian.org>  Thu, 03 Mar 2022 15:23:24 +0100

python-meshplex (0.17.0-2) unstable; urgency=medium

  * python3-meshplex Depends: python3-scipy (used by MeshTri)

 -- Drew Parsons <dparsons@debian.org>  Wed, 26 Jan 2022 18:05:18 +0100

python-meshplex (0.17.0-1) unstable; urgency=medium

  * New upstream release.
    - deprecates debian patch test_no_exdown.patch
    - test dir updated to "tests"
    - Build-Depends: python3-npx, python3-numpy (>= 1.20.0~)
    - bumps upper Build-Depends: python3-meshio (<< 6).
      Closes: #998577.
  * update debian/README.source
    - upstream tags no longer prefixed with v
  * don't patch mathjax references if there aren't any.
    Remove forkme*.png privacy handling in docs.
    Closes: #997756.
  * Standards-Version: 4.6.0
  * use default python build for docs
  * don't link meshes for dh_auto_test (test/meshes already copied)
  * drop debian patch test_io_dmsh_not_meshzoo.patch
    - Build-Depends: python3-meshzoo. Also debian/test Depends.
    - drop Build-Depends: python3-dmsh. Also for debian/test.
  * add debian patch test_relax_tolerance.patch to relax tolerances in
    test_mesh_tri.py
  * clean autogenerated src/meshplex.egg-info
  * build docs after dh_auto_build-indep instead of override_
  * debian patch docs_local_mathjax.patch uses local libjs-mathjax
    for docs. Closes: #997756.
  * Build-Depends: pybuild-plugin-pyproject, flit
    - drop debian patch setup_python.patch

 -- Drew Parsons <dparsons@debian.org>  Wed, 26 Jan 2022 13:18:57 +0100

python-meshplex (0.15.13-1) unstable; urgency=medium

  * New upstream release
    - fixes edge flips

 -- Drew Parsons <dparsons@debian.org>  Tue, 16 Mar 2021 11:41:20 +0100

python-meshplex (0.15.12-1) unstable; urgency=medium

  * New upstream release.

 -- Drew Parsons <dparsons@debian.org>  Mon, 01 Mar 2021 17:52:32 +0100

python-meshplex (0.15.8-1) unstable; urgency=medium

  * New upstream release.

 -- Drew Parsons <dparsons@debian.org>  Mon, 15 Feb 2021 23:48:46 +0100

python-meshplex (0.15.7-1) unstable; urgency=medium

  * New upstream release.
    - applies debian patch test_mesh_tri_skip_uint32.patch

 -- Drew Parsons <dparsons@debian.org>  Fri, 08 Jan 2021 00:27:48 +1100

python-meshplex (0.15.5-2) unstable; urgency=medium

  * debian patch test_mesh_tri_skip_uint32.patch skips
    test_unit_triangle[uint32] on 32-bit systems
    (gets cast to int32 which is not safe)

 -- Drew Parsons <dparsons@debian.org>  Wed, 09 Dec 2020 09:22:48 +0800

python-meshplex (0.15.5-1) unstable; urgency=medium

  * New upstream release
    - fixes 32-bit and edge tests. Closes: #975470.
  * Build-Depends: python3-pytest to run build-time tests
    - skip test_io at build-time since it's patched to use dmsh

 -- Drew Parsons <dparsons@debian.org>  Tue, 08 Dec 2020 23:02:16 +0800

python-meshplex (0.15.4-1) unstable; urgency=medium

  * new upstream release
    - fixes 32-bit tests: drop debian patches skip_flip_i386.patch and
      test_mesh_tri_32bit.patch
  * python3-meshplex Breaks: python-dmsh (<< 0.2.9)

 -- Drew Parsons <dparsons@debian.org>  Mon, 07 Dec 2020 18:47:55 +0800

python-meshplex (0.15.3-3) unstable; urgency=medium

  * debian/tests versioned Depends: python3-dmsh (>= 0.2.9~)

 -- Drew Parsons <dparsons@debian.org>  Tue, 24 Nov 2020 13:25:08 +0800

python-meshplex (0.15.3-2) unstable; urgency=medium

  * debian patch test_mesh_tri_32bit.patch uses numpy.int32 with
    test_unit_triangle on 32-bit systems, not numpy.int64.
    Addresses: #975470.

 -- Drew Parsons <dparsons@debian.org>  Mon, 23 Nov 2020 14:23:24 +0800

python-meshplex (0.15.3-1) unstable; urgency=medium

  * New upstream release.
  * Standards-Version: 4.5.1

 -- Drew Parsons <dparsons@debian.org>  Wed, 18 Nov 2020 18:37:11 +0800

python-meshplex (0.15.2-1) unstable; urgency=medium

  * New upstream release.

 -- Drew Parsons <dparsons@debian.org>  Thu, 12 Nov 2020 23:23:58 +0800

python-meshplex (0.14.0-1) unstable; urgency=medium

  * New upstream release.
  * debian patch test_no_exdown.patch skips test_readme.py, since the
    exdown module is not available.

 -- Drew Parsons <dparsons@debian.org>  Mon, 09 Nov 2020 00:48:12 +0800

python-meshplex (0.13.4-2) unstable; urgency=medium

  * debian patch skip_flip_i386.patch skips test_flip_two_edges in
    mesh_tri_test.py on i386 (buggy on i386). See upstream Issue #78.
  * mark python-meshplex-doc as Multi-Arch: foreign

 -- Drew Parsons <dparsons@debian.org>  Sat, 24 Oct 2020 16:18:39 +0800

python-meshplex (0.13.4-1) unstable; urgency=medium

  * New upstream release.
  * python3-meshplex Suggests: python-meshplex-doc

 -- Drew Parsons <dparsons@debian.org>  Sun, 18 Oct 2020 00:06:34 +0800

python-meshplex (0.13.2+git-1) unstable; urgency=medium

  * Initial release (Closes: #968844)
  * add debian patches
    - setup_python.patch adds setup.py to build the package
      (pybuild is not smart enough to handle pyproject.toml)
    - test_io_dmsh_not_meshzoo.patch uses dmsh instead of meshzoo to
      construct test rectangle (meshzoo is not available).
  * debian/README.source documents how to access upstream LFS objects
    when importing upstream source tarballs.
  * list LFS files in debian/source/include-binaries
  * forkme*.png image for docs is installed locally

 -- Drew Parsons <dparsons@debian.org>  Sun, 23 Aug 2020 17:22:30 +0800