per update request from Wen Heping by PR#42755.
Pkgsrc changes:
* Set LICENSE
* correct EOL style of installed files
* Add self-test target
Changes:
--0.14--
Released February 5, 2010
General changes:
* Fully separated the code into "low-level" and "high-level", permitting the
use of alternative contexts (the mpmath.mp object provides the default
implementation)
* Implemented a context for fast double-precision arithmetic using Python
types (mpmath.fp)
* Implemented hooks for importing a faster version of mp arithmetic from Sage
* Implemented optimized fp versions of certain functions (including erf, erfc,
gamma, digamma, ei, e1)
* Renamed and reorganized various internal modules and methods (including
merging low-level modules into mpmath.libmp). This should not affect most
external code using top-level imports.
Plotting:
* Implemented splot() for 3D surface plots (contributed by Jorn Baayen)
* Permit calling plot functions with custom axes (contributed by Jorn Baayen)
Matrices:
* Fixed lu_solve for overdetermined systems (contributed by Vinzent Steinberg)
* Added conjugate matrix transpose (contributed by Vinzent Steinberg)
* Implemented matrix functions (expm, cosm, sinm, sqrtm, logm, powm)
Miscellaneous:
* Prettier printing of numbers with leading zeros at small precisions
* Made nstr pass on kwargs, permitting more formatting options
* Fixed wrong directed rounding of addition of numbers with large magnitude
differences
* Fixed several docstring typos (contributed by Chris Smith)
* Fixed a bug that prevented caching of quadrature nodes to work optimally.
Special functions:
* Implemented fast evaluation for large imaginary heights of the Riemann zeta
function, Z function and derived functions using the Riemann-Siegel
(contributed by Juan Arias de Reyna)
* Unified the zeta() and hurwitz() functions, automatically selecting a fast
algorithm
* Improved altzeta() to fall back to zeta() for large arguments
* Fixed accuracy of zeta(s) for s ~= 1
* Implemented exact evaluation of Euler numbers (contributed by Juan Arias
de Reyna)
* Implemented numerical evaluation of Euler numbers and Euler polynomials
(eulernum(), eulerpoly())
* Fixed bernpoly() and eulerpoly() to compute accurate values for large
parameters
* Fixed accuracy problems for hypergeometric functions with large parameters
* Faster evaluation of hypergeometric series using on-the-fly code generation
* Optimized hypercomb to detect certain zero terms symbolically
* Removed the djtheta function (jtheta() accepts a derivative parameter)
* Implemented li(x, offset=True) to compute the offset logarithmic integral
* Fixed wrong branch in Lambert W function for certain complex inputs
* Implemented the reflection formula for the Barnes G-function,
superfactorials, hyperfactorials, permitting large arguments in the left
half-plane
* Implemented analytic continuation to |z| >= 1 for hypergeometric functions
pFq with p=q+1; added hyp3f2()
* Implemented Borel summation of divergent pFq functions with p > q+1
* Implemented automatic degree reduction of hypergeometric functions with
repeated parameters
* Added convenience functions expj(), expjpi()
* Use Mathematica's convention for the continuation of the Meijer G-function
* Added phase(), polar(), rect() functions for compatibility with the
Python 2.6 cmath module
* Implemented spherical harmonics (spherharm())
* Optimized ci(), si(), chi(), shi() for complex arguments by evaluating
them in terms of ei()
* Optimized hyp2f1 for z ~= -1
These files are regarded as basic for any TeX system, covering plain
TeX macros, Computer Modern fonts, and configuration for common
drivers; no LaTeX.
pkgsrc changes:
Rework AVRISP mkII stall workaround.
summary of upstream changes since 5.8:
- Fix problem with loading intel hex rom files that exceed 0x10000 bytes.
- Fix FreeBSD default serial port name.
- jtagmkII.c: If entering JTAG mode fails with a bad JTAG ID message,
retry with external reset applied (in case the target is in sleep
mode or has asserted the JTD bit).
- Fix build for GNU/kFreeBSD.
2.2.3
=====
add 'Q' icon in qiv-window
bring back scrollwheel functionality
Zoom in/out with left/right scroll and forward/back buttons
change loading of images from imlib2_loader to pixbuf_loader. Adds
support for additional file types, e.g., pcx, ico, svg, wmf and
better handling of transparency.
use gdk_pixbuf to autorotate with EXIF tags instead of libexif.
Resetting the image (pressing return) no longer destroys "transparency
checkboard"
Fix compilation issues with unusual linker defaults. Update solaris
Makefile.
new option to start with default rotation
2.2.2
=====
fix -x (root window needs colormap)
patch pango code to avoid garbled output of F1
fix wrong image size after autorotating
2.2.1
=====
recognize changed files, using --slideshow and --watch
sanitize infotextdisplay
check EXIF tags only after successful file loading
shuffle now implies not to sort filenames
fix autorotate with EXIF-tag
avoid crash calling qiv -x without argument
fix behaviour of "recursivedir" switch
added note in README and qiv.h explaining a problem of includes with
imlib2 up to v1.2
migrated notes in README from imlib1 to imlib2
migrated gdk_draw_text() to gdk_draw_layout(), fixing wrong display of
utf-8 filenames
2.2
===
migration from imlib1 to imlib2
2.1
===
removed obsoleted GDK_WA_WMCLASS
see http://library.gnome.org/devel/gdk/2.11/gdk-Windows.html#GdkWindowAttr
and http://developer.gimp.org/api/2.0/gtk/GtkWindow.html#gtk-window-set-wmclass
added patch from Debian gtk_includes.diff, closes: #456854
added patch from Debian cmdbuflen.diff, closes: #441401
added patch from Debian man_xscreensaver.diff
remove xscreensaver left overs from Makefiles
added autorotate patch (using libexif)
display initial autorotation in status bar, option "autorotate"
patch to detect image types using libmagic
added GDK_ENTER_NOTIFY_MASK|GDK_LEAVE_NOTIFY_MASK in image.c
removed TGA and XBM because not supported by imlib anymore
exit on unmapped mouse events
browse option -B, useful when launching qiv from a file manager
patch to prevent segfault on amd64
avoid wrapper, include "XLIB_SKIP_ARGB_VISUALS=1" in main.c
include README and README.TODO in debian package
README.TODO: fvwm style setting has to be for "therealqiv"
include Debian changes and package files:
renamed README.CHANGES to Changelog
added patch hide_therealqiv (for Debian Bug #326849)
added patch xmalloc (Debian Bug #383113)
added patch qiv-manpage-options (Debian Bug #383108)
don't recurse directories given on command line (better: use -u)
NOT added: no_background_opts (can't reproduce Debian Bug #351816)
added patch qiv-nosort
patch to reset bright/contrast/gamma hitting "o" (2006-06-29)
more comments and examples in qiv-command
option -X to set preferred xinerama screen
key "X" cycles through available xinerama screens
after 'X' window moves to the new screen right away
prefix "^" instead "0" for extended call of qiv-command
workaround-patch by Bart Martens
for problem with X composite extension
try keep image on the screen after zooming/rotating
fixed centering=off behaviour in fullscreen mode
fixed "magnifying glass" windowsize bug
fixed compiler warnings "differ in signedness"
fixed compiler warning "missing sentinel in function call"
bugfix: statusbar is redrawn after size changes and moves
"magnifying glass" patch (not perfect yet)
call of qiv-command with "0"-prefixed option
Added Patch by Christoph Wegscheider <cw@wegi.net> (new QIV Debian maintainer).
Now all free Keys can be used by qiv-command
Another Xinerama bugfix (statusbar: now displayed on the smaller screen if two are used)
new qiv-command feature:
if first output line is like "NEWNAME=xxxxxxx"
then qiv understands that the filename of the currently
displayed image has changed to this new name
(very useful when using qiv-command to rename files)
fix image position when zooming to avoid wild jumps
delete files from list if they cannot be loaded
display text popup after qiv-command not only in fullscreen mode
qiv_display_text_window: adjust minimum width of box
after qiv-command also check file size and ctime
avoid file overwrites in .qiv-select (NEEDS IMPROVING)
updated and added more examples to qiv-command
added small patch by Nick Clifton, setting WM_CLASS name to "qiv"
(attr.wmclass_name).
changed a-key/copy to real copy (no links anymore)
patch-bugfix by Christian Lademann
adden patch by Christian Lademann
now slideshow (-s) can also be combine with -x/y/z
added -F Patch by Martin Fiedler
now stdin can also be used..
Xinerama bugfix
small changes in delete-command
Closes PR pkg/40555.