Skip to content

Commit

Permalink
Merge pull request #988 from bids-standard/rel/0.16.0
Browse files Browse the repository at this point in the history
REL: 0.16.0
  • Loading branch information
effigies authored Apr 26, 2023
2 parents 2df93ed + f323666 commit 72f7161
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
"name": "Esteban, Oscar",
"orcid": "0000-0001-8435-6191"
},
{
"affiliation": "Université catholique de Louvain",
"name": "Gau, Remi",
"orcid": "0000-0002-1535-9767"
},
{
"name": "Papadopoulos Orfanos, Dimitri"
},
{
"affiliation": "University of Texas at Austin",
"name": "McNamara, Quinten"
Expand All @@ -46,11 +54,6 @@
"name": "DeStasio, Krista",
"orcid": "0000-0002-3959-9060"
},
{
"affiliation": "Université catholique de Louvain",
"name": "Gau, Remi",
"orcid": "0000-0002-1535-9767"
},
{
"affiliation": "McGill University",
"name": "Poline, Jean-Baptiste",
Expand Down Expand Up @@ -89,9 +92,6 @@
"name": "Appelhoff, Stefan",
"orcid": "0000-0001-8002-0877"
},
{
"name": "Papadopoulos Orfanos, Dimitri"
},
{
"affiliation": "Department of Psychology, Stanford University",
"name": "Goncalves, Mathias",
Expand Down
29 changes: 29 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
Changelog
=========

Version 0.16.0 (April 26, 2023)
-------------------------------

New feature release in the 0.16.x series.

* FIX: Adapt to SQLAlchemy 1.4+ (#985)
* FIX: Fill na with zero for VIF (#976)
* ENH: Only warn if missing values not explicitly set (#977)
* ENH: Create run reports of whole graph / create HTML reports (#918)
* ENH: Speed up Sparse to Dense BIDSVariable conversion (#969)
* ENH: Update config to support motion and nirs modalities (#965)
* REF: Add derivative subdatasets in a less ad hoc fashion (#954)
* MNT: Update minimum dependencies, add CI job to test them (#987)
* MNT: Drop jinja2/markupsafe constraints (#986)
* MNT: Fix ruff issue E712 (#981)
* MNT: A few Python3 updates (#971)
* MNT: Drop Python 3.7 EOL (#974)
* MNT: Fix repeat-word typo (#968)
* MNT: Update vendored inflect to 5.6.2 (#961)
* MNT: Fix flake8 issues found by ruff (#955)
* MNT: Remove (large) unused PNG from doc directory (#962)
* MNT: http:// → https:// (#960)
* MNT: Update git submodules (#964)
* CI: Drop codecov PyPI package and appveyor config (#979)
* CI: Add Python 3.11 (#975)
* CI: Replace custom update_submodules action with dependabot action (#967)
* CI: fix errors caused by changes in examples (#963)
* CI: Update parameters to gh-action-pypi-publish (#957)

Version 0.15.6 (February 28, 2023)
----------------------------------

Expand Down

0 comments on commit 72f7161

Please sign in to comment.