|
| 1 | +v0.0.1 |
| 2 | +------ |
| 3 | + |
| 4 | +Enhancements |
| 5 | +~~~~~~~~~~~~ |
| 6 | + |
| 7 | +- Create the repository based on the mockup by `Fede Raimondo`_. |
| 8 | + |
| 9 | +- Implement :class:`junifer.testing.datagrabbers.SPMAuditoryTestingDatagrabber` datagrabber |
| 10 | + (:gh:`52` by `Fede Raimondo`_). |
| 11 | + |
| 12 | +- Add comments to :class:`junifer.datagrabber.DataladDataGrabber` datagrabber and change to |
| 13 | + use ``datalad-clone`` instead of ``datalad-install`` (:gh:`55` by `Benjamin Poldrack`_). |
| 14 | + |
| 15 | +- Add an example how to use junifer and julearn in one pipeline to extract features |
| 16 | + and do machine learning (:gh:`40` by `Leonard Sasse`_, `Nicolas Nieto`_, and `Sami Hamdan`_). |
| 17 | + |
| 18 | +- Implement matrix storage in SQliteFeatureStorage (:gh:`42` by `Fede Raimondo`_). |
| 19 | + |
| 20 | +- Implement :class:`junifer.markers.FunctionalConnectivityParcels` marker for functional |
| 21 | + connectivity using a parcellation (:gh:`41` by `Amir Omidvarnia`_ and `Kaustubh R. Patil`_). |
| 22 | + |
| 23 | +- Add documentation for the datagrabbers (by `Leonard Sasse`_, |
| 24 | + `Nicolas Nieto`_, and `Sami Hamdan`_). |
| 25 | + |
| 26 | +- Implement coordinate register, list and load (:gh:`11` by `Fede Raimondo`_). |
| 27 | + |
| 28 | +- Add :class:`junifer.datagrabber.DataladAOMICID1000` datagrabber for AOMIC ID1000 dataset |
| 29 | + including tests and creation of mock dataset for testing (:gh:`60` by `Vera Komeyer`_, `Xuan Li`_). |
| 30 | + |
| 31 | +- Add support to access other input in the data object in the ``compute`` method |
| 32 | + (by `Fede Raimondo`_). |
| 33 | + |
| 34 | +- Implement :class:`junifer.markers.RSSETSMarker` marker (:gh:`51` by `Leonard Sasse`_, |
| 35 | + `Nicolas Nieto`_, `Sami Hamdan`_). |
| 36 | + |
| 37 | +- Implement :class:`junifer.markers.SphereAggregation` marker (by `Fede Raimondo`_). |
| 38 | + |
| 39 | +- Implement :class:`junifer.datagrabber.DataladAOMICPIOP1` and |
| 40 | + :class:`junifer.datagrabber.DataladAOMICPIOP2` datagrabbers for AOMIC PIOP1 and PIOP2 datasets |
| 41 | + respectively and refactor :class:`junifer.datagrabber.DataladAOMICID1000` slightly |
| 42 | + (:gh:`94` by `Leonard Sasse`_) |
| 43 | + |
| 44 | +- Implement :class:`junifer.configs.juseless.datagrabbers.JuselessDataladCamCANVBM` datagrabber |
| 45 | + (:gh:`99` by `Leonard Sasse`_) |
| 46 | + |
| 47 | +- Implement :class:`junifer.configs.juseless.datagrabbers.JuselessDataladIXIVBM` CAT output |
| 48 | + datagrabber for juseless (:gh:`48` by `Leonard Sasse`_). |
| 49 | + |
| 50 | +- Upgrade storage interface for storage-like objects (:gh:`84` by `Synchon Mandal`_). |
| 51 | + |
| 52 | +- Add missing type annotations (:gh:`74` by `Synchon Mandal`_). |
| 53 | + |
| 54 | +- Add ``junifer wtf`` to report environment details (:gh:`33` by `Synchon Mandal`_). |
| 55 | + |
| 56 | +- Add ``junifer selftest`` to report environment details (:gh:`9` by `Synchon Mandal`_). |
| 57 | + |
| 58 | +- Refactor markers ``on`` attribute and ``get_valid_inputs`` to verify that the marker can |
| 59 | + be computed on the input data types (by `Fede Raimondo`_) |
| 60 | + |
| 61 | +- Implement :class:`junifer.configs.juseless.datagrabbers.JuselessDataladAOMICID1000VBM` |
| 62 | + datagrabber for accessing AOMIC ID1000 VBM from juseless (:gh:`57` by `Felix Hoffstaedter`_ |
| 63 | + and `Synchon Mandal`_) |
| 64 | + |
| 65 | +- Add test for :class:`junifer.datagrabber.DataladHCP1200` datagrabber (:gh:`93` by `Synchon Mandal`_). |
| 66 | + |
| 67 | +- Change documentation template to furo. Fix references and standardize documentation (:gh:`114` by `Fede Raimondo`_). |
| 68 | + |
| 69 | +- Add :class:`junifer.preprocess.fMRIPrepConfoundRemover` (:gh:`111` by `Fede Raimondo`_ and `Leonard Sasse`_). |
| 70 | + |
| 71 | +- Implement :class:`junifer.markers.CrossParcellationFC` marker (:gh:`85` by `Leonard Sasse`_ |
| 72 | + and `Kaustubh R. Patil`_) |
| 73 | + |
| 74 | +- Add :class:`junifer.configs.juseless.datagrabbers.JuselessUCLA` datagrabber for the UCLA dataset |
| 75 | + available on juseless (:gh:`118` by `Leonard Sasse`_). |
| 76 | + |
| 77 | +- Rename "atlas" to "parcellation" (:gh:`116` by `Fede Raimondo`_). |
| 78 | + |
| 79 | +- Refactor the :class:`junifer.datagrabber.BaseDataGrabber` class to allow for easier subclassing (:gh:`123` by `Fede Raimondo`_). |
| 80 | + |
| 81 | +- Allow custom aggregation method for :class:`junifer.markers.SphereAggregation` (:gh:`102` by `Synchon Mandal`_). |
| 82 | + |
| 83 | +- Add support for "masks" (:gh:`79` by `Fede Raimondo`_). |
| 84 | + |
| 85 | +- Allow :class:`junifer.markers.ParcelAggregation` to apply multiple parcellations at once (:gh:`131` by `Fede Raimondo`_). |
| 86 | + |
| 87 | +- Introduce a singleton decorator for marker computations (:gh:`151` by `Synchon Mandal`_). |
| 88 | + |
| 89 | +- Refactor :class:`junifer.pipeline.PipelineStepMixin` to improve its implementation and validation for pipeline steps |
| 90 | + (:gh:`152` by `Synchon Mandal`_). |
| 91 | + |
| 92 | +- Implement :class:`junifer.markers.ReHoParcels` and :class:`junifer.markers.ReHoSpheres` markers (:gh:`36` by `Synchon Mandal`_). |
| 93 | + |
| 94 | +- Implement :class:`junifer.markers.AmplitudeLowFrequencyFluctuationParcels` and |
| 95 | + :class:`junifer.markers.AmplitudeLowFrequencyFluctuationSpheres` markers (:gh:`35` by `Fede Raimondo`_). |
| 96 | + |
| 97 | +Bugs |
| 98 | +~~~~ |
| 99 | + |
| 100 | +- Fix a bug in which a :class:`junifer.datagrabber.PatternDataGrabber` would now work with relative ``datadir`` paths. |
| 101 | + (:gh:`96` by `Leonard Sasse`_, fixed in :gh:`98` by `Fede Raimondo`_). |
| 102 | + |
| 103 | +- Fix a bug in which :class:`junifer.datagrabber.DataladAOMICPIOP2` datagrabber did not use user input to |
| 104 | + constrain elements based on tasks (:gh:`105` by `Leonard Sasse`_) |
| 105 | + |
| 106 | +- Fix a bug in which a datalad dataset could remove a user-cloned dataset (:gh:`53` by `Fede Raimondo`_) |
| 107 | + |
| 108 | +- Fix a bug in which CLI command would not work using elements with more than one field (by `Fede Raimondo`_). |
| 109 | + |
| 110 | +- Fix a bug in which the generated DAG for HTCondor will not work (:gh:`143` by `Fede Raimondo`_). |
| 111 | + |
| 112 | +API changes |
| 113 | +~~~~~~~~~~~ |
| 114 | + |
| 115 | +- Change the ``single_output`` default parameter in storage classes from ``False`` to ``True`` (:gh:`134` by `Fede Raimondo`_). |
0 commit comments