Skip to content

Releases: afids/afids-validator

v1.1.2

13 Oct 19:44
6357fbc
Compare
Choose a tag to compare

Changes

  • Fixes versioneer to skip changes if skip_changelog is used

v1.1.1

13 Oct 19:20
00fa001
Compare
Choose a tag to compare

Changes

v1.1.0

13 Oct 19:18
7808b1f
Compare
Choose a tag to compare

Changes

Features

v1.0.0

01 Sep 20:38
64d804c
Compare
Choose a tag to compare

[ENH] Introduced database for handling fiducials
[ENH] Added explanation for Upload to Database checkbox
[ENH] Added dynamic dropdown to automatically populate template choices by species
[ENH] Added precommit hook for dev purposes
[MAINT] Moved afids class into db base model.
[MAINT] Consolidated actions workflow and add automatic linting
[MAINT] Updated protocol URL
[MAINT] Updated text on validator page from "AFIDs FCSV" to "AFIDs file"
[MAINT] Wrapped footer to bottom of the page
[MAINT] Updated column size for text on validator page to deal with early wrapping
[MAINT] Cleaned up requirements.txt to retain bare minimum for app
[MAINT] Updated bootstrap version to v5.0.1
[MAINT] Reorganization of project structure to more closely align with Flask documentation
[TST] Add postgreSQL db to actions workflow for testing

v0.3.1

03 Mar 20:53
3dbe4d9
Compare
Choose a tag to compare

BUG: Fix missing 3D visualization.

v0.3.0

03 Mar 20:11
24e23e1
Compare
Choose a tag to compare

ENH: Introduction of AFIDs class to handle AFIDs info from both fcsv and json
DEP: Deprecated JSON objects to handle fcsv (to use AFIDs class)
STY: Linted code with black for more formatting consistency
STY: Replaced all str.formats() with print(f" ")
DOC: Add contributions guide and license file
DOC: Update README with correct repository information
BUG: Fix unittest trigger in Github Actions
MAINT: Rename templates to use tpl- prefix
MAINT: Refactor reading of fcsv input
TST: More test cases introduced

v0.2.0

25 Nov 20:56
c743443
Compare
Choose a tag to compare

[ENH] Added time zone to time stamp
[ENH] Visualization added
[ENH] Table added as a separate tab

v0.1.1 [OHBM 2020]

10 Jun 20:14
971b95f
Compare
Choose a tag to compare

New release version with additional features, and bug fixes - released for OHBM 2020!

[ENH] Account for Slicer coordinate system change from v4.11+ (RAS vs LPS)
[ENH] Removed unnecessary / unused code
[ENH] Add button to make uploading of fcsv data optional
[ENH] Replace fiducials screenshot with video that cycles through each fiducial
[ENH] Group human templates together under heading
[ENH] Add explicit dropdown menu option for validating fcsv file structure
[ENH] Added workflow for automatic server deployment to future changes
[ENH] Add timestamp to result message to make clear that work is being performed
[ENH] Added a validation file for non-human templates in anticipation for future templates.
[FIX] Fix dropdown bug where text column was same as background colour
[FIX] Misalign of text boxes and columns on website
[FIX] Fix server error when .fcsv file with invalid content (eg. html) is uploaded