Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.admin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.admin
Commits
3101ea2a
Commit
3101ea2a
authored
7 years ago
by
Pavel KORSHUNOV
Browse files
Options
Downloads
Patches
Plain Diff
updated changelog for the rest of the packages
parent
f440aca2
No related branches found
No related tags found
1 merge request
!73
Updating the changelog for Bob's release
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
release/changelog_since_last_release.txt
+78
-279
78 additions, 279 deletions
release/changelog_since_last_release.txt
with
78 additions
and
279 deletions
release/changelog_since_last_release.txt
+
78
−
279
View file @
3101ea2a
...
@@ -4,12 +4,13 @@
...
@@ -4,12 +4,13 @@
* v2.1.4 (Sep 22, 2017 11:34)
* v2.1.4 (Sep 22, 2017 11:34)
* port to new CI/CD
* port to new CI/CD
* v2.1.5 (Sep 22, 2017 13:58)
* v2.1.5 (Sep 22, 2017 13:58)
* no signficant changes
* no sign
i
ficant changes
* v2.1.6 (Feb 27, 2018 16:29)
* v2.1.6 (Feb 27, 2018 16:29)
* Enables built-in conda packaging
* Enables built-in conda packaging
* Provides user/development guides
* Provides user/development guides
* Provides an alternative for gdb (based on lldb) for MacOS
* Provides an alternative for gdb (based on lldb) for MacOS
* Improve handling of environments for Python 3.6 (issue #24)
* Improve handling of environments for Python 3.6 (issue #24)
* none
* bob.extension
* bob.extension
* major
* major
* Big changes to the documentation of this package: divided guide in
* Big changes to the documentation of this package: divided guide in
...
@@ -48,32 +49,12 @@
...
@@ -48,32 +49,12 @@
* trust numpy in finding blas/lapack. Fixes bob.math#14
* trust numpy in finding blas/lapack. Fixes bob.math#14
* bob.measure
* bob.measure
* major
* major
- Fixed curve to show values between [0,1]
* Fixed issue with FAR and FRR values being exactly 1 or 0
- Fixed issue with FAR and FRR values being exactly 1 or 0, respectively
* Corrected the threshold calculation in far_threshold() and frr_threshold(), which now guarantees to produce at most of given FAR or FRR values.
- Update apply_threshold.py
* Never return NaNs for far_threshold() and frr_threshold() functions
- Provide a test case for negative thresholds
* Optimized implementation of ROC for a given FAR
- remove extra import
* Added an option to capture the output in a log file
- Added a warning before returning NaN
* Updated docs and tests accordingly
- Changed test case for different corner cases
- Add some obvious test cases
- Correct the threshold calculation implementation in far_threshold and…
- rename check_index to index
- Add more tests
- implement the tests correctly
- Never return NaNs for {far,frr}_threshold functions anymore
- Change the version too
- Compute roc using roc_for_far internally
- Iterate only once in the sorted negatives to keep the implementation in O(N)
- Use epsilon (2^-52) instead of 1e-12
- use nexttoward instead of epsilon since epsilon is too small sometimes
- use C nexttoward
* Migrate to conda based CI
- use std::nextafter instead of nexttoward
- Add an option to capture the output in a log file
- Add the expected output file for tests
- remove left-over docs
- recompute far values in roc_for_far
- Fix the test values
* bob.io.image
* bob.io.image
* minor
* minor
* Fixed issue with PGM image load when such images have extra bytes, see bob.io.image!36
* Fixed issue with PGM image load when such images have extra bytes, see bob.io.image!36
...
@@ -158,7 +139,8 @@
...
@@ -158,7 +139,8 @@
* minor
* minor
* Migrate to conda based CI
* Migrate to conda based CI
* bob.ip.optflow.liu
* bob.ip.optflow.liu
* patch
* minor
* Migrate to conda based CI
* bob.ip.flandmark
* bob.ip.flandmark
* minor
* minor
* Migrate to conda based CI
* Migrate to conda based CI
...
@@ -168,22 +150,13 @@
...
@@ -168,22 +150,13 @@
* Appended the idiap gpu short queue in our queue list
* Appended the idiap gpu short queue in our queue list
* Improved python 3 compatibility (Merge gridtk!7)
* Improved python 3 compatibility (Merge gridtk!7)
* Created the `jgen` tool (https://www.idiap.ch/software/bob/docs/bob/gridtk/master/generate.html) -- Merge gridtk!8
* Created the `jgen` tool (https://www.idiap.ch/software/bob/docs/bob/gridtk/master/generate.html) -- Merge gridtk!8
- Add sgpu to the list of the queues
* Removed overwriting job ID when stopping jobs
- Submit extactly the same job several times
* minor
- Removed overwriting job ID when stopping jobs
* `jgen` tool: added an option `--unique-aggregate` to make the aggregate output unique
* patch
* Migrate to conda based CI
- Add an option to make the aggregate output unique
* Improve tests and docs
- keep the whitespace
- Add tests for jgen --unique-aggregate
- make sure log_dir is directory is a directory
- improve the error message
* Migrate to conda based CI
- SGE scripts cannot be tested on the CI
- Fix sort errors that happen in Python 3
- Add a test for when groupby is used in templates
- Make the tests less relaxed
* bob.ip.qualitymeasure
* bob.ip.qualitymeasure
*
patch
*
minor
* Migrated to conda based CI
* Migrated to conda based CI
* Updates in the README
* Updates in the README
* Removed bootstrap-buildout functionality
* Removed bootstrap-buildout functionality
...
@@ -322,122 +295,51 @@
...
@@ -322,122 +295,51 @@
* v2.4.1 (Sep 22, 2017 14:32)
* v2.4.1 (Sep 22, 2017 14:32)
* Packaging changes - no changes to software.
* Packaging changes - no changes to software.
* major
* major
- Fix packaging warnings
* Migrate to conda based CI
- Migrate to conda based CI
* Overall database refactoring; Improved docs and tests
- Overall database refactoring; Improved docs and tests
* Add information on the annotations
- Add information on the annotations
- Fix function comment
- Fix typo in guide
* bob.db.verafinger
* bob.db.verafinger
* v1.0.0 (Oct 11, 2017 14:24)
* v1.0.0 (Oct 11, 2017 14:24)
* Initial release of new VERA fingervein database interface. Deprecates https://gitlab.idiap.ch/bob/bob.db.vera.
* Initial release of new VERA fingervein database interface. Deprecates https://gitlab.idiap.ch/bob/bob.db.vera.
- Upload all metadata to our server
- Fix pkg_resources import
- Delete metadata (ship with db files)
- Update badges
- Reset initial version
- Reset authorship of package [ci skip]
* major
* major
- Update ignore file
* Migrate to conda based CI
- Fix packaging warnings
* Add information on the annotations
- Migrate to conda based CI
* Unify biometric/presentation-attack interfaces
- Improved documentation; Simplified protocol files
* Implement cropped biometric recognition protocols
- Add information on the annotations
* Improved documentation and simplified protocol files
- Fix function comment
- Fix typo in guide
- Unify biometric/presentation-attack interfaces
- Implement cropped biometric recognition protocols
- Updated documentation to include more image samples and information on biorec cropped protocols
* bob.db.fv3d
* bob.db.fv3d
* v1.0.0 (Oct 11, 2017 15:42)
* v1.0.0 (Oct 11, 2017 15:42)
- Update badges
* Distribute metadata from webserver
- Remove extra import
* minor
- Distribute metadata from webserver
* Fixes to model.id -> model.name as model identifier
* major
* Migrate to conda based CI
- Fix packaging warnings
- Use model name for scoring
- Fixes to model.id -> model.name as model identifier
- Migrate to conda based CI
* bob.db.hkpu
* bob.db.hkpu
* major
* major
- Initial commit
* Initial release of Hong Kong Polytechnic University Finger Image Database
- Incorporate model-id on File class
* Added docs and tests
- Remove unique finger name attribute as that does not match model-id
* Update HKPU filelist with new annotations
- Fix tests
* Migrate to conda based CI (closes bob.db.hkpu#1)
- Remove tests for finger-name (removed)
- Add explanation for returning just one single plane from original image
- Fix comment
- Set private URLs for docs [ci skip]
- Fix docs
- Add functions to detect and load RoI annotations
- Change protocol A to have multiple models instead of multiple samples per model
- Update filelist
- Update HKPU filelist with new annotations
- Add test for annotations
- Fix function comment
- Add information on the annotations
- Fix typo in guide
- Port to new CI (closes bob.db.hkpu#1)
- Fix build deps
* bob.db.thufvdt
* bob.db.thufvdt
* major
* major
- Initial commit
* Initial release of Tsinghua University Finger Vein and Finger Dorsal Texture Database
- Add protocol files
* Added docs and tests
- Set protocol p3 to match paper descriptions
* Added protocols so they match paper descriptions
- List protocol files
* Added functions to detect and load RoI annotations
- Fix sql3 file creation
* Migrate to conda based CI (closes bob.db.thufvdt#1)
- Finalize tests
- Import correct module on docs
- Fix short descr
- Centralize links
- Add functions to detect and load RoI annotations
- Change db name to thufvdt (simpler)
- Updated ignore file
- Update metadata contents
- Add symlinks to metadata
- Add annotation check tests
- Add annotation section
- Fix typo in func doc
- Port to new CI (closes bob.db.thufvdt#1)
- Fix build deps
- Fix build deps
- Pin compatible pillow versions
- Fix use of pin_compatible
* bob.db.mmcbnu6k
* bob.db.mmcbnu6k
* major
* major
- Initial commit
* Initial release of Chonbuk Nation University Fingervein Database
- Add protocols; Fix creation
* Add protocols and annotations
- Fix tests
* Fixes to model.id -> model.name as model identifier
- Implement roi-based protocol; improve testing
* Added docs and tests
- Rectify score count analysis
* Migrate to conda based CI (closes bob.db.mmcbnu6k#1)
- Avoid creation of unused Finger entries on SQL database
- Fix comment
- Use model name for scoring
- Fixes to model.id -> model.name as model identifier
- Return any finger name (all are the same) given the first found model
- Fix finger name look-up
- Fix function comment
- Add information on the annotations
- Update file listing to include annotations
- Add annotation tests
- Add warning about annotations
- Include annotations with metadata
- Test annotations
- Port to new CI (closes bob.db.mmcbnu6k#1)
* bob.db.hmtvein
* bob.db.hmtvein
* major
* major
- Initial commit
* Initial release of Homologous Multimodal Traits (Fingervein) Database
- Correct database creation
* Fixes to model.id -> model.name as model identifier
- Fix test
* Return any finger name (all are the same) given the first found model
- Fix references in documentation
* Added annotations, documentation, and tests
- Use model name for scoring
* Migrate to conda based CI (closes bob.db.hmtvein#1)
- Fixes to model.id -> model.name as model identifier
- Return any finger name (all are the same) given the first found model
- Fix finger name look-up
- Add annotations
- Add information on the annotations
- Fix function comment
- Port to new CI (closes bob.db.hmtvein#1)
* bob.db.voicepa
* bob.db.voicepa
* v1.0.2 (Sep 22, 2017 14:34)
* v1.0.2 (Sep 22, 2017 14:34)
* minor
* minor
...
@@ -462,42 +364,15 @@
...
@@ -462,42 +364,15 @@
* v3.3.0 (Sep 22, 2017 13:41)
* v3.3.0 (Sep 22, 2017 13:41)
* bob.bio.base!20 Docs url fix
* bob.bio.base!20 Docs url fix
* bob.bio.base!19 Python36 & docs fixes
* bob.bio.base!19 Python36 & docs fixes
* bob.bio.base!18 Removed`Algorithm.read_probe`
* bob.bio.base!18 Removed `Algorithm.read_probe`
* patch
* major
- Add as_array to frame containers
* Add as_array to frame containers
- Fixed tuple indexing bug in youtube db load function
* Make the original_directory and annotation_directory a property
- Added unit test for the load method of youtube database
* Fixed tuple indexing bug in youtube db load function and added tests
- Updated manifest to use jpg files for tests
* Updated docs and tests
- Fixed the unit test connecting it with low level db interface]
* Fixed bob.bio.base#11
- Fixed the unit test of youtube load method
* Added video annotator, updated documentation accordingly
- Make the original_directory and annotation_directory a property
* Migrate to conda based CI
- move the _db initialization before calling super
- pass kwargs in the base file class
- Migrate to conda based CI
- [conda] Added test requirements
- Fixed the index.rst to match joint docs requirements
- Added quality_assessment_function to preprocessor Wrapper
- Fixed the typo
- Addressing missing frame annotations
- Fixed dict.has_key issue for Python 3
- Reverted quality assessment function
- Changed missing annotations conditional check + unit tests
- Moved condition to one line, removed empty dictionary check
- Fixes bob.bio.base#11
- Returning none insted of empty FrCont in preproc Wrapper
- Make missing annotations None instead of empty dict
- Add a failsafevideo wrapper
- use ordered dict
- Add a video annotator
- Finalize video annotators and add docs and tests
- Fix import order
- use six to check for string types
- Account for empty frame containers too
- Account for failed extractor
- remove unused import thanks to my linter and the way I imported it
- mention min_face_size_validator for a possible input
- Validators should handle empty annotations too
- Fix sphinx warning
* bob.bio.gmm
* bob.bio.gmm
* v3.1.0 (Sep 22, 2017 14:05)
* v3.1.0 (Sep 22, 2017 14:05)
* bob.bio.gmm!10 Removed Algorithm.read_probe method, since this is already solved via bob.bio.base
* bob.bio.gmm!10 Removed Algorithm.read_probe method, since this is already solved via bob.bio.base
...
@@ -509,69 +384,18 @@
...
@@ -509,69 +384,18 @@
* Propagated --allow-missing-files to the UBM training
* Propagated --allow-missing-files to the UBM training
* Fixed issue bob.bio.gmm#22
* Fixed issue bob.bio.gmm#22
* bob.bio.face
* bob.bio.face
* patch
* v3.3.0 (Sep 22, 2017 13:17)
- First commit
* bob.bio.face!78 Removed Algorithm.read_probe method, since this is already solved via bob.bio.base
- Added ignore
* bob.bio.face!33 improve the score files by adding attack type information
- Added ignore
* [ci] Droped python 3.4 support and added python 3.6
- IJBA
* bob.bio.face!30 Updated baseline script to search for executables
- Updated experiments
* major
- Updated environment
* Implemented IJBA customized plot
- [ci] Added the project in the ci
* Make the original_directory and annotation_directory a property
- Updated some baselines
* Created IJBB high level interface
- Updated some tables
* Added script to display face annotations provided by a database.
- UPdate results
* Migrate to conda based CI
- Updated baselines
* improve docs and tests
- Updated some baselines
- Updated baselines
- Updated baselines
- Reformulated the package
- Reformulated the package
- Updated baseline script
- Updated baselines
- Updated baselines
- Updated baselines
- Updated some paths
- Tensorflow hack
- Fixed issues with baseline script
- Added IJBB
- Cleaning up
- fixed IJBB
- Cleaning up the module
- [sphinx] Updated docs
- Merging
- [sphinx] Updates in the documentation
- Appended more baselines
- Appended more baselines
- New baselines
- Update MSCELEB baseline
- Updated baselines
- Updated baselines
- Updated CASIA
- Updated CASIA
- Updated baselines
- Updated MSCeleb
- Updated MSCeleb
- Updated MSCeleb
- Updated MSCeleb
- Added inceptionv1
- Added inceptionv1
- Updated baselines
- Inception v1
- Inception v1
- Inception v1
- Inception v1
- Inception v1
- Updated baselines
- Updated baselines
- updated batchnorm
- Added new baseline
- BAselines
- New center loss
- Update
- Update
- New baseline mechanism
- [ci] Removed mac builds
- [ci] Update conda
* bob.bio.spear
* bob.bio.spear
* v3.1.1 (Sep 22, 2017 14:48)
* v3.1.1 (Sep 22, 2017 14:48)
* bob.bio.spear!36 Docs url fixes
* bob.bio.spear!36 Docs url fixes
...
@@ -622,7 +446,7 @@
...
@@ -622,7 +446,7 @@
* Remove Oleg's implementation of rotation-invariant matching
* Remove Oleg's implementation of rotation-invariant matching
* v1.0.1 (Oct 20, 2017 16:04)
* v1.0.1 (Oct 20, 2017 16:04)
* Update `MANIFEST.in` to include necessary package files
* Update `MANIFEST.in` to include necessary package files
*
patch
*
minor
* Ported to new CI
* Ported to new CI
* Updated utfvp interface
* Updated utfvp interface
* Fixed the index.rst to match joint docs requirements
* Fixed the index.rst to match joint docs requirements
...
@@ -671,38 +495,13 @@
...
@@ -671,38 +495,13 @@
* Refactoring: removed unused VideoDataLoader
* Refactoring: removed unused VideoDataLoader
* Refactoring: created FaceCropAlign, replaces ImageFaceCrop + VideFaceCrop using Wrapper
* Refactoring: created FaceCropAlign, replaces ImageFaceCrop + VideFaceCrop using Wrapper
* bob.db.oulunpu
* bob.db.oulunpu
* patch
* major
- Initial commit
* Initial release of OULU-NPU Database
- Implement frames
* Added protocols, documentation, and tests
- add ci
* Add annotation support and reorganize frame reading
- update license
* Migrated to conda based CI
- Improve readme
- Add a config file
- Correct frame size in docs
- include list files in the package as well
- Make sure all_files is working
- models depends on protocol
- Add frame_size methods
- Adopt to the new database
- Use bob.pad instead of bob.dap
- fixes
- fixes
- Fix entry point
- Use bob.extension.rc
- Add bob.bio.config entry point
- Fix the config file
- Add conda packaging
- Updates CI file
- Add annotation support and reorganize frame reading
- fix sphinx warnings
* bob.db.uvad
* bob.db.uvad
* patch
* major
- Initial commit
* Initial release of Unicamp Video-Attack Database
- Fix entry point
* Added protocols, documentation, and tests
- Use bob.extension.rc
* Migrated to conda based CI
- Adopt the tests as well
- improve tests
- Fix cropping
- Add bob.bio.config entry point
- Add conda packaging
- Updates CI file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment