pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/py-hope



Module name:	wip
Committed by:	jihbed
Date:		Sat Jan 31 19:33:16 UTC 2015

Modified Files:
	wip/py-hope: Makefile PLIST distinfo

Log Message:

	wip:
	added dependency: sympy, numpy
	CHANGES:
	
0.3.1 (2014-10-24)

    Better support for Python 3.3 and 3.4
    Proper integration in Travis CI
    Improved support for Linux systems (accepting x86_64-linux-gnu-gcc)
    Avoiding warning on Linux by removing Wstrict-prototypes arg
    Supporting gcc proxied clang (OS X)
    Added set of examples

0.3.0 (2014-10-16)

    Language: scalar return values
    Shared libraries are written to hope.config.prefix
    Function call can have return values
    Fixed function calls to function with no arguments
    Make sure code is recompiled if the python code has changed
    Added config.optimize to simplify expression using sympy and replace pow
    Speed improvements for hope
    Added support for object properties
    Added support for object methods
    Addes support for True and False
    Addes support for While
    Addes support for numpy.sum
    Addes support for numpy.pi
    Added support for numpy.floor, numpy.ceil, numpy.trunc, numpy.fabs, numpy.log
    improved error messages
    Added config.rangecheck flag
    Support xrange in for loop
    Added cast operators for np.bool_, np.int_, np.intc, np.int8, np.int16, np.int32, np.int64, np.uint8, np.uint16, np.uint32, np.uint64, np.float_, np.float32, np.float64,
    Added bool operators
    Added the following operators:

FloorDiv 	a // b
Mod 	a % b
LShift 	a << b
RShift 	a >> b
BitOr 	a | b
BitXor 	a ^ b
BitAnd 	a & b
AugFloorDiv 	a //= b
AugPow 	a **= b
AugMod 	a %= b
AugLShift 	a <<= b
AugRShift 	a <<= b
AugBitOr 	a | b
AugBitXor 	a ^ b
AugBitAnd 	a & b
0.2.0 (2014-03-05)

    First release on private PyPI.

0.1.0 (2014-02-27)

    Initial creation.



To generate a diff of this commit:
cvs -z3 rdiff -u -r1.1 -r1.2 wip/py-hope/Makefile wip/py-hope/PLIST \
    wip/py-hope/distinfo

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-hope/Makefile?r1=1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-hope/PLIST?r1=1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-hope/distinfo?r1=1.1&r2=1.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index