Releases: afids/afids-validator
v1.1.2
Changes
- Fixes versioneer to skip changes if
skip_changelog
is used
v1.1.1
v1.1.0
v1.0.0
[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
v0.3.0
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
v0.1.1 [OHBM 2020]
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