482 Commits (eb15ff768603ce2f65143bd923786ad1c4ca7ec2)
 

Author SHA1 Message Date
Bill Ladwig 829ccbb79f Merge branch 'release/1.0.5' 8 years ago
Bill Ladwig ff79d15e28 Bumped version number 8 years ago
Bill Ladwig 955fc8d282 Reduced the size of the CI unit test files 8 years ago
Bill Ladwig 0d753e06d8 Update recipe. 8 years ago
Bill Ladwig fef53f8dc8 Merge tag '1.0.4' into develop 8 years ago
Bill Ladwig 7445c6358c Merge branch 'release/1.0.4' 8 years ago
Bill Ladwig 1367f064c0 Updated release info 8 years ago
Bill Ladwig 16676dcdf0 Update version number. 8 years ago
Bill Ladwig 7f518e6015 Modified CI unit tests to remove the warnings. Added __eq__ operator for projection, Fixes #26 . 8 years ago
Bill Ladwig 827ee737c7 Merge tag '1.0.3' into develop 8 years ago
Bill Ladwig f00d3a8d33 Merge branch 'hotfix/1.0.3' 8 years ago
Bill Ladwig 8fd75f893a Fixed and issue with the x limits being the same value when using MercatorWithLatTS. Fixes #24 8 years ago
Bill Ladwig 9e1447b24b Merge tag '1.0.2.4' into develop 8 years ago
Bill Ladwig 114b24996c Merge branch 'hotfix/1.0.2.4' 8 years ago
Bill Ladwig b367bb2f62 Doc update 4. Added more clarification from some installation steps for the workshop. 8 years ago
Bill Ladwig 3a4fa310a9 Merge tag '1.0.2.3' into develop 8 years ago
Bill Ladwig ad5ec870fb Merge branch 'hotfix/1.0.2.3' 8 years ago
Bill Ladwig 10369d7df6 Added RH to the product table. Updated the WRF Workshop instructions to clarify potential problems and added a verification step. 8 years ago
Bill Ladwig 7467ced9a9 Merge tag '1.0.2.2' into develop 8 years ago
Bill Ladwig a221545230 Merge branch 'hotfix/1.0.2.2' 8 years ago
Bill Ladwig 3ca69549c2 Fixed a typo in activate command. 8 years ago
Bill Ladwig dea02b6025 Merge tag '1.0.2.1' into develop 8 years ago
Bill Ladwig 2d338e9988 Merge branch 'hotfix/1.0.2.1' 8 years ago
Bill Ladwig 21860fee13 Fixed errors in WRF Workshop instructions. Added better Windows commands for activation and deactivation. 8 years ago
Bill Ladwig 7909aa9e25 Updated conda recipe 8 years ago
Bill Ladwig d82c070012 Merge tag '1.0.2' into develop 8 years ago
Bill Ladwig 292fe9a75d Merge branch 'hotfix/1.0.2' 8 years ago
Bill Ladwig ab8ed71816 Added additional tests for the wspd_wdir products 8 years ago
Bill Ladwig 62ea6c6b74 Fixed issue with the wspd_wdir diagnostic not working with sequences of data. Added WRF Workshop instructions for the upcoming tutorial. Made new fortran functions for wspd and wdir. Fixes #19, fixes #21, fixes #22, fixes #23. 8 years ago
Bill Ladwig 7fd1326e95 Merge tag '1.0.1.4' into develop 8 years ago
Bill Ladwig 2416d899a5 Merge branch 'hotfix/1.0.1.4' 8 years ago
Bill Ladwig 62ac653ec0 Fixed some plotting typos 8 years ago
Bill Ladwig 55d0259f05 Merge tag '1.0.1.3' into develop 8 years ago
Bill Ladwig 96cbce8d82 Merge branch 'hotfix/1.0.1.3' 8 years ago
Bill Ladwig cf7286294d Fixed formatting issues and typos with vertcros and interpline, and fixed some bogus references in some computation routines. 8 years ago
Bill Ladwig 3759e21420 Merge tag '1.0.1.2' into develop 8 years ago
Bill Ladwig 1e783e6231 Merge branch 'hotfix/1.0.1.2' 8 years ago
Bill Ladwig ca96f30c59 Added the destaggering function to the user API 8 years ago
Bill Ladwig 21176751a7 Merge branch 'feature/hpc_install' into develop 8 years ago
Bill Ladwig 2e29be9b7d Updated hpc install scripts to match what is actually on yellowstone 8 years ago
Bill Ladwig 83bd98cd30 Added yellowstone installation. Fixed typo in build-wrf-python.ys script. 8 years ago
Bill Ladwig 32bdfb2f2c Added yellowstone hpcinstall scripts 8 years ago
Bill Ladwig bf6b5a6cb9 Added build script for wrapt 8 years ago
Bill Ladwig 58c6f6277c Merge tag '1.0.1.1' into develop 8 years ago
Bill Ladwig 6e2924955d Merge branch 'hotfix/1.0.1.1' 8 years ago
Bill Ladwig 383978e71b Added yellowstone installation instructions to documentation 8 years ago
Bill Ladwig 9eb79e8a70 Added xarray to conda recipe 8 years ago
Bill Ladwig 9e66ea139e numpy 1.11 does not properly set the flags for 1D arrays that are expanded via np.newaxis. This was allowing the 1D cape to work in numpy 1.11 but not in numpy 1.12. Fortran arrays are now directly created to ensure it works across numpy versions. Fixes #9. 8 years ago
Bill Ladwig fa5bebe242 Fixed plot doc import issue. Updated error messages for map related utility functions when xarray is not installed or is disabled. 8 years ago
Bill Ladwig f2f672151e No longer references DataArray where it shouldn't, so that things work again without xarray installed. Fixes #15 8 years ago