Skip to content

Commit 85e9e6c

Browse files
committed
MAINT: Bump version
1 parent 9e5fe1f commit 85e9e6c

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGES

+10-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@ Changelog
33

44
.. currentmodule:: surfer
55

6-
Development version (0.10.dev0)
7-
-------------------------------
6+
Version 0.11.0
7+
--------------
8+
9+
- Minimum Python version increased to 3.6
10+
- Add support to turn off full-screen antialiasing, which can be problematic on
11+
some drivers (e.g., MESA software rendering on Linux)
12+
- Simplification and refactoring of vector-valued data plotting
13+
- Removal of unnecessary ``info`` log messages about smoothing matrix and
14+
colormap generation (changed to ``debug`` level)
15+
- Clean up of exit functions like ``__del__`` to avoid segfaults
816

917

1018
Version 0.10.0

surfer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from .utils import Surface, verbose, set_log_level, set_log_file # noqa
33
from .io import project_volume_data # noqa
44

5-
__version__ = "0.11.dev0"
5+
__version__ = "0.11.0"
66

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

0 commit comments

Comments
 (0)