Skip to content

Commit da745b1

Browse files
authored
Merge pull request #69 from Toloka/release
Bump version to 1.2.1
2 parents b5905d6 + 56ff61d commit da745b1

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.2.1
2+
-------------------
3+
* Bug fixes in RASA, HRRASA, and documentation
4+
15
1.2.0
26
-------------------
37
* Crowd-Kit Learning subpackage introducing implementations of deep learning from crowds methods: CoNAL and CrowdLayer

crowdkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from typing import List
22

3-
__version__ = '1.2.0'
3+
__version__ = '1.2.1'
44

55
__all__: List[str] = []

examples/Readability-Pairwise.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"outputs": [],
2727
"source": [
2828
"%%capture\n",
29-
"%pip install -U crowd-kit==1.2.0"
29+
"%pip install -U crowd-kit==1.2.1"
3030
]
3131
},
3232
{

examples/TlkAgg-Categorical.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"outputs": [],
2525
"source": [
2626
"%%capture\n",
27-
"%pip install -U crowd-kit==1.2.0"
27+
"%pip install -U crowd-kit==1.2.1"
2828
]
2929
},
3030
{

0 commit comments

Comments
 (0)