Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaelicke committed Feb 14, 2022
1 parent 2beb7c2 commit 126fe86
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
10 changes: 10 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog
=========

Version 1.1-rc
==============

Version 1.0.1
-------------
- [Variogram] documentation added to :func:`use_nugget <skgstat.Variogram.use_nugget>`
- [Variogram] :func:`Variogram.fit(method='manual') <skgstat.Variogram.fit>` now
implicitly sets :func:`use_nugget=True <skgstat.Variogram.use_nugget>` if a
nugget is passed to fit.

Version 1.0.0
=============
- [plotting] the 3D surface plot is now handling the opacity settings correctly.
Expand Down
2 changes: 1 addition & 1 deletion skgstat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
from . import util

# set some stuff
__version__ = '1.0.0'
__version__ = '1.0.1'
__author__ = 'Mirko Maelicke <[email protected]>'
__backend__ = 'matplotlib'

0 comments on commit 126fe86

Please sign in to comment.