Skip to content

Releases: akihikodaki/cld3-ruby

Version 3.7.0

07 Nov 06:13
Compare
Choose a tag to compare

BREAKING CHANGE
Dropped support for Ruby 3.0.

This adds support for Ruby 3.4.

The gem is available at: https://rubygems.org/gems/cld3/versions/3.7.0
The documentation is available at: https://www.rubydoc.info/gems/cld3/3.7.0

Version 3.6.0

17 Jul 06:18
Compare
Choose a tag to compare

BREAKING CHANGE
Dropped support for Ruby 2.7.

This fixes a bug in the signature and adds support for Ruby 3.3.

The gem is available at: https://rubygems.org/gems/cld3/versions/3.6.0
The documentation is available at: https://www.rubydoc.info/gems/cld3/3.6.0

Version 3.5.3

15 Mar 06:27
Compare
Choose a tag to compare

Fixed for compilers not supporting C++20.

The gem is available at: https://rubygems.org/gems/cld3/versions/3.5.3
The documentation is available at: https://www.rubydoc.info/gems/cld3/3.5.3

Version 3.5.2

23 Feb 15:33
Compare
Choose a tag to compare

Fixes a warning introduced with version 3.5.1. (#42)

The gem is available at: https://rubygems.org/gems/cld3/versions/3.5.2
The documentation is available at: https://www.rubydoc.info/gems/cld3/3.5.2

Version 3.5.1

21 Feb 12:31
Compare
Choose a tag to compare

BREAKING CHANGES

  • FFI is replaced with Ruby extension. As the consequence, cld3-ruby is no longer compatible with JRuby, which does not Ruby extension.

This release fixes the compatibility with the latest RubyGems, shipped with Ruby 3.2.

The gem is available at https://rubygems.org/gems/cld3/versions/3.5.1.
The documentation is available at https://www.rubydoc.info/gems/cld3/3.5.1.

Version 3.5.0

19 Jul 13:30
Compare
Choose a tag to compare

BREAKING CHANGES

  • Ruby 2.6 is no longer supported.
  • C++17 is now required where C++11 was required in the prior releases.

The dependency on protocol buffers, which annoyed everyone using cld3-ruby, is finally removed. 🎉
The support for Ruby 3.2.0 is also added as well.

The gem is available at https://rubygems.org/gems/cld3/versions/3.5.0.
The documentation is available at https://www.rubydoc.info/gems/cld3/3.5.0.

Version 3.4.4

20 Jan 01:28
Compare
Choose a tag to compare
  • Fixes documentation errors. (#32 by @Islands5)
  • Raises ArgumentError when invalid arguments are given to CLD3::NNetLanguageIdentifier.new instead of trapping. (#35)

The gem is available at https://rubygems.org/gems/cld3/versions/3.4.4.
The documentation is available at https://www.rubydoc.info/gems/cld3/3.4.4.

Version 3.4.3

25 Nov 07:20
Compare
Choose a tag to compare
  • Compatibility with Ruby 3.1 is confirmed.
  • Introduced RBS.
  • Updated CLD3, fixing a few compiler warnings.

The gem is available at https://rubygems.org/gems/cld3/versions/3.4.3.
The documentation is available at https://www.rubydoc.info/gems/cld3/3.4.3.

Version 3.4.2

17 Apr 13:27
Compare
Choose a tag to compare

Compatibility with Ruby-FFI 1.15.0 is confirmed. Thanks to @ayanko for telling me the new release of the gem.

The gem is available at https://rubygems.org/gems/cld3/versions/3.4.2.
The documentation is available at https://www.rubydoc.info/gems/cld3/3.4.2.

Version 3.4.1

20 Dec 07:44
Compare
Choose a tag to compare

BREAKING CHANGE: The support for Ruby versions older than 2.6 was dropped.

This release contains improvements for the Windows support and updates for dependencies.

The gem is available at https://rubygems.org/gems/cld3/versions/3.4.1.
The documentation is available at https://www.rubydoc.info/gems/cld3/3.4.1.