Skip to content

Commit 5fdd558

Browse files
Merge pull request #90 from EasyScience/develop
Release 1.2.1
2 parents a6d9379 + 2117739 commit 5fdd558

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/easyscience/Datasets/xarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def sigma_generator(
281281
282282
:param variable_label: Name of the DataArray to perform the calculation on
283283
:type variable_label: str
284-
:param sigma_func: Function to generate the sigmas. Must be of the form f(x) and return an array of the same shape as the input. Default sqrt(\|x\|)
284+
:param sigma_func: Function to generate the sigmas. Must be of the form f(x) and return an array of the same shape as the input. Default sqrt(\\|x\\|)
285285
:type sigma_func: Callable
286286
:param label_prefix: What prefix should be used to designate a sigma DataArray from a data DataArray
287287
:type label_prefix: str

src/easyscience/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.2.0'
1+
__version__ = '1.2.1'

0 commit comments

Comments
 (0)