♊️ GemiNews 🗞️ (dev)

Demo 1: Embeddings + Recommendation Demo 2: Bella RAGa Demo 3: NewRetriever Demo 4: Assistant function calling

🗞️Ruby 3.3.0-preview2 Released

🗿Semantically Similar Articles (by :title_embedding)

Ruby 3.3.0-preview2 Released

2023-09-14 - (from Ruby (EN RSS))

We are pleased to announce the release of Ruby 3.3.0-preview2. Ruby 3.3 adds a new pure-Ruby JIT compiler named RJIT, uses Lrama as a parser generator, and many performance improvements especially YJIT. RJIT Introduced a pure-Ruby JIT compiler RJIT and replaced MJIT. RJIT supports only x86_64 architecture on Unix platforms. Unlike MJIT, it doesn’t require a C compiler at runtime. RJIT exists only for experimental purposes. You should keep using YJIT in production. If you are interested in developing JIT for Ruby, please check out k0kubun’s presentation on Day 3 of RubyKaigi. Use Lrama instead of Bison Replace Bison with Lrama LALR parser generator Feature #19637 If you have interest, please see The future vision of Ruby Parser YJIT Major performance improvements over 3.2 Support for splat and rest arguments has been improved. Registers are allocated for stack operations of the virtual machine. More calls with optional arguments are compiled. Exception handlers are also compiled. Instance variables no longer exit to the interpreter with megamorphic Object Shapes. Unsupported call types no longer exit to the interpreter. Integer#!=, String#!=, Kernel#block_given?, Kernel#is_a?, Kernel#instance_of?, Module#=== are specially optimized. Now more than 3x faster than the interpreter on optcarrot! Metadata for compiled code uses a lot less memory. Generate more compact code on ARM64 Option to start YJIT in paused mode and then later enable it manually --yjit-pause and RubyVM::YJIT.resume This can be used to enable YJIT only once your application is done booting ratio_in_yjit stat produced by --yjit-stats is now available in release builds, a special stats or dev build is no longer required. Exit tracing option now supports sampling --trace-exits-sample-rate=N More thorough testing and multiple bug fixes Other Notable New Features Language Performance improvements defined?(@ivar) is optimized with Object Shapes. Other notable changes since 3.2 IRB IRB has received several enhancements, including but not limited to: Advanced irb:rdbg integration that provides an equivalent debugging experience to pry-byebug (doc). Pager support for commands like ls and show_cmds. More accurate and helpful information provided by the ls and show_source commands. In addition, IRB has also undergone extensive refactoring and received dozens of bug fixes to facilitate easier future enhancements. Compatibility issues Note: Excluding feature bug fixes. Removed constants The following deprecated constants are removed. Removed methods The following deprecated methods are removed. Stdlib compatibility issues ext/readline is retired We have reline that is pure Ruby implementation compatible with ext/readline API. We rely on reline in the future. If you need to use ext/readline, you can install ext/readline via rubygems.org with gem install readline-ext. We no longer need to install libraries like libreadline or libedit. C API updates Updated C APIs The following APIs are updated. Removed C APIs The following deprecated APIs are removed. Standard library updates RubyGems and Bundler warn if users require gem that is scheduled to become the bundled gems in the future version of Ruby. The following default gems are updated. RubyGems 3.5.0.dev bigdecimal 3.1.4 bundler 2.5.0.dev csv 3.2.8 erb 4.0.3 fiddle 1.1.2 fileutils 1.7.1 irb 1.7.4 nkf 0.1.3 optparse 0.4.0.pre.1 psych 5.1.0 reline 0.3.8 stringio 3.0.9 strscan 3.0.7 syntax_suggest 1.1.0 time 0.2.2 timeout 0.4.0 uri 0.12.2 yarp 0.9.0 The following bundled gems are updated. minitest 5.19.0 test-unit 3.6.1 rexml 3.2.6 rss 0.3.0 net-imap 0.3.7 rbs 3.2.1 typeprof 0.21.8 debug 1.8.0 The following default gem is now bundled. racc 1.7.1 See GitHub releases like Logger or changelog for details of the default gems or bundled gems. See NEWS or commit logs for more details. With those changes, 4970 files changed, 239635 insertions(+), 165275 deletions(-) since Ruby 3.2.0! Download https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.0-preview2.tar.gz SIZE: 21074209 SHA1: cf7329019235dc36b8e3f382a8b8b744922b1163 SHA256: 30ce8b0fe11b37b5ac088f5a5765744b935eac45bb89a9e381731533144f5991 SHA512: 1c5a13e519e8487fd40d932b96d14fa729521925c288e7841ab5eada628e506ceca2605bae36eea1aa505d9253383d53cd933b7a4bff96e6de5b1130c7c558e6 https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.0-preview2.tar.xz SIZE: 15600992 SHA1: 606d6423137a24eef4f6b07d167596b63c7aaa17 SHA256: 62b1c4f586c70bf1cb58f2d909d0d824506315782e835f9dd3fcc0b659a70fc1 SHA512: 5ff609a66b7359006df0d87477cf70e6e26c5f40ced81b8254f8154f4fc82c77fed297471b55706c1a4466f2a4257999e933b2ed085f695ace265757ab9500a2 https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.0-preview2.zip SIZE: 26095651 SHA1: 4441cd0db23d133e6e2f7dea28f931a68dac6ca5 SHA256: c9771d24c9b1eab532c04ed076087285601693e4d1c63f131fd078c47c5c0cea SHA512: bfeed21d011f891fe22510fe7242992c98f7fd2ce863d8be5740f56a34b726134cb3f5304e8b2dcd468fbc939648f10aae482eee15c1bf6c64b705484ed9e197 What is Ruby Ruby was first developed by Matz (Yukihiro Matsumoto) in 1993, and is now developed as Open Source. It runs on multiple platforms and is used all over the world especially for web development. Posted by naruse on 14 Sep 2023

empty

[Technology] 🌎 https://www.ruby-lang.org/en/news/2023/09/14/ruby-3-3-0-preview2-released/ [🧠] [v2] article_embedding_description: {:llm_project_id=>"Unavailable", :llm_dimensions=>nil, :article_size=>9599, :llm_embeddings_model_name=>"textembedding-gecko"}
[🧠] [v1/3] title_embedding_description: {:ricc_notes=>"[embed-v3] Fixed on 9oct24. Only seems incompatible at first glance with embed v1.", :llm_project_id=>"unavailable possibly not using Vertex", :llm_dimensions=>nil, :article_size=>9599, :poly_field=>"title", :llm_embeddings_model_name=>"textembedding-gecko"}
[🧠] [v1/3] summary_embedding_description: {:ricc_notes=>"[embed-v3] Fixed on 9oct24. Only seems incompatible at first glance with embed v1.", :llm_project_id=>"unavailable possibly not using Vertex", :llm_dimensions=>nil, :article_size=>9599, :poly_field=>"summary", :llm_embeddings_model_name=>"textembedding-gecko"}
[🧠] As per bug https://github.com/palladius/gemini-news-crawler/issues/4 we can state this article belongs to titile/summary version: v3 (very few articles updated on 9oct24)

🗿article.to_s

------------------------------
Title: Ruby 3.3.0-preview2 Released
Summary: We are pleased to announce the release of Ruby 3.3.0-preview2. Ruby 3.3 adds a new pure-Ruby JIT compiler named RJIT, uses Lrama as a parser generator, and many performance improvements especially YJIT.

RJIT


  Introduced a pure-Ruby JIT compiler RJIT and replaced MJIT.
    
      RJIT supports only x86_64 architecture on Unix platforms.
      Unlike MJIT, it doesn’t require a C compiler at runtime.
    
  
  RJIT exists only for experimental purposes.
    
      You should keep using YJIT in production.
    
  
  If you are interested in developing JIT for Ruby, please check out k0kubun’s presentation on Day 3 of RubyKaigi.


Use Lrama instead of Bison


  Replace Bison with Lrama LALR parser generator Feature #19637
    
      If you have interest, please see The future vision of Ruby Parser
    
  


YJIT


  Major performance improvements over 3.2
    
      Support for splat and rest arguments has been improved.
      Registers are allocated for stack operations of the virtual machine.
      More calls with optional arguments are compiled.
      Exception handlers are also compiled.
      Instance variables no longer exit to the interpreter
with megamorphic Object Shapes.
      Unsupported call types no longer exit to the interpreter.
      Integer#!=, String#!=, Kernel#block_given?, Kernel#is_a?,
Kernel#instance_of?, Module#=== are specially optimized.
      Now more than 3x faster than the interpreter on optcarrot!
    
  
  Metadata for compiled code uses a lot less memory.
  Generate more compact code on ARM64
  Option to start YJIT in paused mode and then later enable it manually
    
      --yjit-pause and RubyVM::YJIT.resume
      This can be used to enable YJIT only once your application is done booting
    
  
  ratio_in_yjit stat produced by --yjit-stats is now available in release builds,
a special stats or dev build is no longer required.
  Exit tracing option now supports sampling
    
      --trace-exits-sample-rate=N
    
  
  More thorough testing and multiple bug fixes


Other Notable New Features

Language

Performance improvements


  defined?(@ivar) is optimized with Object Shapes.


Other notable changes since 3.2

IRB

IRB has received several enhancements, including but not limited to:


  Advanced irb:rdbg integration that provides an equivalent debugging experience to pry-byebug (doc).
  Pager support for commands like ls and show_cmds.
  More accurate and helpful information provided by the ls and show_source commands.


In addition, IRB has also undergone extensive refactoring and received dozens of bug fixes to facilitate easier future enhancements.

Compatibility issues

Note: Excluding feature bug fixes.

Removed constants

The following deprecated constants are removed.

Removed methods

The following deprecated methods are removed.

Stdlib compatibility issues

ext/readline is retired


  We have reline that is pure Ruby implementation compatible with ext/readline API. We rely on reline in the future. If you need to use ext/readline, you can install ext/readline via rubygems.org with gem install readline-ext.
  We no longer need to install libraries like libreadline or libedit.


C API updates

Updated C APIs

The following APIs are updated.

Removed C APIs

The following deprecated APIs are removed.

Standard library updates

RubyGems and Bundler warn if users require gem that is scheduled to become the bundled gems in the future version of Ruby.

The following default gems are updated.


  RubyGems 3.5.0.dev
  bigdecimal 3.1.4
  bundler 2.5.0.dev
  csv 3.2.8
  erb 4.0.3
  fiddle 1.1.2
  fileutils 1.7.1
  irb 1.7.4
  nkf 0.1.3
  optparse 0.4.0.pre.1
  psych 5.1.0
  reline 0.3.8
  stringio 3.0.9
  strscan 3.0.7
  syntax_suggest 1.1.0
  time 0.2.2
  timeout 0.4.0
  uri 0.12.2
  yarp 0.9.0


The following bundled gems are updated.


  minitest 5.19.0
  test-unit 3.6.1
  rexml 3.2.6
  rss 0.3.0
  net-imap 0.3.7
  rbs 3.2.1
  typeprof 0.21.8
  debug 1.8.0


The following default gem is now bundled.


  racc 1.7.1


See GitHub releases like Logger or
changelog for details of the default gems or bundled gems.

See NEWS
or commit logs
for more details.

With those changes, 4970 files changed, 239635 insertions(+), 165275 deletions(-)
since Ruby 3.2.0!

Download


  
    https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.0-preview2.tar.gz

    SIZE: 21074209
SHA1: cf7329019235dc36b8e3f382a8b8b744922b1163
SHA256: 30ce8b0fe11b37b5ac088f5a5765744b935eac45bb89a9e381731533144f5991
SHA512: 1c5a13e519e8487fd40d932b96d14fa729521925c288e7841ab5eada628e506ceca2605bae36eea1aa505d9253383d53cd933b7a4bff96e6de5b1130c7c558e6
    
  
  
    https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.0-preview2.tar.xz

    SIZE: 15600992
SHA1: 606d6423137a24eef4f6b07d167596b63c7aaa17
SHA256: 62b1c4f586c70bf1cb58f2d909d0d824506315782e835f9dd3fcc0b659a70fc1
SHA512: 5ff609a66b7359006df0d87477cf70e6e26c5f40ced81b8254f8154f4fc82c77fed297471b55706c1a4466f2a4257999e933b2ed085f695ace265757ab9500a2
    
  
  
    https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.0-preview2.zip

    SIZE: 26095651
SHA1: 4441cd0db23d133e6e2f7dea28f931a68dac6ca5
SHA256: c9771d24c9b1eab532c04ed076087285601693e4d1c63f131fd078c47c5c0cea
SHA512: bfeed21d011f891fe22510fe7242992c98f7fd2ce863d8be5740f56a34b726134cb3f5304e8b2dcd468fbc939648f10aae482eee15c1bf6c64b705484ed9e197
    
  


What is Ruby

Ruby was first developed by Matz (Yukihiro Matsumoto) in 1993,
and is now developed as Open Source. It runs on multiple platforms
and is used all over the world especially for web development.

Posted by naruse on 14 Sep 2023

[content]
empty
[/content]

PublishedDate: 2023-09-14
Category: Technology
NewsPaper: Ruby (EN RSS)
{"id"=>4230,
"title"=>"Ruby 3.3.0-preview2 Released",
"summary"=>"\n

We are pleased to announce the release of Ruby 3.3.0-preview2. Ruby 3.3 adds a new pure-Ruby JIT compiler named RJIT, uses Lrama as a parser generator, and many performance improvements especially YJIT.

\n\n

RJIT

\n\n
    \n
  • Introduced a pure-Ruby JIT compiler RJIT and replaced MJIT.\n
      \n
    • RJIT supports only x86_64 architecture on Unix platforms.
    • \n
    • Unlike MJIT, it doesn’t require a C compiler at runtime.
    • \n
    \n
  • \n
  • RJIT exists only for experimental purposes.\n
      \n
    • You should keep using YJIT in production.
    • \n
    \n
  • \n
  • If you are interested in developing JIT for Ruby, please check out k0kubun’s presentation on Day 3 of RubyKaigi.
  • \n
\n\n

Use Lrama instead of Bison

\n\n\n\n

YJIT

\n\n
    \n
  • Major performance improvements over 3.2\n
      \n
    • Support for splat and rest arguments has been improved.
    • \n
    • Registers are allocated for stack operations of the virtual machine.
    • \n
    • More calls with optional arguments are compiled.
    • \n
    • Exception handlers are also compiled.
    • \n
    • Instance variables no longer exit to the interpreter\nwith megamorphic Object Shapes.
    • \n
    • Unsupported call types no longer exit to the interpreter.
    • \n
    • Integer#!=, String#!=, Kernel#block_given?, Kernel#is_a?,\nKernel#instance_of?, Module#=== are specially optimized.
    • \n
    • Now more than 3x faster than the interpreter on optcarrot!
    • \n
    \n
  • \n
  • Metadata for compiled code uses a lot less memory.
  • \n
  • Generate more compact code on ARM64
  • \n
  • Option to start YJIT in paused mode and then later enable it manually\n
      \n
    • --yjit-pause and RubyVM::YJIT.resume
    • \n
    • This can be used to enable YJIT only once your application is done booting
    • \n
    \n
  • \n
  • ratio_in_yjit stat produced by --yjit-stats is now available in release builds,\na special stats or dev build is no longer required.
  • \n
  • Exit tracing option now supports sampling\n
      \n
    • --trace-exits-sample-rate=N
    • \n
    \n
  • \n
  • More thorough testing and multiple bug fixes
  • \n
\n\n

Other Notable New Features

\n\n

Language

\n\n

Performance improvements

\n\n
    \n
  • defined?(@ivar) is optimized with Object Shapes.
  • \n
\n\n

Other notable changes since 3.2

\n\n

IRB

\n\n

IRB has received several enhancements, including but not limited to:

\n\n
    \n
  • Advanced irb:rdbg integration that provides an equivalent debugging experience to pry-byebug (doc).
  • \n
  • Pager support for commands like ls and show_cmds.
  • \n
  • More accurate and helpful information provided by the ls and show_source commands.
  • \n
\n\n

In addition, IRB has also undergone extensive refactoring and received dozens of bug fixes to facilitate easier future enhancements.

\n\n

Compatibility issues

\n\n

Note: Excluding feature bug fixes.

\n\n

Removed constants

\n\n

The following deprecated constants are removed.

\n\n

Removed methods

\n\n

The following deprecated methods are removed.

\n\n

Stdlib compatibility issues

\n\n

ext/readline is retired

\n\n
    \n
  • We have reline that is pure Ruby implementation compatible with ext/readline API. We rely on reline in the future. If you need to use ext/readline, you can install ext/readline via rubygems.org with gem install readline-ext.
  • \n
  • We no longer need to install libraries like libreadline or libedit.
  • \n
\n\n

C API updates

\n\n

Updated C APIs

\n\n

The following APIs are updated.

\n\n

Removed C APIs

\n\n

The following deprecated APIs are removed.

\n\n

Standard library updates

\n\n

RubyGems and Bundler warn if users require gem that is scheduled to become the bundled gems in the future version of Ruby.

\n\n

The following default gems are updated.

\n\n
    \n
  • RubyGems 3.5.0.dev
  • \n
  • bigdecimal 3.1.4
  • \n
  • bundler 2.5.0.dev
  • \n
  • csv 3.2.8
  • \n
  • erb 4.0.3
  • \n
  • fiddle 1.1.2
  • \n
  • fileutils 1.7.1
  • \n
  • irb 1.7.4
  • \n
  • nkf 0.1.3
  • \n
  • optparse 0.4.0.pre.1
  • \n
  • psych 5.1.0
  • \n
  • reline 0.3.8
  • \n
  • stringio 3.0.9
  • \n
  • strscan 3.0.7
  • \n
  • syntax_suggest 1.1.0
  • \n
  • time 0.2.2
  • \n
  • timeout 0.4.0
  • \n
  • uri 0.12.2
  • \n
  • yarp 0.9.0
  • \n
\n\n

The following bundled gems are updated.

\n\n
    \n
  • minitest 5.19.0
  • \n
  • test-unit 3.6.1
  • \n
  • rexml 3.2.6
  • \n
  • rss 0.3.0
  • \n
  • net-imap 0.3.7
  • \n
  • rbs 3.2.1
  • \n
  • typeprof 0.21.8
  • \n
  • debug 1.8.0
  • \n
\n\n

The following default gem is now bundled.

\n\n
    \n
  • racc 1.7.1
  • \n
\n\n

See GitHub releases like Logger or\nchangelog for details of the default gems or bundled gems.

\n\n

See NEWS\nor commit logs\nfor more details.

\n\n

With those changes, 4970 files changed, 239635 insertions(+), 165275 deletions(-)\nsince Ruby 3.2.0!

\n\n

Download

\n\n
    \n
  • \n

    https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.0-preview2.tar.gz

    \n\n
    SIZE: 21074209\nSHA1: cf7329019235dc36b8e3f382a8b8b744922b1163\nSHA256: 30ce8b0fe11b37b5ac088f5a5765744b935eac45bb89a9e381731533144f5991\nSHA512: 1c5a13e519e8487fd40d932b96d14fa729521925c288e7841ab5eada628e506ceca2605bae36eea1aa505d9253383d53cd933b7a4bff96e6de5b1130c7c558e6\n
    \n
  • \n
  • \n

    https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.0-preview2.tar.xz

    \n\n
    SIZE: 15600992\nSHA1: 606d6423137a24eef4f6b07d167596b63c7aaa17\nSHA256: 62b1c4f586c70bf1cb58f2d909d0d824506315782e835f9dd3fcc0b659a70fc1\nSHA512: 5ff609a66b7359006df0d87477cf70e6e26c5f40ced81b8254f8154f4fc82c77fed297471b55706c1a4466f2a4257999e933b2ed085f695ace265757ab9500a2\n
    \n
  • \n
  • \n

    https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.0-preview2.zip

    \n\n
    SIZE: 26095651\nSHA1: 4441cd0db23d133e6e2f7dea28f931a68dac6ca5\nSHA256: c9771d24c9b1eab532c04ed076087285601693e4d1c63f131fd078c47c5c0cea\nSHA512: bfeed21d011f891fe22510fe7242992c98f7fd2ce863d8be5740f56a34b726134cb3f5304e8b2dcd468fbc939648f10aae482eee15c1bf6c64b705484ed9e197\n
    \n
  • \n
\n\n

What is Ruby

\n\n

Ruby was first developed by Matz (Yukihiro Matsumoto) in 1993,\nand is now developed as Open Source. It runs on multiple platforms\nand is used all over the world especially for web development.

\n\n

Posted by naruse on 14 Sep 2023

",
"content"=>"",
"author"=>nil,
"link"=>"https://www.ruby-lang.org/en/news/2023/09/14/ruby-3-3-0-preview2-released/",
"published_date"=>Thu, 14 Sep 2023 00:00:00.000000000 UTC +00:00,
"image_url"=>nil,
"feed_url"=>"https://www.ruby-lang.org/en/news/2023/09/14/ruby-3-3-0-preview2-released/",
"language"=>nil,
"active"=>true,
"ricc_source"=>"feedjira::v1",
"created_at"=>Mon, 01 Apr 2024 20:13:37.186606000 UTC +00:00,
"updated_at"=>Mon, 21 Oct 2024 18:03:05.556802000 UTC +00:00,
"newspaper"=>"Ruby (EN RSS)",
"macro_region"=>"Technology"}
Edit this article
Back to articles