Skip to content

Releases: RINEARN/exevalator

Ver.2.1.0C

26 Sep 10:58
Compare
Choose a tag to compare

Mainly updated README and documents.

  • Added "Ask the AI for help" hyperlinks in each document page.
  • Added a new document "How to Create An Assistant AI", and scripts to generate knowledge resources for AI's RAG.
  • The assistant AI is available on the following page (ChatGPT account required): Exevalator Assistant

主にREADMEとドキュメントを更新しました。

  • 各ドキュメントページに「AIに使い方を聞く」リンクを追加
  • 新ドキュメント「アシスタントAIの作成方法」、およびAI用のRAGの知識リソースを生成するスクリプト類を追加しました。
  • アシスタントAIは、実際に以下のページで利用できます(要ChatGPTアカウント): Exevalator アシスタント

Ver.2.1.0B

07 Aug 15:12
Compare
Choose a tag to compare

Updated README.
(Improved English quality.)

READMEを更新しました。
(英文の品質改善)

Ver.2.1.0

29 Jul 10:35
Compare
Choose a tag to compare

Updated Contents:

  • Added Visual Basic (VB.NET) version
  • Fixed a bug that reeval() method has not worked (always crashed) in C# and Rust versions.

更新内容:

  • Visual Basic (VB.NET) 移植版を追加しました。
  • C#版とRust版において、reeval() メソッドが使えない(常に落ちる)バグを修正しました。

Ver.2.0.0

13 Jul 16:09
Compare
Choose a tag to compare

Fixed the order of function-call arguments stored in arrays passed to implementations of functions, which had been reversed order in Ver.1.0. For details, please see the issue #2.
This change breaks compatibility of function calls, so the major version code has been switched from 1.0 to 2.0, even though we actually modified the code only a little.

Ver.1.0 において、関数呼び出しの引数が、逆順で配列に格納されて関数実装に渡されていたのを修正しました。詳細は Issue #2 をご参照ください。
今回のコード修正はごくわずかなのですが、関数呼び出しの互換性が壊れる変更であったため(逆順が仕様と思って使われていたケースがあり得るため)、メジャーバージョンを 1.0 から 2.0 に上げました。

Ver.1.0.4C

23 Jul 12:27
Compare
Choose a tag to compare

Updated README.
(Added the hyperlink to the official website.)

READMEを更新しました。
(公式サイトへのリンク追加)

Ver.1.0.4B

08 May 12:18
Compare
Choose a tag to compare

Updated README.

READMEを更新しました。

Ver.1.0.4

03 May 10:35
Compare
Choose a tag to compare

Changed the license.
From: CC0
To: Dual license of "Unlicense" and CC0 (You can choose the one you want)

ライセンスを変更しました。
変更前: CC0
変更後: Unlicense と CC0 のデュアルライセンス(好きな方を自由に選べます)

Ver.1.0.2

16 Apr 15:07
Compare
Choose a tag to compare

Refactored a little.

コードを少し整理しました。

Ver.1.0.0

14 Apr 11:09
Compare
Choose a tag to compare

The first released version.

最初のリリース版です。