Skip to content

Commit

Permalink
MAINT: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jun 23, 2020
1 parent 9e5fe1f commit 85e9e6c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@ Changelog

.. currentmodule:: surfer

Development version (0.10.dev0)
-------------------------------
Version 0.11.0
--------------

- Minimum Python version increased to 3.6
- Add support to turn off full-screen antialiasing, which can be problematic on
some drivers (e.g., MESA software rendering on Linux)
- Simplification and refactoring of vector-valued data plotting
- Removal of unnecessary ``info`` log messages about smoothing matrix and
colormap generation (changed to ``debug`` level)
- Clean up of exit functions like ``__del__`` to avoid segfaults


Version 0.10.0
Expand Down
2 changes: 1 addition & 1 deletion surfer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .utils import Surface, verbose, set_log_level, set_log_file # noqa
from .io import project_volume_data # noqa

__version__ = "0.11.dev0"
__version__ = "0.11.0"

set_log_file() # initialize handlers
set_log_level() # initialize logging level

0 comments on commit 85e9e6c

Please sign in to comment.