|
1 | 1 |
|
2 | 2 | ## CBRAIN/NeuroHub Release Notes |
3 | 3 |
|
| 4 | +#### Version 6.2.0 Released 2022-01-28 |
| 5 | + |
| 6 | +(After eleven months, the `git diff` output is over 12,000 lines long!) |
| 7 | + |
| 8 | +Major features: |
| 9 | + |
| 10 | +* A new Boutiques integrator was implemented. This new framework |
| 11 | + is modular and customizable, and much easier to maintain. |
| 12 | + from the developer's perspective. Some technical documentation |
| 13 | + is in this [presentation](https://prioux.github.io/new-boutiques-presentation/#/title). |
| 14 | +* The new Bouiques integrator comes with four new modules that sysadmins |
| 15 | + can configure withing each Boutiques descriptor: |
| 16 | + * BoutiquesFileNameMatcher |
| 17 | + * BoutiquesFileTypeVerifier |
| 18 | + * BoutiquesOutputFileTypeSetter |
| 19 | + * BoutiquesPostProcessingCleaner |
| 20 | +* Users can link their account to a Globus identity and |
| 21 | + authenticate with Globus from that point on. |
| 22 | +* A new DataProvider types has been added: SingBindMountDataProvider. |
| 23 | + It access files in squashfs or ext3 overlays using the singularity |
| 24 | + bindmount feature. |
| 25 | +* The NeuroHub interface now shows the user's own private project. |
| 26 | +* A new 'stream' action has been added to the userfile model, |
| 27 | + allowing seemless path-based access to file contents. |
| 28 | +* Sysadmins have access to a set of new rake tasks to extract old record |
| 29 | + from the resource_usage table, and get them saved into YAML files. |
| 30 | + Replacement monthly summary records can then be reinserted in the database |
| 31 | + so that the usage tracking for all resources stay accurate. |
| 32 | + |
| 33 | +Other enhancements: |
| 34 | + |
| 35 | +* New NOC status and statistics pages: users over time, tools usage |
| 36 | + over time, tasks CPU time over time. |
| 37 | +* The main login page has a public list of configured tools and datasets. |
| 38 | +* The data structure that maintains statistics about the portal |
| 39 | + requests has been simplified. |
| 40 | +* S3 data providers can be configued with distinct regions and endpoints. |
| 41 | +* A new class of users, AutomatedUser, is available for automatic systems. |
| 42 | +* Admins can configure overlays for Singularity-launched tools |
| 43 | + by provding the overlays as userfiles. |
| 44 | +* A new tool, SimpleFileExtractor, is provided with the distribution. |
| 45 | + |
4 | 46 | #### Version 6.1.0 Released 2021-02-26 |
5 | 47 |
|
6 | 48 | This release contains several new features and bug fixes. |
|
0 commit comments