From a1203ab3650f927367f0f47c60e495a745eccadd Mon Sep 17 00:00:00 2001 From: Matteo Visconti di Oleggio Castello Date: Sun, 31 Mar 2024 11:52:23 -0700 Subject: [PATCH] MNT version 0.4.4 --- doc/changelog.rst | 6 ++++++ himalaya/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 8492d48..f0d6f2d 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -6,6 +6,12 @@ Development Version - +Version 0.4.4 +------------- +(*March 2024*) + +- FIX cupy boolean dtype + Version 0.4.3 ------------- (*March 2024*) diff --git a/himalaya/__init__.py b/himalaya/__init__.py index 0b3114f..b47690d 100644 --- a/himalaya/__init__.py +++ b/himalaya/__init__.py @@ -7,7 +7,7 @@ from . import utils from . import viz -__version__ = '0.4.3' +__version__ = '0.4.4' __all__ = [ backend,