Skip to content

Releases: mhbeals/nisaba

0.3.18

25 Nov 14:49
Compare
Choose a tag to compare

Nisaba 0.3.18

A tool for multi-modal annotation

Most Recent Update

  • Fixed errors associated with duplicate or missing taxonomy entries
  • Some refactoring of code

Full Change Log and Development Roadmap

Easy (PIP) Installation:

Nisaba is now available through PyPi.
To install using pip, simply run the following command from your terminal:

pip install nisaba

After installation, run Nisaba using the command:

nisaba

Contributing

If you wish to contribute to the development of Nisaba, clone and run from the source code using the following commands from your terminal:

git clone https://github.com/mhbeals/nisaba
cd nisaba
virtualenv .
source bin/activate
pip install -r requirements.txt

To run, use

cd nisaba
python __main__.py

or simply:

python -m nisaba

Development History

Nisaba was conceived by M. H. Beals (Loughborough University) and Olivia Mitchell (Loughborough University) as part of her PhD project (2017-present).

Initial development of the software (v.0.1.0) was undertaken by M. H. Beals in 2018-2019.

The project is now being developed by M. H. Beals and Albert Meroño Peñuela (Vrije Universiteit Amsterdam). If you would like to contribute, please contact M. H. Beals (or submit a pull request!)

0.3.8

16 Oct 07:39
Compare
Choose a tag to compare
v.0.3.8: Text Selection Bug (Issue #18)

0.3.2

20 Aug 20:03
Compare
Choose a tag to compare
Debug Removed

0.3.0

18 Aug 22:28
Compare
Choose a tag to compare
v.0.3.0: Code refactoring

0.2.14

07 Aug 12:03
Compare
Choose a tag to compare
Merge branch 'master' of http://www.github.com/mhbeals/nisaba

0.2.12

06 Aug 12:15
Compare
Choose a tag to compare
v.0.2.12: Refactored Code for Readability