File: Changes

package info (click to toggle)
libpdl-graphics-simple-perl 1.016-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 268 kB
  • sloc: perl: 1,915; makefile: 2
file content (60 lines) | stat: -rw-r--r-- 1,600 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
1.016 2025-01-16
- fix licence

1.015 2024-10-28
- tests report versions of underlying graphics engines

1.014 2024-10-25
- exception when oplot in multiplot mode
- oplot now leaves {x,y}range alone

1.013 2024-09-24
- adjust tests to avoid spurious "UNKNOWN" results

1.012 2024-09-21
- add "contours", "fits", "polylines" plot types

1.011 2024-04-22
- P{GPLOT,Lplot} to read devices using proper API not subprocesses
- if PDL_SIMPLE_ENGINE in ENV, use ONLY that if engine unspecified
- each driver module now publishes which $P:G:S::API_VERSION it conforms to
- PGS::register takes hashref instead of magic var in driver namespace
- loading driver module not eval-ed
- PDL_SIMPLE_DEVICE in env replaces driver guessing
- PDL_SIMPLE_OUTPUT in env overrides input parameters

1.010 2024-03-24
- fix PGPLOT to read devices correctly

1.009 2023-01-28
- Prima driver now working again - thanks @dk

1.008 2022-12-29
- fix precedence error in PDL::Graphics::Simple::PGPLOT

1.007 2021-08-17
- tests will skip_all if no engines installed to minimise false negatives

1.006 2021-08-16
- in ::PGPLOT, can set PGPLOT_DEV in env to override for "interactive" so automated tests don't hang
- in ::PLplot and ::Gnuplot add Qt devices

1.005 2013-03-25
- require PGG >= 1.5 for Gnuplot to work
- use newer curve option style
- justify images by default; document sepiatone behavior

1.004 2013-03-21
- autojustify images

1.003 2013-03-20
- Fix tests for smoker compatibility

1.002 2013-03-20
- window name, default to inches

1.001 2013-03-20
- Include Prima support

1.000 2013-03-14
- initial CPAN release