8000 Releases · Lingxuan-Ye/thus-saith · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: Lingxuan-Ye/thus-saith

v0.6.3

14 Apr 23:28
v0.6.3
4a3a2d4
Compare
Choose a tag to compare

Reduce build artifact size.


Full Changelog: v0.6.2...v0.6.3

v0.6.2

14 Apr 23:27
v0.6.2
e34ebe9
Compare
Choose a tag to compare

Update documentation.


Full Changelog: v0.6.1...v0.6.2

v0.6.1

24 Mar 05:44
v0.6.1
b359c33
Compare
Choose a tag to compare

Refactor some internal items.

No public API changes and feature updates.


Full Changelog: v0.6.0...v0.6.1

v0.6.0

24 Mar 05:31
v0.6.0
0bdead2
Compare
Choose a tag to compare

Add new configuration item and rename CLI option --std-dev to --stddev.


Full Changelog: v0.5.0...v0.6.0

v0.5.0

27 Feb 20:25
Compare
Choose a tag to compare

Remove support for $HOME/.thus-saith.toml and enforce stricter validation for configuration files.


Full Changelog: v0.4.0...v0.5.0

v0.4.0

09 Jul 10:47
Compare
Choose a tag to compare

Add support for loading specified configuration file.


Full Changelog: v0.3.1...v0.4.0

v0.3.1

09 Jul 02:21
Compare
Choose a tag to compare

Simplify error handling.


Full Changelog: v0.3.0...v0.3.1

v0.3.0

08 Jul 20:00
Compare
Choose a tag to compare

Provide a more user-friendly configuration loading logic.


Full Changelog: v0.2.0...v0.3.0

v0.2.0

08 Jul 00:43
Compare
Choose a tag to compare

Hope I got it right this time.

Fix

Fix erroneous implementation from last version — by making breaking changes thought. Note that the command line options --mean and --std-dev now have different semantics. Additionally, the short flag -m and -s have been removed. Refer to the help page for more information.


Full Changelog: v0.1.0...v0.2.0

v0.1.0

07 Jul 04:23
Compare
Choose a tag to compare

The project has been renamed to thus-saith and is now completely rewritten in Rust! 🦀

Now it supports configuration files. Refer to the README.md for more details.

Significant changes have been made to the distribution of character output speed. In the previous version, the time taken per character followed a normal distribution. In the current version, however, the number of characters output per unit time follows a log-normal distribution, which, mathematically means that the time taken per character also follows a log-normal distribution.

WARNING

This implementation is INCORRECT due to an erroneous assumption that $\mathbb{E}(X) = \frac{1}{\mathbb{E}(1/X)}$ and should no longer be used.


Full Changelog: v0.0.1...v0.1.0

0