From f197c2cb9fe3e891c716919a8b6d7d81df1c646c Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Fri, 6 Sep 2024 11:47:14 -0400 Subject: [PATCH] REL: 0.17.1 Update changelog and zenodo ordering --- .zenodo.json | 10 +++++----- CHANGELOG.rst | 12 +++++++++++- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 8d6fe6b7..32e8837b 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -27,16 +27,16 @@ "name": "Salo, Taylor", "orcid": "0000-0001-9813-3167" }, - { - "affiliation": "Dartmouth College", - "name": "Halchenko, Yaroslav O.", - "orcid": "0000-0003-3456-2493" - }, { "affiliation": "Université catholique de Louvain", "name": "Gau, Remi", "orcid": "0000-0002-1535-9767" }, + { + "affiliation": "Dartmouth College", + "name": "Halchenko, Yaroslav O.", + "orcid": "0000-0003-3456-2493" + }, { "affiliation": "CEA", "name": "Papadopoulos Orfanos, Dimitri", diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ff57c367..84bbe78e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,10 +1,20 @@ Changelog ========= +Version 0.17.1 (September 06, 2024) +----------------------------------- + +Bug-fix release in the 0.17.x series. + +Mostly quiets down warnings generated by more recent versions of Pandas. + +* FIX: Create indices with object dtype (#1084) +* MNT: Transfer validation tests to bids validator (#1081) + Version 0.17.0 (July 29, 2024) ------------------------------ -Feature release in the 0.17.0 series. +Feature release in the 0.17.x series. This release includes experimental support for MRS (BEP22) datasets and `universal_pathlib `__.