-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathChanges
187 lines (97 loc) · 3.82 KB
/
Changes
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
0.19 Aug 19 2024
0.18 Feb 28, 2023
Fixes to build for distro
0.17 Feb 27, 2023
Convert to EUMM
0.16 Jan 16, 2023
Added pictures to the docs
0.15 Dec 24, 2022
* Dmitry Karasik takes over the project.
- Compile with latest Prima
- Update links
- Switch from Travis CI to Github Actions
- Run tests without X11
0.14_01 MTH XX, 2022
0.14 Feb 13, 2022
[ENHANCEMENTS]
* Now includes a real test! t/10 uses the Prima/Perl interface and the
pdl interface to draw what should be identical things---lines of
various colors. It then performs a pixel-by-pixel comparison to make
sure you get the exact same result. Much more needs to be written
but now at least I have the template.
[DEPENDENCIES]
* Bumped required verson of PDL to v2.037. Should have done this with the
release of v0.13, but that was a bit hasty. Oops. This is the required
minimum version mostly because some versions of PDL earlier than
v2.037 made changes to PDL::PP that broke the compilation of this
distribution. The changes to PDL::PP were fixed with v2.037.
[BUG FIXES]
* Fixed a minor bug that caused PDL::Drawing::Prima::Utils to not compile
on some platforms. Should have used pp_line_numbers, but rolled my own
in a few spots for some reason.
0.13 Feb 09, 2022
[BUG FIXES]
* Prima changed fillWinding to fillMode, which required a change to
PDL::Drawing::Prima's interface. Thanks to dk for this fix!
[DEPENDENCIES]
* Bumped required verson of Prima to 1.57
0.12 Aug 01, 2016
[BUG FIXES]
* PDL::PP now requires a call to pp_done, which was missing in Utils
0.11 Nov 07, 2015
[BUG FIXES]
* Fixed backwards-compatible support code, which wasn't actually fully
backwards compatible as written.
* Update Build.PL to work with newest PDL.
[DEVELOPMENT]
* Added Travis support for github repository
0.10 Oct 28, 2013
[ENHANCEMENTS]
* Added backwards-compatible support for PDL v2.007.
* Hacked an improved symbol drawing for crosses and triangles. It sometimes
happened that the bottom leg of a cross symbol wasn't straight down due to
rounding a floating-point number that is slightly less than the integer it
was supposed to be. This hack makes it work slightly better, though an even
better algorithm would be preferred.
* Added a Changes file.
* Revised PDL::Drawing::Prima::Utils::minmaxforpair() to use standard
functions in math.h for determining whether a value is finite or not.
[BUG FIXES]
* Fixed corner-case in PDL::Drawing::Prima::Utils::hsv_to_rgb.
0.09 Jan 4, 2013
[BUG FIXES]
* Fixed Build.PL's linking; now should work on Cygin and Strawberry.
0.08 Sep 9, 2012
[BUG FIXES]
* Fixed Windows runtime link error.
[DEPENDENCIES]
* Bumped required verson of Prima to 1.35
0.07 Aug 6, 2012
[API CHANGES]
* Deprecated PDL::Drawing::Prima::pdl_of_handles_for()
[DIFFERENT BEHAVIOR]
* Drawing operations are now atomic!! Now, when you call pdl-based drawing
function on a Prima drawable, the drawable's state will be restored to its
original state before the function returns.
[ENHANCEMENTS]
* Documentation for the properties supported by a drawing operation are now
guaranteed to be correct because they are extracted directly from the
documentation.
[DEPENDENCIES]
* Added minimum version for Module::Build (0.28)
* Bumped minimum version for PDL to 2.4.10
* Added runtime Prima version check
[NEW FEATURES]
* Added fillPattern property to applicable drawing functions.
0.06 Jul 12, 2012
XXX WORKING HERE
0.05 Jul 6, 2012
XXX WORKING HERE
0.04 Jul 5, 2012
XXX WORKING HERE
0.03 Jun 25, 2012
XXX WORKING HERE
0.02 Mar 15, 2012
XXX WORKING HERE
0.01 Feb 26, 2012
XXX WORKING HERE