From f7c92ae276389000c66b1a29907f497faf3a2003 Mon Sep 17 00:00:00 2001 From: Alec Koumjian Date: Mon, 20 May 2024 11:24:53 -0400 Subject: [PATCH] Pre-release 0.7.3a1 --- CHANGELOG.md | 9 +++++++++ quivr/__version__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c6caba..5c7b595 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ This file documents notable changes between versions of quivr. +## [0.7.3] - 2024-05-20 + +### Fixed + +- Concatenating empty quivr tables will no longer raise an error with +incompatible attributes. Instead, attributes will be taken from the first +non-empty table. + + ## [0.7.2] - 2023-10-18 ### Removed diff --git a/quivr/__version__.py b/quivr/__version__.py index bc8c296..7f98610 100644 --- a/quivr/__version__.py +++ b/quivr/__version__.py @@ -1 +1 @@ -__version__ = "0.7.2" +__version__ = "0.7.3a1"