Skip to content

Commit

Permalink
Version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefraynaud committed Mar 21, 2016
1 parent 0330055 commit 5ea306e
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 5 deletions.
31 changes: 29 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,39 @@
Release notes
#############

In development
==============
Version 3.1.0
=============

- Added support for mtype=None to variogram_fit.
- Added support for res="None" to create_map.
- Added errfunc support to kriging.
- Added cfgfilter to cfgmanager.
- Added proj param to basemap.get_proj.
- Added closing after showing in core_plot.
- Added autoscaling mode to ScalarMappable.get_levels with normal and degrees.
- Added merge_masks to merge masks of several variables.
- Added u, v, ubc, vb, speed, cdir, sigma*, *dens and renamed vol to cvol in cf.
- Added support for redirecting warnings, stdout and sterr to io.Logger
- Added mode support to dz2depth with edge, edge+ and middle.
- Added checkdir to make sure dir exists.
- Added julday converter.
- Added support for haversine distance to get_distances + krig integration.
- Added cyclic support to rainbow.
- Changed grid2xy to use get_distances.
- Renamed dmax to distmax in kriging.
- Improved support of julian days in atime.
- Improved date locators and formatters.
- Fixed cmap_br*.
- Fixed ignorecase in ncmatch_obj.
- Fixed some proj problems in misc.grid.
- Fixed inversions in kriging.
- Fixed validation of list in config.
- Fixed 360 deg problem for grid2xy.
- Fixed transect with 4D data
- Fixed scalar handling and masking in grid2xy
- Fixed format_var with variables with no axes specs.
- Fixed roundto in IterDates.
- Fixed no_norm issue.
- Fixed some standard names and grid locs in cf.

Version 3.0.0
Expand Down
7 changes: 4 additions & 3 deletions lib/python/vacumm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf8 -*-
#
# Copyright or © or Copr. Actimar/IFREMER (2010-2015)
# Copyright or © or Copr. Actimar/IFREMER (2010-2016)
#
# This software is a computer program whose purpose is to provide
# utilities for handling oceanographic and atmospheric data,
Expand Down Expand Up @@ -35,9 +35,9 @@
#

__project__ = 'vacumm'
__version__ = '3.0.0'
__version__ = '3.1.0'
__release__ = '1'
__date__ = '2015-10-23'
__date__ = '2015-03-21'
__author__ = u'Stéphane Raynaud, Jonathan Wilkins, Guillaume Charria'
__email__ = 'raynaud@actimar.fr, wilkins@actimar.fr, charria@ifremer.fr'
__copyright__ = 'Copyright (c) 2010-2015 Actimar/IFREMER'
Expand All @@ -51,6 +51,7 @@
- misc: generic library
- data: data management
- diag: advanced diagnostics
- tide: tidal tools
- sphinxext: extensions to sphinx doc generator
- bathy: bathymetric tools
- data: library to read observations and modelled fields
Expand Down

0 comments on commit 5ea306e

Please sign in to comment.