[yorick] annotated tag upstream/2.2.04+dfsg created (now 5bd16ed)

Thibaut Jean-Claude Paumard thibaut at moszumanska.debian.org
Mon May 18 09:53:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

thibaut pushed a change to annotated tag upstream/2.2.04+dfsg
in repository yorick.

        at  5bd16ed   (tag)
   tagging  750371a6b7583f839f58d3c62336a279757c1382 (commit)
  replaces  upstream/2.2.02+dfsg
 tagged by  Thibaut Paumard
        on  Mon May 18 11:52:33 2015 +0200

- Log -----------------------------------------------------------------
Merged upstream release 2.2.04
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJVWbZ1AAoJEJOUU0jg3ChA9VoQAM3Pt9FkgiQTPIDGne+dctw1
1gADuZ2VzaTwWAzSzEKrhsQRoYyRUJgcvhp5IaceePG1VxKPJMZxjCMEvIgild9j
5DpZhnRLMpjLKR3K60ycud+qoTW3hm56b1agSSIcQxGXksrmwjJsb2Uhxup2jgN0
Gg1/+A/yxMcUlkJC3SMryP/IuNHR00n8+9mUMXzt9UH1CTMYQ725nGOKBWsUCC/P
eagrf/FuOc20qZUWpMervI8bzeIEcmjIFr6cuYRunMWX0dJz2N1DLsPqKjFdFvON
04m2SwtPNyIE37V6egt16E6Up5g/q2QAHz5eFIB59OCoHAhyqBXr4RUZSh9WG5jj
JpFPAeJOD2gKIcW1LnmTEBD9G7xeB5ULxEu2Ob95oUfNA7rRSIeU2hlEEvETCEMa
T+l6ryslbaYKJkSd8L7ewqi9EkxddZewm6ZLt+KfSEcPlG5FQqUy4L5MiT+ubKYK
fLpt2jW76jizieyYLPeNsP4X3IHCSvdQTHYZQoPHsxonnTt+c/hWO301bq6erZeF
oSLh75JEaG+qIY0YQUv2zDvAmnPAjFHd0jCyDvJ2LGJSDEX77uOKBbMR7IrdUGKv
zXn7NkwBx5+YdktNEGGZCTKXD3T93RiSJO2fZp2O3tKWIMyPq2MwMn4BcPLHs0wW
5B3ex3jxcXmqw5SAa1ql
=Kbb3
-----END PGP SIGNATURE-----

David H. Munro (4):
      win project compiles
      updated windows project files for msvc 2013
      working mfc version with visual studio 2013
      solution and project files for visual studio 2013

David Munro (3):
      fixed long standing bugs in hex tracker
      improve infinite loop detection in hex/store.c
      Merge pull request #14 from emmt/packed-colors

Thibaut Paumard (2):
      Merge tag 'y_2_2_03' into upstream
      Merge branch 'upstream-non-dfsg' into upstream

dhmunro (80):
      bump version to 2.2.02x
      add mp1_include function to mpy1.i, fix mp_exec to run with no MPI initialized
      fixed mp1_include
      fixed bug in pnm.i for width not divisible by 8, added maxcol>255 in raw files
      fixed tonum to handle numbers like "6e23" properly
      fix regress() to avoid gratuitous failure on zero degrees of freedom
      fixed broken hex_mesh2 in hex.i
      fix bug for multi-dimensionsional sigy= keyword to regress in regress.i
      updated regexp/yfnmatch.h BSD license
      added gray[a-d] to color DOCUMENT comment, plmk color= keyword
      fixed minor compiler warning in graph.c
      fixed blank string argument bug in funcdef reported by dnagle
      added feature to h_global in hydra.i to return list of valid names
      fix mpy_process_argv to make it no-op if invoked twice, fix bug in process_argv
      fixed startup logic so custom.i and idler invoked before here-document
      fixed mpy1.i so that mp_task can return function value
      added dbwhere function to provide simple calling stack traceback
      fixed save/restore bug for pointers in history files (thanks edw)
      fixed dbwhere to not SIGSEGV
      added ylm.i - spherical harmonics and Legendre polynomials
      fixed yapi.c:ypush_ptr to increment use counter properly
      added hsv2rgb.i, cmap.i with many new palettes, color map enhancements
      added lab2rgb.i and mshct to cmap, providing CIE conversions and maps
      repairs to cmap.i:mshct
      Added torgb.i torgb function, providing W3C/X11 color names.
      fixed text_csv to handle arbitrarily long output lines
      fixed emacs/yorick.el for emacs 24
      fixed bug in y_userobj_t on_extract pushes multiple items onto stack
      fixed slinks.c so that yorick starts properly when /etc is on PATH
      added spanarc function, spanarc.i
      changed yorick-auto.el pattern to \\.i\\', made indentation fix to yorick.el
      added dichromat.i, cie.i, and lrgb_clip in lab2rgb.i, more color space stuff
      added Bezier or rational Bezier curve computer in bezier.i
      refixed y_uo_extract to work with get_member, also handle a66b1c1 issue
      merge hex fixes to master
      fixed lab2rgb.i lab2rgb function to permit integer lab argument
      added d50_rgb2lab, d50_lab2rgb, d50_rgb2luv, d50_luv2rgb to lab2rgb.i
      changed cie.i:cie_d to optionally return D illuminant white points
      lab2rgb.i- replace d50_* functions by reference_white and white= keywords
      lab2rgb.i minor fixes to reference white features
      added seqct to cmap.i, fixed lrgb_gamma in lab2rgb.i:rgb_l2s
      fixed md5, sha1 so that e.g.- md5(indgen(9)) does not segfault
      fixed random_seed to be less subtlely wrong when invoked as a function
      fixes to hydra_xyz in hydra.i
      minor fix to hydra.i, matlist is integer
      Merge branch 'master' of ../yor-bundle
      another fix to hex/store.c infinite loop detection
      version 2.2.03 release
      bumped to version 2.2.03x
      fixed bug in orientation calculation in hex/hex.c and hydram.c
      mpy: make mp_exec work when mp_size<2, and limit error message printing
      mpy: minor repair to mp_handin for mp_size<2
      mpy/mpy.c: mpy_fatal fixed to print only on rank<=16
      added fd_read, fd_write raw file descriptor i/o
      added rangeof function to yorick/yio.c, i0/std.i
      i0/graph.i: added svg command, advice about pdf/ps/svg hairline artifacts
      yio.c:Y_rangeof fixed x=1:3:2; rangeof(x) bug
      added extern varaibles for pltitle, xytitles positions
      fixed play/unix/slinks.c to handle :: and . in PATH
      fixed parse error loop on 1e1000, make sscanf/strtod not return Inf
      fix wrap_args memory leak
      added exec function to i0/std.i
      minor improvement to exec() in i0/std.i
      fixed mpy/mpy.i: mp_size=1 if no MPI, mp_handin does not clobber input
      fixed double call to XFreeFontNames in play/x11/fonts.c
      fixed bug in vopen/include that caused lines to truncate at 256 chars
      added pdf_finish to i0/graph.i
      added levmar0, levmar1 APIs to i/levmar.i
      fixed std.i:reform so reform(random(2,3),6) works
      fixed FORTRAN_LINKAGE make macro, added CODGER_OPT macro
      added socket API, see yorick/socky.c, play/unix/usock.c
      fixes to socket callbacks, added ytask_run to yapi.h
      added testsock.i socket API test
      first cut at windows socket API
      Merge windows fixes for socket interface, other modernization
      fixed long standing bug in hex/hex.i:track_reduce
      fixed long standing bug in hex/hex.i:bi_dir
      added software SIGFPE support when FPU_IGNORE, ability to mask SIGFPE
      added prompt_marker function to simplify writing yorick controllers
      version 2.2.04

Éric Thiébaut (13):
      Allow packed RGB colors
      fits_info skips multiple consecutive blank lines
      replace *pointer by strchar
      remove the option to change encoding of data which is not FITS standard
      add fits_read_group function
      identifier can be long/double, the former is preferred for 64-bit machine
      preliminary 64-bit integer support, recognize 3DTABLE as binary table extension
      use fits_is_image
      improve 64-bit support for IMAGE extensions
      Merge remote-tracking branch 'upstream/master' into fits
      improve fits_get_list
      improve support of HIERARCH and allow for * in fits_match
      Merge remote-tracking branch 'upstream/master' into fits

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/yorick.git



More information about the debian-science-commits mailing list