Skip to content

Commit

Permalink
Merge pull request #255 from nasa/release/1.6.1
Browse files Browse the repository at this point in the history
Release/1.6.1
  • Loading branch information
danielfromearth authored Nov 27, 2024
2 parents 567d7b6 + fc8afb5 commit 40f186e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 14 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Common Changelog](https://common-changelog.org/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.6.1] - 2024-11-27

### Fixed

- prevent xarray from changing variable types on open_dataset ([#254](https://github.com/nasa/stitchee/pull/254))([**@ank1m**](https://github.com/ank1m))

## [1.6.0] - 2024-11-19

### Changed
Expand Down
1 change: 1 addition & 0 deletions concatenator/stitchee.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ def stitchee(
decode_times=False,
decode_coords=False,
drop_variables=coord_vars,
mask_and_scale=False,
)

# Determine value for later dataset sorting.
Expand Down
26 changes: 13 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "stitchee"
version = "1.6.0"
version = "1.6.1rc2"
description = "NetCDF4 Along-existing-dimension Concatenation Service"
authors = ["Daniel Kaufman <daniel.kaufman@nasa.gov>"]
readme = "README.md"
Expand Down

0 comments on commit 40f186e

Please sign in to comment.