Skip to content

Tags: NCAR/wrf-python

Tags

v1.3.4.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #187 from NCAR/develop

Merge develop into main for patch

1.3.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #184 from NCAR/develop

Merge version bump

1.3.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge Develop Into Main (#165)

* proj4 formatting update (#146)

* units=hPa is used in /def get_slp():/

* Update Mercator projection attributes (#163)

* Update Mercator projection attributes

* remove empty test_mercator file

* CI issues (#164)

* CI issues

* Add build env path for Linux.yml

* other updates to ci file

* format more closely to uxarray/comp

* Undo some changes, add python version

* Revert to previous version for 'Run tests'

* Update version in conda recipe

Co-authored-by: Piotr Kasprzyk <[email protected]>

1.3.2.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge develop to main (#151)

* Update constants.py

Replace from numpy.asscalar to item() because numpy.asscalar causes FutureWarning.
Deprecated since numpy version 1.16: Deprecated, use numpy.ndarray.item() instead.

* Update decorators.py

Because of the change in the structure of the "collections" module, I change a bit.

* Update latlonutils.py

To avoid FutureWarning, Function "Iterable" should import from collections.abc.

* Update util.py

To avoid FutureWarning, function "Iterable" and "Mapping" should be imported from collections.abc.

* Restructuring repo (#150)

* Restructured folders and env files and some docs in regards

* Additional refactoring to file names

* Github actions configured fully

* Corrected ubuntu vs win64 bug in CI

* Windows build fix

* Trying to fix Windows build tests

* Continue fixing windows build tests

* ANother fixing attempt on windows build tests

* Stil attempting to fix

* Another attempt to fix

* Little correction in config

* Still trying to get windows build tests done

* Maybe this time

* try a different windows build bat

* Another attempt

* Trying vs2015 installation

* again

* Gave up windows build tests

* Remove CircleCI config

* Corrected env namein docs

* Sorted env files alphabetically

* Modified meta.yml and removed unnecessary meta.yaml files

* Corrected constants numpy item

* Numpy item use

Co-authored-by: muchojp <[email protected]>
Co-authored-by: Michaela Sizemore <[email protected]>

1.3.2.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #131 from NCAR/reset_maintainers

Bumped conda recipe versions

1.3.2.4

Update 2019 WRF workshop setup instructions

1.3.2.3

Fix conda install instructions for 2019 workshop

1.3.2.2

Doc update to add 2019 WRF workshop info

1.3.2.1

Doc update to add contrib guide and internals

Also added environment yaml files for testing and development.

1.3.2

- Release 1.3.2

- Coordinate name index positions are no longer assumed and are searched
  instead. Some users use xarray to rewrite WRF output files, and xarray
  might reorder the coordinate name positions.
- Fixed a segfault issue with CAPE when more than 150 vertical levels are
  used (e.g. LES runs).
- setup.py will now bootstrap the numpy installation.