Skip to content

Commit

Permalink
0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaelicke committed Apr 12, 2021
1 parent 277e5ec commit ef963b8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.2
0.4.3
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

Version 0.4.3
=============
- [Variogram] :func:`dim <skgstat.Variogram.dim>` now returns the spatial dimensionality of the input data.
- [Variogram] fixed a numpy depreaction warning in `_calc_distances`

Version 0.4.2
=============
- [Variogram] :func:`bins <skgstat.Variogram.bins>` now cases manual setted bin edges automatically
Expand Down
2 changes: 1 addition & 1 deletion skgstat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
from . import interfaces

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

0 comments on commit ef963b8

Please sign in to comment.