File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -207,6 +207,9 @@ http://code.mpimet.mpg.de/projects/cdo
207207 - many of them just set return type, so they will go to the _ run()_ method
208208 - options only has effect during run of the tool, so this can also go into _ run()_
209209 - the different input types can be handled in something like _ input()_ or
210+ * ** 1.6.0** :
211+ - merged pull requests regarding threading, signal and tempfile handling
212+ - added support for xarray/xdataset input AND output at the same time (request by Pauline Millet)
210213* ** 1.5.6** :
211214 - slight adoptions for CDO-2.0.0
212215 - limitted support for python-2.7: many other libs dropped support for it so I can only do limitted testing
Original file line number Diff line number Diff line change 20202121AUTHOR = 'Ralf Mueller'
2222REQUIRES_PYTHON = '>=2.7.0'
23- VERSION = '1.6'
23+ VERSION = '1.6.0 '
2424
2525# What packages are required for this module to be executed?
2626REQUIRED = [
@@ -117,7 +117,6 @@ def run(self):
117117 'License :: OSI Approved :: BSD License' ,
118118 'Programming Language :: Python' ,
119119 'Programming Language :: Python :: 3' ,
120- 'Programming Language :: Python :: 3.6' ,
121120 'Programming Language :: Python :: 2.7' ,
122121 'Programming Language :: Python :: Implementation :: CPython' ,
123122 'Programming Language :: Python :: Implementation :: PyPy'
You can’t perform that action at this time.
0 commit comments