CHANGELOG
Table of contents
- CHANGELOG
- BQAT-Core
- v1.5.1 (2024-11-18)
- v1.5.0 (2024-11-07)
- v1.4.5 (2024-10-09)
- v1.4.4 (2024-09-26)
- v1.4.3 (2024-08-14)
- v1.4.2 (2024-05-01)
- v1.4.1 (2024-04-22)
- v1.4.0 (2024-04-10)
- v1.3.6 (2024-04-04)
- v1.3.5 (2024-03-13)
- v1.3.4 (2024-03-13)
- v1.3.3 (2024-02-26)
- v1.3.2 (2023-12-14)
- v1.3.1 (2023-07-28)
- v1.3.0 (2023-07-28)
- v1.2.2 (2023-06-09)
- v1.2.1 (2023-05-17)
- v1.2.0 (2023-04-18)
- v1.1.0 (2023-04-11)
- BQAT-API
- BQAT-CLI
- BQAT-Stateless
- BQAT-GUI
- v0.3.12 (2025-02-04)
- v0.3.11 (2024-12-05)
- v0.3.10 (2024-12-02)
- v0.3.9 (2024-11-27)
- v0.3.8 (2024-11-21)
- v0.3.7 (2024-10-29)
- v0.3.6 (2024-10-03)
- v0.3.1 (2024-09-19)
- v0.3.0 (2024-09-09)
- v0.2.5 (2024-05-31)
- v0.2.4 (2024-05-29)
- v0.2.3 (2024-05-28)
- v0.2.2 (2024-05-22)
- v0.2.1 (2024-05-09)
- v0.2.0 (2024-04-23)
- v0.1.9 (2023-08-14)
- v0.1.8 (2023-08-14)
- v0.1.6 (2023-07-28)
- v0.1.5 (2023-07-13)
- v0.1.4 (2023-07-13)
- v0.1.3 (2023-07-11)
- v0.1.2 (2023-06-07)
- BQAT-Core
BQAT-Core
v1.5.1 (2024-11-18)
🚀 Features
- Add metrics for image colour temperature (pro)
🛠️️ Fixes
- Refactor speech engine to optimize container size
- Better handling for failed face mesh detection
v1.5.0 (2024-11-07)
🛠️️ Fixes
- Fix pupil location bug
🚀 Features
- Add metrics for face location offset
- Add metrics for face area ratio
- Add image metadata, includes brightness, dynamic range, contrast and sharpness
- Add fusion engine mode for face modality
- Disable warning log in prod mode
- Add metrics for eye gazing direction (pro)
- Add eye colour detection (pro)
- Add metrics for image background (pro)
- Add metrics for hair coverage (pro)
- Add metrics for headgear detection (pro)
v1.4.5 (2024-10-09)
🛠️️ Fixes
- Fix OFIQ face engine folder mode output vaule type issue
- Switch to system temporary directory for OFIQ folder mode
v1.4.4 (2024-09-26)
🛠️️ Fixes
- Fix error log issue
- Switch to system temporary directory for fingerprint conversion
v1.4.3 (2024-08-14)
🛠️️ Fixes
- Rebuild OFIQ engine to support single file processing
v1.4.2 (2024-05-01)
🛠️️ Fixes
- Fix reporting filepath label issue
v1.4.1 (2024-04-22)
🛠️️ Fixes
- Fix speech modality logging issue
v1.4.0 (2024-04-10)
🚀 Features
- Introduce OFIQ engine for face modality (alpha) #15
🛠️️ Fixes
- Iris resize and convert issue
v1.3.6 (2024-04-04)
🛠️️ Fixes
- Update iris engine resizing range to improve iris engine robustness
v1.3.5 (2024-03-13)
🛠️️ Fixes
- Fix fingerprint modality metrics naming issue #20
v1.3.4 (2024-03-13)
🛠️️ Fixes
- Fix fingerprint file format conversion issue #19
v1.3.3 (2024-02-26)
🛠️️ Fixes
- Lower resolution to improve engine robustness #17
⚙️ Miscellaneous Tasks
- Add alternate conda env file for speech
v1.3.2 (2023-12-14)
⚙️ Miscellaneous Tasks
- Update for refactoring image building configuration
v1.3.1 (2023-07-28)
⚙️ Miscellaneous Tasks
- Cleanup cli log
v1.3.0 (2023-07-28)
🚀 Features
- Update iris module with new metrics
- Modify certain iris assessment thresholds to handle wider target samples
- Update face quality scoring with ISO/IEC 29794-1 standard scale (1-100) #11
- Add glasses detection for face modality
🛠️️ Fixes
- Fix iris score issue with low sclera related values #10
v1.2.2 (2023-06-09)
🛠️️ Fixes
- Speech mode recursive glob
v1.2.1 (2023-05-17)
🚀 Features
- Handle negtive corrdinates #6
v1.2.0 (2023-04-18)
⚙️ Miscellaneous Tasks
- Update Dockerfile and test cases for speech module
v1.1.0 (2023-04-11)
🚀 Features
- Add fingerprint module
- Add iris module
- Add test module
- Disable df and bk
- Add speech model #3
🛠️️ Fixes
- Bug fixes
📚 Documentation
- Update readme
⚙️ Miscellaneous Tasks
-
Initial commit
-
Update gitignore
-
Update lock file
BQAT-API
v1.4.0 (2024-09-09)
🚀 Features
-
Support OFIQ engine
-
Add engine selection flag
-
Add preprocessing flag
-
Support image resizing
-
Support image conversion
-
Add reporting flag
-
Add outlier detection flag
-
Support BQAT-GUI integration
-
Refactor task control endpoints
-
Add simple input data preview page
-
Support JP2, WSQ image preview
⚙️ Miscellaneous Tasks
- Migrate to Pydantic V2
v1.3.0 (2023-12-15)
🛠️️ Fixes
- Resolve test script issue
⚙️ Miscellaneous Tasks
v1.2.0 (2023-07-28)
🚀 Features
- Update iris engine
🛠️️ Fixes
- Fix Python dependency issues
- Fix endpoint path issues
v1.1.0 (2023-06-14)
🚀 Features
- implement speech module #1
v1.0.0 (2023-02-17)
🚧 Refactor
- Update report title
⚙️ Miscellaneous Tasks
- Update cicd config
BQAT-CLI
v1.6.1 (2024-05-01)
🛠️️ Fixes
- Fix conversion type issue.
- Fix resizing width issue.
- Fix BMP format issue.
- Fix reporting column label issue.
v1.6.0 (2024-04-24)
🚀 Features
-
Support Engine Flag for Benchmarking #29
-
Introduce preprocessing mode (image conversion, resizing) #30
-
Update convenience script with dynamic shared memory allocation feature.
🛠️️ Fixes
-
Fix iris benchmarking sample file conflict issue. #28
-
Fix speech modality logging issue.
⚙️ Miscellaneous Tasks
- Improve logging readability.
v1.5.1 (2024-04-11)
🚀 Features
-
Add update command in the run script to pull latest container.
-
Add report flag to let the user disable reporting feature. #15
🛠️️ Fixes
- Fix broken benchmarking module.
⚙️ Miscellaneous Tasks
- Revert opencv in nfiq2
v1.5.0 (2024-04-09)
🚀 Features
-
Support OFIQ engine for face modality (alpha). #25
-
Add optional flag for alternate face modality engine.
v1.4.1 (2024-03-13)
🚀 Features
- Add reporting mode
⚙️ Miscellaneous Tasks
-
Update readme
-
Build configuration refactor.
v1.3.0 (2023-07-28)
⚙️ Miscellaneous Tasks
- Rebuild with bqat-core v1.3.1.
- Update image dependencies
v1.2.4 (2023-06-09)
🛠️️ Fixes
- Fix speech mode recursive glob issue.
v1.2.3 (2023-05-23)
🚀 Features
- Update quality report module. #12
v1.2.2 (2023-04-13)
🛠️️ Fixes
- Bug Fixes
⚙️ Miscellaneous Tasks
- Update Dockerfile
v1.2.1 (2023-04-12)
🚀 Features
v1.1.2 (2023-02-24)
🚀 Features
- Add filter flag #2
🛠️️ Fixes
- Fix OOM issue
- Resolve “Output issue with small dataset” #6
- Resolve “One incomplete input no output” #7
🚧 Refactor
- Redo csv output function
⚙️ Miscellaneous Tasks
-
Initial commit
-
Update readm
-
Add basic test cases
-
Update gitlab-ci.yml
-
Update scripts
-
Update submodules
BQAT-Stateless
v0.4.1 (2023-12-15)
🛠️️ Fixes
- Resolve temp file conflict issue.
⚙️ Miscellaneous Tasks
- Update compose file.
- Refactor build configuration #5
v0.4.0 (2023-07-28)
⚙️ Miscellaneous Tasks
- Rebuilt with latest BQAT-core.
v0.3.3 (2023-07-28)
🚀 Features
- Update iris module
🛠️️ Fixes
- Iris quality score
- Fix base64 padding
⚙️ Miscellaneous Tasks
- Update test cases for new metrics
v0.3.2 (2023-04-26)
🚀 Features
-
Add testing samples #3
-
Update coverage report
v0.3.1 (2023-04-25)
🚀 Features
- Support base64url format
⚙️ Miscellaneous Tasks
- Update metadata
v0.3.0 (2023-04-24)
🚀 Features
- Update endpoints to support base64 format #2
v0.2.0 (2023-04-24)
🚀 Features
- Introduce speech assessment feature. #1
v0.1.0 (2023-03-22)
⚙️ Miscellaneous Tasks
-
Initial commit
-
Add LICENSE
-
Update .gitlab-ci.yml file
BQAT-GUI
v0.3.12 (2025-02-04)
🚀 Features
-
💡 Fetch quality metric description from API
-
💡 Better preview table for outliers
🛠️️ Fixes
- Put default config file in the container
v0.3.11 (2024-12-05)
🛠️️️️ Fixes
-
🐛 Auth trategy issues
-
Minor refactor
v0.3.10 (2024-12-02)
🛠️️ Fixes
- 🐛 Operational UI issues
v0.3.9 (2024-11-27)
🛠️️ Fixes
- UI layout issues
v0.3.8 (2024-11-21)
🚀 Features
- 💡 Support runtime environment variables
v0.3.7 (2024-10-29)
🚀 Features
-
💡 Introduce file management tab (beta)
-
💡 Introduce landing page (beta)
-
🙌 Add fail safe logic that work with backend health check feature
🛠️️ Fixes
- Improve outlier detection UX
v0.3.6 (2024-10-03)
🚀 Features
- 🙌 Render audio player in preview
🛠️️ Fixes
- Improve UX
v0.3.1 (2024-09-19)
🛠️️ Fixes
-
Task log loading issue
-
Collapse input folder view
-
Minor UX fixes
v0.3.0 (2024-09-09)
🚧 Refactor
- Refactor project structure
v0.2.5 (2024-05-31)
🚀 Features
-
💡 Add desktop version for BQAT
-
🙌 Implement preprocess layout
🛠️️ Fixes
-
🔧 Outlier reloading issue
-
Check report function not stop
🚧 Refactor
- Initialise reports lifecycle
📚 Documentation
- Modify binary image install&desktop development
🎨 Styling
- Update the workflow text & icons on home page
⚙️ Miscellaneous Tasks
- Update text&button
v0.2.4 (2024-05-29)
🚀 Features
-
Configurate detector column options
-
🙌 Make outlier request with configurations
-
Set match file by name&type
⚙️ Miscellaneous Tasks
- Format code
v0.2.3 (2024-05-28)
🚀 Features
- 🙌 Implement outlier detector section
🚧 Refactor
- Refactor the structure of loading reports
📚 Documentation
- 💡 Add comments for all methods
v0.2.2 (2024-05-22)
🚀 Features
- 🙌 Implement scan local path
🚧 Refactor
- Refactor the uploader section
v0.2.1 (2024-05-09)
🛠️️ Fixes
-
🔧 Internal connnect & image ratio issue
-
🔧 Internal connnect & image ratio issue
-
🔧 Issue of image ratio when preview
v0.2.0 (2024-04-23)
🚀 Features
-
Make the home icons controllable.
-
Finish scan input page
-
Develop the basic framework of BQAT new UI
-
Connect new UI with backend server
-
Finish develop all basic features with backends
🎨 Styling
- 💡 Add some icons for items
⚙️ Miscellaneous Tasks
-
Delete useless files
-
Remove useless files
v0.1.9 (2023-08-14)
🚀 Features
- Update “Clear” button to clear the page as well as user data #7
v0.1.8 (2023-08-14)
🛠️️ Fixes
- Resolve: Remove the samples and and associated documents after retrival #6
v0.1.6 (2023-07-28)
⚙️ Miscellaneous Tasks
- Cleanup CSV output
- Update compose configuration
v0.1.5 (2023-07-13)
🛠️️ Fixes
- Hotfix
v0.1.4 (2023-07-13)
🛠️️ Fixes
- hotfix-temp-folder
v0.1.3 (2023-07-11)
🛠️️ Fixes
- Fix temporary export file issue #2
v0.1.2 (2023-06-07)
🚀 Features
- Introduce Web GUI
⚙️ Miscellaneous Tasks
-
Initial commit
-
Update pyproject.toml
-
Refactor layout and update README
-
Add docker deployment option