10 years of Expyriment 🎉

by Florian Krause | October 30, 2019


 

Today marks Expyriment's 10th anniversary! We are very excited about this and would like to take the opportunity to look back on the last 10 years, introduce the 0.10 anniversary release, and contemplate a bit about what is coming up next.

 

expyriment_logo

 

"Initial upload, start of project"

It all began when I started my PhD position - supervised by Oliver Lindemann - at the Donders Institute in Nijmegen, The Netherlands. I had just finished my Master's project during which I was using specialised commercial software for implementing my behavioural and fMRI tasks, and I was convinced that there had to be a better way to do this. Oliver, who used to programme his experiments in Delphi, agreed. Since I was already a big Python fan back then, and had written some crude Pygame code to present visual stimuli and collect button press responses, I suggested to Oliver that it might be beneficial to extend this into a more comprehensive framework to facilitate implementing our planned studies. Oliver agreed again, we started coding, and after four intense weeks, not only did we have something that worked for us, but something we believed could be helpful for others as well. And so, on October 30, 2009 - exactly 10 years ago - we made the very first Expyriment code publicly available at our back then Google Code repository with a rather unspectacular commit message:

Initial upload, start of project

Approximately one year later, we packaged everything into a first (alpha) release and spread it around colleagues. The throughout positive feedback encouraged us to continue working on the project and after several further releases, in 2014 we decided to introduce Expyriment to a wider scientific audience by writing a method article (Krause & Lindemann, 2014). In the same year we also followed the rest of the open source community in moving our code to a GitHub repository (where it still is today), and we released a first proof-of-concept version for Android. As Expyriment matured, it also turned into an integral part of other open source projects, most notably OpenSesame (Mathôt, Schreij & Theeuwes, 2012) and TrajTracker. In the following years then, with me having started a Postdoc in Maastricht, The Netherlands, and Oliver working at the University of Potsdam, Germany, it became a bit quieter around Expyriment. Nevertheless, we continuously fixed bugs, implemented new features, and even managed to be the first Python-based experimental software to have an official release with Python 3 support.

 

0.10 anniversary release; Expyriment stash

More recently, working in the same country again (Oliver at Erasmus University Rotterdam, me at the Donders Institute again) has surely facilitated collaborating on Expyriment, and so we are happy to celebrate today with a brand new Expyriment 0.10 release. Besides fixing several bugs, we also included a variety of new features. For instance, a new misc.Colour class makes handling colours more convenient by allowing to create them from either RGB, HSV or HSL tuples, Hex triplets, or even colour names, and providing a way to seemingly convert between these different formats. The io.TextInput class now supports unicode characters by default and has a new setting for right-to-left text. All visual stimuli now have methods to get and set their position in polar coordinates. The keyboard can now also be checked for key-up events. The command line interface is now also available as the system command expyriment. And there are many more changes.

The probably biggest novelty in this release, however, is the addition of the new Expyriment stash, a central place for additional Expyriment resources, such as plugins ("extras"), examples and other tools. All of which can be downloaded and installed automatically from within Expyriment itself when needed. But we didn't just move all our current additional resources into the stash to keep the core library lightweight. No. We are also hoping that the stash can become a hub for future contributions from the open science community that enrich it with a colourful variety of Expyriment plugins, tools and full example scripts for specific equipment and different experimental paradigms.

 

Expyriment 1.0, Pygame 2 and Python 3

To end this article, I would like to share with you some of our thoughts on Expyriment's future. Even though currently only one of us (Oliver) has managed to find a permanent position in Academia, we are both very committed to continue working on and supporting Expyriment.

The next planned major release will be 1.0 and will have some big changes. First of all, we will switch to the new Pygame 2, which we expect to be released very soon. Based on SDL2, this new version will bring many modern and much requested features, such as HiDPI, display scaling, multiple displays, and multitouch support. With SDL2 officially supporting Android and iOS, we are also hoping to be able to offer better mobile support for Expyriment somewhere along the line. Next, we will focus exclusively on Python 3, meaning that we will join the Python Software Foundation in dropping Python 2 support. Other changes we are currently discussing include implementing a new audio system (with hopefully shorter and more stable latencies), as well as providing sub-millisecond timing accuracy (up to 1 microsecond) throughout Expyriment.

Last but not least, we are also considering to explore potential funding options specifically for Expyriment development. So, if you are aware of a research grant that we qualify to apply for, please let us know! 🙂

 

 

References

 


© 2019, expyriment.org