Skip to content

Commit

Permalink
Merge pull request #69 from Toloka/release
Browse files Browse the repository at this point in the history
Bump version to 1.2.1
  • Loading branch information
dustalov authored Mar 31, 2023
2 parents b5905d6 + 56ff61d commit da745b1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.2.1
-------------------
* Bug fixes in RASA, HRRASA, and documentation

1.2.0
-------------------
* Crowd-Kit Learning subpackage introducing implementations of deep learning from crowds methods: CoNAL and CrowdLayer
Expand Down
2 changes: 1 addition & 1 deletion crowdkit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from typing import List

__version__ = '1.2.0'
__version__ = '1.2.1'

__all__: List[str] = []
2 changes: 1 addition & 1 deletion examples/Readability-Pairwise.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"outputs": [],
"source": [
"%%capture\n",
"%pip install -U crowd-kit==1.2.0"
"%pip install -U crowd-kit==1.2.1"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/TlkAgg-Categorical.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"outputs": [],
"source": [
"%%capture\n",
"%pip install -U crowd-kit==1.2.0"
"%pip install -U crowd-kit==1.2.1"
]
},
{
Expand Down

0 comments on commit da745b1

Please sign in to comment.