Skip to content

Releases: ntumlgroup/LibMultiLabel

v0.7.2

01 Jan 06:03
6d3a3b7
Compare
Choose a tag to compare

⭐️⭐️ Restart LibMultiLabel in @ntumlgroup 🏡

What's Changed

Documents

Linear tree-based models

Fix APIs / Bugs 🐛

  • Fix bugs in latest version of NumPy (#7, #8)
  • [linear] Explicitly assign arguments to avoid incorrect argument assignments (#389)

Contributors

Thanks all for the contributions :)
@cjlin1 @ericliu8168 @poppopting @ChengYehLi @maclin726 @will945945945 @Eleven1Liu

v0.7.1

01 Jan 03:16
91e6a4a
Compare
Choose a tag to compare

What's Changed

Documents

  • Update docs by revising --no_merge_train_val to --merge_train_val (#368)
  • Add multi-label tutorial (#381)

Fix APIs / Bugs 🐛

  • Fix GridSearchCV to support sklearn>=1.3.0 (#362)
  • Update regex syntax for python3.12 (#373)
  • Update Ray Argument (#376)
  • Fix Autotest: Set Pytorch <=2.3 to resolve torchtext dependency issue (#386)

Contributors

Thank you all for your contributions :)
@cjlin1 @donglihe-hub @Gordon119 @thomas0125 @poppopting @Eleven1Liu

New Contributors

Welcome @thomas0125@poppopting 🏜️🐪

Original release date: Aug 22, 2024

v0.7.0

01 Jan 03:11
bb4481f
Compare
Choose a tag to compare

What's Changed

Documents

  • Add Handling Data with Many Labels with AttentionXML (#368)

Highlights

  • Add AttentionXML (#346)
  • Add new argument beam_width (#366, #367)
  • Remove unused elements in nn.model (#363, #369)

Fix APIs 🔧

  • Use the latest protocol in pickle dump (#364)

Contributors

Thank you all for your contributions :)
@cjlin1 @donglihe-hub @Sinacam @will945945945 @Gordon119 @Eleven1Liu

Original release date: May 24, 2024

v0.6.2

01 Jan 04:38
d9307a0
Compare
Choose a tag to compare

What's Changed

Fix APIs 🔧

  • Fixed sklearn API with version >=1.3.0 (#362)

Contributors

Thank you all for your contributions :)
@cjlin1 @thomas0125 @Sinacam @will945945945

New Contributors

Welcome @thomas0125

Original release date: Mar 7, 2024

v0.6.1

01 Jan 04:36
7106704
Compare
Choose a tag to compare

What's Changed

Fix APIs 🔧

  • Fixed deprecated/removed scipy API (#360)
  • Fixed sklearn version before GridSearchCV is fixed (#361)

Contributors

Thank you all for your contributions :)
@cjlin1 @Sinacam

Original release date: Feb 28, 2024

v0.6.0

01 Jan 04:32
307935e
Compare
Choose a tag to compare

What's Changed

Highlights

  • Update package versions: torch>=2.0.1 and lightning==2.0.9 with CUDA 11.8 and 12.1
  • For users using torch 1.13.1 with CUDA 11.6 or 11.7, please git checkout 10819d0 or pip install PyPi==0.5.2.

Contributors

Thank you all for your contributions :)
@cjlin1 @Eleven1Liu @Sinacam @Gordon119 and all lab members who provided helpful feedback!

Original release date: Feb 10, 2024

v0.5.2

01 Jan 04:30
10819d0
Compare
Choose a tag to compare

What's Changed

Document

  • Fix sphinx version and add the implementation doc link to the web page (#352)

Bugs Fixing 🐛 and Code Enhancement ✨

  • Replace Timer with lighter timer(#350)
  • Enhance data_utils (#353)
  • Fix top_k in metrics.py (#356)

Contributors

Thank you all for your contributions :)

@cjlin1 @donglihe-hub @Sinacam @Gordon119 @Eleven1Liu

Original release date: Feb 8, 2024

v0.5.1

01 Jan 04:28
d1ef6b9
Compare
Choose a tag to compare

What's Changed

Highlights

  • Linear: Fixed recall for no label instances (#351)

Contributors

Thank you all for your contributions :)

@cjlin1 @Sinacam

Original release date: Jan 18, 2024

v0.5.0

01 Jan 04:24
55f0f49
Compare
Choose a tag to compare

What's Changed

Document

  • Add implementation document (#345)

Highlights

  • Separate NN and linear dependencies (#348, #349)
  • Optimized NDCG (#339, #342)
  • Linear: Use multiclass to decide whether the input data set is multiclass (#337)
  • NN: Speed Up Tokenization Through Multiprocessing (#347)

Contributors

Thank you all for your contributions :)

@cjlin1 @Sinacam @donglihe-hub @ChengYehLi

Original release date: Jan 17, 2024

v0.4.0

01 Jan 04:23
e88ed16
Compare
Choose a tag to compare

What's Changed

Highlights

  • Update copyright (#340)

Contributors

Thank you all for your contributions :)

@cjlin1 @Gordon119 @Eleven1Liu

Original release date: Nov 16, 2023