Archive for the ‘Releases’ Category

Emdros 3.3.0 released

Monday, July 4th, 2011

I have released Emdros version 3.3.0 over at SourceForge.Net.

http://emdros.org/download.html

Please note that the implementation and method of indexing of the Full Text Search are subject to change, as this feature is still experimental.

Enjoy!

Ulrik Sandborg-Petersen

 

Linguistic Tree Constructor 3.0.4 released (with an Easter egg)

Saturday, September 18th, 2010

I’ve released Linguistic Tree Constructor (LTC) version 3.0.4 over at http://ltc.sourceforge.net …

The significance for this blog is that:

  1. LTC uses Emdros
  2. The latest release of LTC has the latest Emdros sources for 3.2.1.pre02 as an Easter egg inside.

Go grab the sources of LTC if you want to see what I’m up to for the next version of Emdros, then look at the ChangeLog.

Enjoy!

Ulrik Sandborg-Petersen

Emdros 3.2.0 released

Sunday, July 4th, 2010

I’ve released Emdros 3.2.0 over at SourceForge.net.

http://emdros.org/download.html

The release notes appear below.

Please let me know via the usual avenues whether anything is amiss.

Enjoy!

Ulrik

- *** Version 3.2.0 ***

As usual, binaries are available for Mac OS X, Windows(R), and Fedora
(13).

The Windows binaries have support for MySQL, SQLite 2, and SQLite 3.
They are built with Visual Studio Express 2010.

The Mac OS X binaries are Universal binaries running on Mac OS X 10.4
(Tiger), 10.5 (Leopard), and 10.6 (Snow Leopard).  They do not have
support for either MySQL or PostgreSQL; Only SQLite 2 and SQLite 3 are
supported in the Mac OS X binaries.  You can compile the sources with
support for MySQL yourself, though, and possibly also PostgreSQL.

The Fedora binaries come with support for PostgreSQL, MySQL, SQLite 2,
and SQLite 3.

This release has the following changes over 3.1.1:

- A new backend was created, called the BPT engine.  It is
proprietary, and thus not Open Source, at the moment (sorry).
Interested licensors can contact me at ulrikp – at – emdros |dot|
org for questions about this new engine.

- SQLite3 was upgraded to version 3.6.17

- PCRE was upgraded to version 8.01. The license is still BSD.

- The TIGERXML importer is now more lenient towards the XML being
imported.

- The Emdros Query Tool now implements an XML_Output_Style.  See the
User’s Guide for the Emdros Query Tool for how to use it.  WARNING:
The output is still subject to change!

- The Emdros Query Tool (GUI version) can now create PNG files right
from the command line.  See the man page for eqtu.

- Assorted changes to the harvest library.  Note that the harvest
library is not stable yet; all APIs are subject to change as I
experiment with the best way of doing this important task.

- A topographic query can be stopped by setting the following bool to
false:

MQLExecEnv::m_bContinueExecution.

- Assorted changes to the horizontal tree and vertical tree layout
engines.

Enjoy!

Ulrik Sandborg-Petersen

First preview of JEmdros, the Java port of Emdros

Tuesday, October 27th, 2009

I’ve made version 0.0.1 of JEmdros, the Java port of Emdros, available:

http://ulrikp.dk/download/index.php?dir=&file=JEmdros-0.0.1.zip

The port has barely begun, and only has SetOfMonads and a few other, supporting classes. StringList and IntegerList are also present, as are JUnit tests for some of the classes.

Please do give me feedback if you use it.  Any feedback is appreciated, even “hey, it works!”.

Enjoy!

Ulrik

Emdros 3.1.1 released

Saturday, August 15th, 2009

This release has long been overdue.

It adds support for gcc 4.4, which means it can be compiled on the latest Linux distributions, such as Fedora 11 and Ubuntu 9.04.

As usual, Windows binaries and Mac OS X Universal binaries are provided. Fedora 11 binaries and a .src.rpm are provided as well.

http://emdros.org/download.html is the place to be…

Would anyone care to help me write the debian/ files, so that I can provide .debs as well? In that case, please contact me. Thanks!

Enjoy!

Ulrik

Emdros 3.1.0 released

Tuesday, March 10th, 2009

I have released Emdros version 3.1.0.  Go get it while it’s hot.

The biggest change since 3.0.1 (the previous public release) is that the “uncles and nephews” bug mentioned earlier on this blog has been fixed.

Enjoy!

Ulrik

Emdros 3.0.1 released

Wednesday, March 19th, 2008

It has been a while, but I forgot to mention that Emdros version 3.0.1 was released on February 17, 2008.

Ulrik

Emdros 3.0.0 released

Sunday, January 27th, 2008

After more than 4 years in the making, Emdros version 3.0.0 has been released over at SourceForge.Net:

http://emdros.org/download.html

This started off as a branch off of the 1.1-series of Emdros, way back in 2004 (or was that 2003, even?). It then became a long series of preview releases, labelled 1.2.0.preXX (running internally to 1.2.0.pre269!). I should, of course, have released 2.0 way earlier. Now it became 3.0, simply because that is what it is, in terms of feature-additions.

By the way, the primary reason I haven’t been so publicly active around Emdros is that I have gotten married (hence the change of surname you’ll see below). Things have been moving internally, though, so 3.0.0 is actually a long ways from 1.2.0.pre262, the last public release.Enjoy!

Ulrik Sandborg-Petersen

Emdros examples: Bibles galore

Sunday, March 25th, 2007

Over on the Emdros SourceForge.Net website, I have released a bunch of Bibles dumped in various languages as MQL. You can use the Bibles as example texts for playing around with Emdros.
Each ZIP file contains the MQL dump of the Bible, along with a README file explaining how to use it, and a configuration file (.cfg file) for the Emdros Query Tool.
Enjoy!

Ulrik

Emdros 1.2.0.pre242 released

Sunday, March 11th, 2007

I’ve released Emdros version 1.2.0.pre242.

http://emdros.org/download.html

This release sees speed improvements, bugfixes, and a new way of storing textual data in SQLite 3.

Note that, if you have been using SQLite 3 with previous versions of Emdros, you will need to use the mqldump program from the previous version, in order to dump your databases to MQL, then reimport them with the mql program from the new Emdros version.

I apologize for this backwards incompatible change. If I knew anything about whether anybody were using SQLite 3 with Emdros, I might have thought twice. As it is, I almost never hear from users, and so have no way of knowing whether anybody is using Emdros at all, besides the usual suspects, of course :-) .

If you are using Emdros for anything at all, please, drop me a line.

Enjoy!

Ulrik