Add the whole blog

This commit is contained in:
Luca Beltrame 2020-12-28 18:06:15 +01:00
parent 0d2f58ce7a
commit c4f23c1529
Signed by: einar
GPG key ID: 4707F46E9EC72DEC
418 changed files with 15708 additions and 0 deletions

View file

@ -0,0 +1,27 @@
---
author: einar
categories:
- Linux
- Science
comments: true
date: "2008-12-27T15:33:07Z"
header:
image_fullwidth: banner_other.jpg
slug: datamatrix-07-has-been-released
tags:
- datamatrix
- python
title: DataMatrix 0.7 has been released
disable_share: true
wordpress_id: 474
---
Finally a new entry! I'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'll write more about it after January 1st (hint: those who follow my Twitter updates may have already understood).
As a nice way to break the hiatus, I'm releasing a new version of DataMatrix, my implementation of R'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 - EmptyMatrix. Also, there is now [proper documentation]({{ site.url }}/doc/datamatrix/). Last but not least, unit tests have been added, a good way to watch out for regressions in the code.
Finally, this version marks the entrance of [dalloliogm](http://bioinfoblog.it) as contributor to the code. He gave quite a number of helpful hints, especially with regards to unit tests.
I'm quite satisfied on how DataMatrix behaves - as a matter of fact I use it extensively on a number of internal projects.
You can grab DataMatrix 0.7 as a [source package]({{ site.url }}/files/datamatrix-0.7.tar.gz) or as [a Windows installer]({{ site.url }}/files/datamatrix-0.7.win32.exe). Comments are welcome.