Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Changelog
## 4.0.4

### Features
* Added method `are_stacked` to the `Coordinates` class which can be used to determine whether dimensions are stacked together.

### Bug Fixes
* Resolve an issue with `zarr.storage.FsspecStore` requiring a filesystem which supports asynchronous operations.

### Maintenance
* Address SonarQube findings related to unquoted variables in Dockerfiles.

## 4.0.3

### Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion podpac/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
##############
MAJOR = 4
MINOR = 0
HOTFIX = 3
HOTFIX = 4
##############


Expand Down
Loading