Menu

Django-dataplot / News: Recent posts

0.4, plans for 0.5

This new release is now available with these features:

Support for plots made with generic command line tools via the shellscript backend.

Nice error handling when settings.DEBUG is off: exceptions are caught and displayed on the webpage instead of the plot (rather than throwing a 500 internal server error page).

R plots take on a value for r_code_filename of "class.name.R" by default, where class_name is the name of the subclass of dataplot.R.Plot (previously there was no default and you had to minimally specify r_code_filename).... read more

Posted by Toby Dylan Hocking 2007-11-28

Plans for 0.4

By working with the RPy team, I finally resolved a bug with rpy that was causing a segfault when unicode strings were passed to R. Consequently, I've been working on Django-dataplot development vigorously over the past week.

I am now planning on trying to make Django-dataplot compatible with the SVN development versions of both Django and RPy.

Here is a list of a few new features planned for release 0.4, which are now present in Django-dataplot SVN:
- Shellscript backend streamlines plot generation from generic external command line programs.
- Nice error handling when settings.DEBUG is off makes for easier debugging.
- R backend automatically assumes same R function name as python class name (convention over configuration).... read more

Posted by Toby Dylan Hocking 2007-10-19

Downloads and support

Django-dataplot has been posted to SF for a few weeks now, and there are a few downloads registered for version 0.3. If you have any support questions, please email me directly: Toby Dylan Hocking, tdhock AT users.sf.net. I'm currently working on some new features (some of which have already been checked into svn) and I will mark a snapshot as 0.4 when new features seem to be stable and portable.

Posted by Toby Dylan Hocking 2007-08-31
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.