Skip to content

Commit

Permalink
Fix the typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dustalov committed Mar 31, 2023
1 parent 0565b16 commit 56ff61d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
-------------------
* 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
* Added Multi-Binary aggregation
Expand Down
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 56ff61d

Please sign in to comment.