|
|
Up |
  |
Author: greggreg
Date: May 15, 2008 01:52
Pyrex 0.9.8 is now available:
http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
This version has a number of new features:
* In-place operators (+= etc.) are now supported.
* The Pyrex compiler now has built-in facilities for
automatically tracking down and compiling all the
modules a given module depends on, and for only
compiling modules whose source has changed.
* Some restrictions on nogil functions have been relaxed.
In particular, it's now possible to declare a C method
as nogil.
* A feature has been added that makes it easier to manage
circular imports between .pxd files. It's now possible
to declare two extension types in different .pxd files
that refer to each other.
What is Pyrex?
--------------
|
| Show full article (0.95Kb) |
|
| |
no comments
|
|
  |
Author: greggreg
Date: May 13, 2008 16:51
--------------
Pyrex is a language for writing Python extension modules.
It lets you freely mix operations on Python and C data, with
all Python reference counting and error checking handled
automatically.
|
| |
|
| |
no comments
|
|
  |
Author: Stef MientkiStef Mientki
Date: May 13, 2008 15:43
hello,
I've ran the first real world application through PPyGui-emulator,
so I think it's time to release the first version.
There's lot of room for improvements and a more beautiful layout.
PPyGui-emulator is build upon wxPython and released under BSD license.
For remarks, screen shots and downloads, see
http://oase.uci.kun.nl/~mientki/data_www/pylab_works/pp_intro.html
have fun,
Stef Mientki
|
| |
|
no comments
|
|
  |
Author: greggreg
Date: May 13, 2008 00:48
--------------
Pyrex is a language for writing Python extension modules.
It lets you freely mix operations on Python and C data, with
all Python reference counting and error checking handled
automatically.
|
| |
|
no comments
|
|
  |
Author: Martin MannsMartin Manns
Date: May 12, 2008 15:23
pyspread 0.0.5 has been released.
--
New features are:
+ X, Y, Z for relative cell relations are now pre-processed (easier to
use)
+ Cells can be given a name with =. These names are
located in the global namespace
+ Arrays and matrices within one cell can now easily be spread out to a
cell range in the grid with the spread function. (spread(x,y,z,value)
where x,y,z represents the top-left-front target cell and value is
replaced by the origin cell reference)
+ Rows and columns can be inserted and deleted
+ Copy, Paste and Delete behaviour improved
+ Copy and Paste now work in cell editor when no selection is present
+ Basic tab-delimited text import added
--
About:
pyspread is a spreadsheet that accepts a pure python expression in
each cell.
|
| Show full article (1.28Kb) |
|
1 Comment |
|
  |
|
|
  |
Author: Frank NiessinkFrank Niessink
Date: May 12, 2008 13:14
Hi,
I'm happy to announce release 0.69.2 of Task Coach. This release
contains small feature enhancements, more translations and several bug
fixes. Task Coach is now distributed under the GPLv3+.
Bugs fixed:
* Allow for editing seconds in effort editor.
* The combobox in the effort detail editor always picked the first
task when multiple tasks had the same subject, effectively prohibiting
the user to move an effort record to another task with the same
subject.
* Reset invalid input in the priority field of the task editor to 0
instead of to the minimum priority (a large negative value).
* "View->Filter->Reset all filters" now also unchecks all categories.
* Task Coach now is packaged as a proper Debian package, thanks to
Stani Michiels. The Debian package installs a menu item for Task Coach
in the Applications/Office menu.
Features added:
|
| Show full article (2.33Kb) |
|
no comments
|
|
  |
|
|
  |
|
|
  |
|
  |
|
|
|
|
|