<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dennogumi.org &#187; datamatrix</title>
	<atom:link href="http://www.dennogumi.org/tag/datamatrix/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dennogumi.org</link>
	<description>On the web since 1999</description>
	<lastBuildDate>Tue, 27 Jul 2010 22:41:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>DataMatrix 0.8 is finally out</title>
		<link>http://www.dennogumi.org/2009/06/datamatrix-08-is-finally-out</link>
		<comments>http://www.dennogumi.org/2009/06/datamatrix-08-is-finally-out#comments</comments>
		<pubDate>Sat, 13 Jun 2009 13:29:40 +0000</pubDate>
		<dc:creator>Einar</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[datamatrix]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.dennogumi.org/2009/06/datamatrix-08-is-finally-out</guid>
		<description><![CDATA[At last, after months of inactivity, I pushed out a new release of DataMatrix. Although the version bump is small (0.8) there are a lot of changes since last releases. The most notable include:


Ability to apply functions to elements of the matrix
Ability to filter rows by column contents
Ability to transpose rows with columns
An option to [...]]]></description>
			<content:encoded><![CDATA[<p>At last, after months of inactivity, I pushed out a new release of <a href="http://www.dennogumi.org/projects/datamatrix" title="DataMatrix"><em>DataMatrix</em></a>. Although the version bump is small (0.8) there are a lot of changes since last releases. The most notable include:</p>
</p>
<ul>
<li>Ability to apply functions to elements of the matrix</li>
<li>Ability to filter rows by column contents</li>
<li>Ability to transpose rows with columns</li>
<li>An option to load text files produced by R (which are, by design, broken)</li>
<li>Removed the getter for columns, using dictionary-like syntax directly</li>
<li>A lot of bug fixes</li>
</ul>
<p>The download links on <a href="http://www.dennogumi.org/projects/datamatrix" title="Project page">the project page</a> have been updated, along with <a href="http://www.dennogumi.org/doc/datamatrix/" title="Documentation">the documentation</a>.  Also, there is another change, because from now on the official Git repository <a href="http://gitorious.org/datamatrix/datamatrix" title="Web interface on gitorious.org">is hosted on gitorious.org</a>, and no longer on github, because gitorious (the software) is also free, while github.com&#8217;s is not. It&#8217;s mainly a philosophical issue (the same that prompted me to switch from twitter to identi.ca). </p>
<p>Also, from today <em>DataMatrix</em> is also officially hosted on the <a href="http://pypi.python.org/pypi/datamatrix/0.8" title="Page on PyPI">Python Package Index</a> (with the name &#8220;datamatrix&#8221;), meaning that you can use easy_install to quickly install it.</p>
<p>If you use this module, let me know what you think (including bugs, if you find them).</p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dennogumi.org/2009/06/datamatrix-08-is-finally-out/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DataMatrix 0.7 has been released</title>
		<link>http://www.dennogumi.org/2008/12/datamatrix-07-has-been-released</link>
		<comments>http://www.dennogumi.org/2008/12/datamatrix-07-has-been-released#comments</comments>
		<pubDate>Sat, 27 Dec 2008 15:33:07 +0000</pubDate>
		<dc:creator>Einar</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[datamatrix]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.dennogumi.org/2008/12/datamatrix-07-has-been-released</guid>
		<description><![CDATA[Finally a new entry! I&#8217;ve been extremely busy with other things, that is why I did not have time to write more. One of the main reason is related to an important landmark in my professional career, but I&#8217;ll write more about it after January 1st (hint: those who follow my Twitter updates may have [...]]]></description>
			<content:encoded><![CDATA[<p>Finally a new entry! I&#8217;ve been <strong>extremely</strong> busy with other things, that is why I did not have time to write more. One of the main reason is related to an important landmark in my professional career, but I&#8217;ll write more about it after January 1st (hint: those who follow my Twitter updates may have already understood).</p>
<p>As a nice way to break the hiatus, I&#8217;m releasing a new version of DataMatrix, my implementation of R&#8217;s data.frame in Python. Although the version bump is small, there are loads of improvements. First of all, there is proper support for file-like objects, as well as support for appending and inserting both rows and columns. writeMatrix has been substantially improved and now writes files correctly, and I have added (experimental) support for a DataMatrix object that does not require files &#8211; EmptyMatrix. Also, there is now <a href="http://www.dennogumi.org/doc/datamatrix/">proper documentation</a>. Last but not least, unit tests have been added, a good way to watch out for regressions in the code.</p>
<p>Finally, this version marks the entrance of <a href="http://bioinfoblog.it">dalloliogm</a> as contributor to the code. He gave quite a number of helpful hints, especially with regards to unit tests.</p>
<p>I&#8217;m quite satisfied on how DataMatrix behaves &#8211; as a matter of fact I use it extensively on a number of internal projects.</p>
<p>You can grab DataMatrix 0.7 as a <a href="http://www.dennogumi.org/files/datamatrix-0.7.tar.gz">source package</a> or as <a href="http://www.dennogumi.org/files/datamatrix-0.7.win32.exe">a Windows installer</a>.  Comments are welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dennogumi.org/2008/12/datamatrix-07-has-been-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DataMatrix page up</title>
		<link>http://www.dennogumi.org/2008/10/datamatrix-page-up</link>
		<comments>http://www.dennogumi.org/2008/10/datamatrix-page-up#comments</comments>
		<pubDate>Sun, 12 Oct 2008 20:14:14 +0000</pubDate>
		<dc:creator>Einar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[datamatrix]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.dennogumi.org/?p=466</guid>
		<description><![CDATA[Ok, ok&#8230; my definition of &#8220;tomorrow&#8221; is not like what most people use, apparently. Although I took quite a while, now there is a static page on DataMatrix. There you will find a summary of wht I wrote in my other blog posts regarding this module. Of course, it will be kept up-to-date should I [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, ok&#8230; my definition of &#8220;tomorrow&#8221; is not like what most people use, apparently. Although I took quite a while, now <a href="http://www.dennogumi.org/projects-2/datamatrix">there is a static page on DataMatrix</a>. There you will find a summary of wht I wrote in my other blog posts regarding this module. Of course, it will be kept up-to-date should I release a new version.</p>
<p>Aside that, I put a contact form on this blog. It may be useful for reports that aren&#8217;t directly related to the posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dennogumi.org/2008/10/datamatrix-page-up/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DataMatrix 0.5</title>
		<link>http://www.dennogumi.org/2008/09/datamatrix-05</link>
		<comments>http://www.dennogumi.org/2008/09/datamatrix-05#comments</comments>
		<pubDate>Fri, 19 Sep 2008 19:54:58 +0000</pubDate>
		<dc:creator>Einar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[datamatrix]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.dennogumi.org/?p=451</guid>
		<description><![CDATA[At last, since it&#8217;s been like ages, I decided to put out a new version of DataMatrix. For those who haven&#8217;t seen my previous post, DataMatrix is a Pythonic implementation of R&#8217;s data.frame. It enables you to manipulate a text file by columns or rows, to your liking, using a dictionary-like syntax. 
In this new [...]]]></description>
			<content:encoded><![CDATA[<p>At last, since it&#8217;s been like ages, I decided to put out a new version of DataMatrix. For those who haven&#8217;t seen my previous post, DataMatrix is a Pythonic implementation of <a href="http://stat.ethz.ch/R-manual/R-patched/library/base/html/data.frame.html">R&#8217;s data.frame</a>. It enables you to manipulate a text file by columns or rows, to your liking, using a dictionary-like syntax. </p>
<p>In this new version there have been a few improvements and correction to a couple bugs (for example saveMatrix did not really save) and the start (only a stub at the moment) of an append function to add more columns (I&#8217;ll also think about a function to add rows).</p>
<p>DataMatrix is licensed under the GNU GPL, version 2 only. You can download <a href="http://www.dennogumi.org/files/datamatrix-0.5.win32.exe">the installer</a> (Windows) or <a href="http://www.dennogumi.org/files/datamatrix-0.5.tar.gz">the source distribution</a> (Linux and other *nixes). The only requirement is Python 2.5 or later installed on your system.</p>
<p> The README currently is a stub, but you can <a href="http://www.dennogumi.org/files/datamatrix.html">browse the pydoc generated documentation</a>, which details how to instantiate and use DataMatrix objects (or <a href="http://www.dennogumi.org/2008/06/dataframes-in-python-datamatrix">you can turn to my older post</a>). </p>
<p>Also, since git is the new &#8220;cool feature of the day&#8221;, DataMatrix is is hosted on github&#8217;s repository, and you can grab the source with </p>
<pre class="brush: cpp;">
git clone git://github.com/cswegger/datamatrix.git
</pre>
<p>Comments and suggestions are welcome. I&#8217;ll be putting a static page on DataMatrix tomorrow, if time permits.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dennogumi.org/2008/09/datamatrix-05/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
