Skip to content

Releases: CorentinLouis/SPACE_labelling_tool

Version 2.0.1

12 Apr 10:54
b747e96

Choose a tag to compare

v2.0.1

Update .zenodo.json

Version 2.0.0

22 Jul 20:59
e63db18

Choose a tag to compare

This is the new version of the code, which uses a completely different architecture than the previous one.
The code is designed using a standard object-oriented 'Model-View-Presenter' architecture, with strong separation between the data input and management, and the visualisation. This allows for easy development of both new input file-typesand pre-processing options, and alternative GUI front-ends and settings for suggested development building on top of this flexibility). A generic 'Presenter' controls the logic of the program, and feeds data from the data models to the selected GUI view, and requests from the GUI for changes to the data models. Either the 'View' or 'Model' can be easily interchanged as long as they conform to the API expected by the 'Presenter'.

2.0.0rc1

22 Jul 20:36
ed7d9dd

Choose a tag to compare

2.0.0rc1 Pre-release
Pre-release

Here is the new version of the code, which uses a completely different architecture than the previous one.
The code is designed using a standard object-oriented 'Model-View-Presenter' architecture, with strong separation between the data input and management, and the visualisation. This allows for easy development of both new input file-typesand pre-processing options, and alternative GUI front-ends and settings for suggested development building on top of this flexibility). A generic 'Presenter' controls the logic of the program, and feeds data from the data models to the selected GUI view, and requests from the GUI for changes to the data models. Either the 'View' or 'Model' can be easily interchanged as long as they conform to the API expected by the 'Presenter'.

Version 1.1.0

01 Nov 17:37
1612502

Choose a tag to compare

Thise new version of the code, now called SPACE, is complying with TFCat specifications for catalogue creation and distribution.

First release of the STACIE tool

09 Aug 14:37
ba70871

Choose a tag to compare

This is the first release of the SpecTrogram Analysis and CatalogIng Environment (STACIE) tool.