497 Commits (14a5f59cb730c2f6b52fb94321e455ade5faad75)
 

Author SHA1 Message Date
Bill Ladwig ee7ca7c3ad Fix issue with vinterp and heavily cropped datasets in the vertical. Added continuous integration tests for conda-forge. Changed some documentation wording. 8 years ago
Bill Ladwig 88b8623ac8 Removed ncl_reference directory since it is not needed anymore 8 years ago
Bill Ladwig 17cfd4fbbd Removed unused script directory 8 years ago
Bill Ladwig 3411b78797 Moved latest release information to top of new.rst. Fixed documentation URL in setup.py 8 years ago
Bill Ladwig 1ba3cbea13 Updated conda recipe to match conda-forge. Will keep supporting two places until conda-forge issues are ironed out 8 years ago
Bill Ladwig b4b4677c15 Added fix for issues from xarray 0.9, which was caused by xarray no longer including default dimensions in to coordinate mappings. Updated documentation and notebooks. Modified documentation URL in setup. Dropping requirement for numpy 1.9 8 years ago
Bill Ladwig c4d623235c Fix for xarray 0.9, which removed default dimensions from the coordinate mappings 8 years ago
Bill Ladwig f98e87c0dd Update README.md 8 years ago
Bill Ladwig e83b0af5a3 Docstring update 8 years ago
Bill Ladwig 823c2bb0e0 Added my channel back to instructions in case conda-forge isn't ready by AMS 8 years ago
Bill Ladwig 6342b55240 Saving recipes that are mostly working with conda-forge. Fixed warnings with MANIFEST.in 8 years ago
Bill Ladwig cea50f7b60 Doc updates 8 years ago
Bill Ladwig ed5a3bdb4a Updated recipe 8 years ago
Bill Ladwig 29a9f70605 Merge pull request #1 from weinihou/patch-1 8 years ago
Bill Ladwig dc916a2f33 Merge pull request #2 from weinihou/patch-2 8 years ago
Shiwei Sun fe65eb8560 correct the example of vinterp 8 years ago
Shiwei Sun 700fd02703 correct the pivot-angle-interpline example 8 years ago
Bill Ladwig 5b01084a87 Documentation updates. Added more packaging boilerplate. Updated version to 1.0b. 8 years ago
Bill Ladwig b540f5bbb1 Added . to command 8 years ago
Bill Ladwig 958eb173b3 Renamed build.bat to bld.bat 8 years ago
Bill Ladwig e3a4cf9d48 Added a build bat for Windows 8 years ago
Bill Ladwig 93d529ad70 Recipe uses https github url 8 years ago
Bill Ladwig 89f4d1737e Another attempt at a windows recipe 8 years ago
Bill Ladwig 8c3c953d71 Merge branch 'master' of https://github.com/NCAR/wrf-python 8 years ago
Bill Ladwig 6c0b8643d5 Updated recipe for Windows. This might not work. 8 years ago
Bill Ladwig a0108f4fb1 Create README.md 8 years ago
Bill Ladwig 2bc9d929c3 Fixed typo in api.py and changed missingval to missing in raw computation routines. Modified a test notebook to work with API changes. 8 years ago
Bill Ladwig da2a2f8c07 Modified conf.py to use default theme for rtd 8 years ago
Bill Ladwig cea1b98ddd Renamed the geobounds function since it was confusing the autosummary tool with Sphinx. Updated documentation. 8 years ago
Bill Ladwig 1d877a6b6c Changed the mapping API. Users no longer have to use xarray coordinates directly. Added a new class for GeoBounds. Slices of variables should now be easier to plot. Added better metadata for smooth2d. 8 years ago
Bill Ladwig 16fc81366d fixed a comment 9 years ago
Bill Ladwig f789faf436 Removed a .DS_Store file 9 years ago
Bill Ladwig 9629bf121a Renamed npvalues to to_np. Fixed issue with generator expressions crashing. 9 years ago
Bill Ladwig 1c7baf0a4e Updated documentation. Fixed bugs found while creating examples, mostly related to xarray and compiled extensions. 9 years ago
Bill Ladwig 9be5a86a1b Now uses CoordPair for vertical cross sections so that lat/lon points can be used directly. 9 years ago
Bill Ladwig eec730c8ab Fix documentation typos. Updated API outlines. Fixed an issue with a computation routine name conflict. 9 years ago
Bill Ladwig d6ea275f64 Added generated folders for placekeepers 9 years ago
Bill Ladwig bfd28da171 Updated API documentation. Added levels to the vertcross routine so users can specify their own vertical levels 9 years ago
Bill Ladwig 49092f6ac1 Added docstrings to all functions. Modified some argument names for better consistency. Added unit support to raw computational algorithms. Modified setup.py to work with readthedocs. Modifyied conf.py to use mocks for readthedocs. Modified gitignore to ignore the generated documentation folder. 9 years ago
Bill Ladwig 62216c5d04 Updated notebooks. Conda recipe changed to use latest libgcc since continuum broke the 4.8.5 build by excluding libgfortran in build 2 9 years ago
Bill Ladwig bf0d26b7b0 Moved the CoordPair to a new module. Added operators for CoordPair. Fixed some missing from __future__ imports. Fixed some metadata issues due to arg name changes. 9 years ago
Bill Ladwig e69767e1e6 Fixed issue with moving domains contained in a single file. Added support for multi-product arrays being used in the interpolation routines. 9 years ago
Bill Ladwig c2fa5405fb Added new unit aliases to better match udunits, if we ever go down that route. Changed temperature to use Kelvin as base unit, so speed should improve. Added unit test for units to make sure they all run 9 years ago
Bill Ladwig 00f7170e58 Added tests for the ll_to_xy and xy_to_ll routines. Fixed bugs found during testing. Fixed numerous typos and removed obsolete code. 9 years ago
Bill Ladwig 7e503a145b Added thread local coordinate and is_moving caching so that this is only done once. Modified the latlon/xy routines to put the product on the left like NCL. Updated unit testing to add the latlon routines. Updated ipynb scripts. 9 years ago
Bill Ladwig c64ce855c8 now uses wrapt in the build 9 years ago
Bill Ladwig 1f731e8b25 Added the jinja patch for 1.21 conda-build so it works with numpy distutils. Added code for the threadlocal caching. Added a cached test. Modified cloudfrac to match what has been committed to NCL. Modified the NCL test script to add cloud fraction. 9 years ago
Bill Ladwig 1f5d6663bb updated setup.py 9 years ago
Bill Ladwig f6743f64d6 updated setup.py 9 years ago
Bill Ladwig 0688765ef8 Added version information. Added more distribution boiler plate. Removed unused squeeze for the algorithm metadata 9 years ago