Skip to content

Commit

Permalink
MAINT: Bumpting version and updating changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpu-creare committed Dec 27, 2023
1 parent 738d41f commit fcbf85f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 3.3.0

### Features
* Now supporting custom coordinate dimensions for downstream applications. Just use `podpac.utils.add_valid_dimension("my_dimension_name")` to register and start using your custom dimension name.
* Can now use `np.timedelta64` as a valid type for coordinates

### Maintenance
* Removed the "datalib" module, and made it its own package `podpacdatalib`.
*

## 3.2.1
### Bugfixes
* Fixed documentation build
Expand Down
4 changes: 2 additions & 2 deletions podpac/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
## UPDATE VERSION HERE
##############
MAJOR = 3
MINOR = 2
HOTFIX = 2
MINOR = 3
HOTFIX = 0
##############


Expand Down

0 comments on commit fcbf85f

Please sign in to comment.