Skip to content

Commit 59a7b4a

Browse files
authored
Merge pull request #249 from bird-house/release_0.8.7
Release 0.8.7
2 parents 531f97c + b04954b commit 59a7b4a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CHANGES.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Change History
22
**************
33

4-
v0.8.7 (unreleased)
4+
v0.8.7 (2024-05-07)
55
===================
66

7-
* Fix regression, where loading TIFF files would return a Dataset instead of a DataArray, the behavior prior to 0.8.5.
7+
* Fix regression, where loading TIFF files would return a Dataset instead of a DataArray, the behavior prior to 0.8.5. Loading a multi-band TIFF file will now return a DataArray with the bands as dimensions.
88

99

1010
v0.8.6 (2024-03-18)

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ Full `documentation <http://birdy.readthedocs.org/en/latest/>`_ is on ReadTheDoc
4444
:alt: Join the chat at https://gitter.im/bird-house/birdhouse
4545

4646
.. |Binder| image:: https://mybinder.org/badge_logo.svg
47-
:target: https://mybinder.org/v2/gh/bird-house/birdy.git/v0.8.6?filepath=notebooks
47+
:target: https://mybinder.org/v2/gh/bird-house/birdy.git/v0.8.7?filepath=notebooks
4848
:alt: Binder Launcher
4949

5050
.. |NBViewer| image:: https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg
51-
:target: https://nbviewer.jupyter.org/github/bird-house/birdy/tree/v0.8.6/notebooks/
51+
:target: https://nbviewer.jupyter.org/github/bird-house/birdy/tree/v0.8.7/notebooks/
5252
:alt: NBViewer
5353
:height: 20

birdy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# noqa: D100, D104
22

3-
__version__ = "0.8.6"
3+
__version__ = "0.8.7"
44

55
from .client import WPSClient
66
from .ipyleafletwfs import IpyleafletWFS # noqa: F401

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
# The short X.Y version.
8888
version = ""
8989
# The full version, including alpha/beta/rc tags.
90-
release = "0.8.6"
90+
release = "0.8.7"
9191

9292
# The language for content autogenerated by Sphinx. Refer to documentation
9393
# for a list of supported languages.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.8.6
2+
current_version = 0.8.7
33
commit = True
44
tag = False
55

0 commit comments

Comments
 (0)