Skip to content
Open
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
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ History

* Added fixed biasmap plot limits option to enable consistent visualizations across model runs
* Updated documentation to reflect new feature
* Fixed issue #28: Properly locate GeoJSON files in both development and installed environments
* Fixed issue #27: Added missing netCDF4 dependency to setup.py

0.1.5 (2023-12-08)
------------------
Expand Down
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "cmpitool" %}
{% set version = "1.0.0" %}
{% set version = "1.1.0" %}

package:
name: "{{ name|lower }}"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
requirements = [
"geopandas",
"matplotlib",
"netCDF4",
"numpy",
"pandas >=1.0.0",
"pooch",
Expand Down