Bill Ladwig
60989dd47a
Removed unicode literals.
...
Python 2.x strings are no longer promoted to unicode. Strings are now the native type for the interpreter used.
Fixes #57 .
7 years ago
Bill Ladwig
4a687473ed
Documentation fixes
7 years ago
Bill Ladwig
5799ccf6d0
Fixed bugs related to input failures with dictionaries.
...
Modified routines that use qvapor to make copies so that scipy.io.netcdf works in the newer release. Added input tests.
7 years ago
Bill Ladwig
cc86d68a35
Fix issues related to cloud top temperature.
...
Fixed indexing bug.
Fixed incorrect computation of optical depth when cloud ice is not available.
Users can use fill values for cloud free areas.
Users can now specify the optical depth threshold that triggers the calculation.
Fixes #45 .
7 years ago
Bill Ladwig
cbe0805f79
Fix OpenMP directive issue with cloud top temperature.
7 years ago
Bill Ladwig
514d9ecaec
Updated doc
7 years ago
Bill Ladwig
411cfd17cf
Fix mdbz on cheyenne.
...
Xarray doesn't work with np.amax on cheyenne for some reason.
7 years ago
Bill Ladwig
bb41e19d36
Updated version to 1.1.1
...
Updated docs. Updated numpy compile flags. Updated build script flags.
7 years ago
Bill Ladwig
37052d3235
Updated documentation
7 years ago
Bill Ladwig
497aeb508e
Updated documentation
...
Added sections for performance, what's new, FAQ, the citation. Fixed some typos.
7 years ago
Bill Ladwig
ff79d15e28
Bumped version number
8 years ago
Bill Ladwig
1367f064c0
Updated release info
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
8fd75f893a
Fixed and issue with the x limits being the same value when using MercatorWithLatTS. Fixes #24
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
379a7652bb
Now ignores the XTIME coordinate variable if it is present in a variables coordinate list, but missing in the file. Fixes #11 .
8 years ago
Bill Ladwig
9f36eebcce
Fix initialization issues with polar stereographic and latlon map projections. Addresses #11 .
8 years ago
Bill Ladwig
c9eea20f23
Cleaned up plotting documentation.
8 years ago
Bill Ladwig
fd1dfd9978
Updated documentation
8 years ago
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
3411b78797
Moved latest release information to top of new.rst. Fixed documentation URL in setup.py
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
cea50f7b60
Doc updates
8 years ago
Bill Ladwig
5b01084a87
Documentation updates. Added more packaging boilerplate. Updated version to 1.0b.
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
1c7baf0a4e
Updated documentation. Fixed bugs found while creating examples, mostly related to xarray and compiled extensions.
9 years ago