cmdstan 0.6.0 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e37a1b325115015777ec982a50254e5f3f8088548402684a3d53b4627d830247
4
- data.tar.gz: c10323ae2cf6270b226d9aedc737be10b7dce205c1ed79525110a88492eb2e12
3
+ metadata.gz: 0113c4c9eb68ea6d4a5e9a3ebc094b3a20500594694a32d0455ae06eeae84d78
4
+ data.tar.gz: 3809a0863dcca7dbcbd764f2fd55a55b58686b4ba013a49f1616d27a40230ca8
5
5
  SHA512:
6
- metadata.gz: 4c0ae70d0483dcf9b7b4c0d2b65b2871a9242af5266cfe3e397e2e105bd3328c22e477ee70e96ddb7f9c58480411a6352e4a3928f3bfd8c6cc99ccfe63defb8b
7
- data.tar.gz: 4c1bc9eb1e126b3886d1c4e1e3366a30bc505f3c86d40a4e77b058fc3c15f4e819cfee26babe20e7402850b1f5868f569a19ebda0975112e673e1b8add68409e
6
+ metadata.gz: 4ab0c8727be17a63311cab3b3b25890abd55b481f108bfd1b674633d03f68f61b6e2bcf310a99aa2f846b64cb44b94d82beaa9288acb098163d7c690e59c0299
7
+ data.tar.gz: f51d66fbf07c570254dd391e0b392d581226201651b9aa04b93e7355a146e870d938065880fe68f258a3f25770a1e0b97803b1f6f5c332df76f2c5b96d437ca4
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.6.1 (2026-09-16)
2
+
3
+ - Updated CmdStan to 2.40.0
4
+
1
5
  ## 0.6.0 (2026-06-09)
2
6
 
3
7
  - Updated CmdStan to 2.39.0
@@ -3,7 +3,7 @@ module CmdStan
3
3
  include Utils
4
4
 
5
5
  def cmdstan_version
6
- "2.39.0"
6
+ "2.40.0"
7
7
  end
8
8
 
9
9
  def cmdstan_installed?
@@ -22,10 +22,10 @@ module CmdStan
22
22
 
23
23
  # no stanc3 binary for Mac ARM
24
24
  if RbConfig::CONFIG["host_os"] !~ /darwin/i && RbConfig::CONFIG["host_cpu"] =~ /arm|aarch64/i
25
- checksum = "58f0366614120f0f7be56179bb8f89a350af05f037ab5db32f8042fc05b5a587"
25
+ checksum = "c31e9f45a701c47f547381080ee804bf7e2428aace68eff68d4262b5c406aa63"
26
26
  url = "https://github.com/stan-dev/cmdstan/releases/download/v#{version}/cmdstan-#{version}-linux-arm64.tar.gz"
27
27
  else
28
- checksum = "ffe03c29c9f139d77deeb156a2a0911ebf0742ae38311c739f4fcea3bc4f8909"
28
+ checksum = "edbb117be6b50238680b4a1e02a48d0e76ff6669ba0e6c7dbd9d7db78b759f88"
29
29
  url = "https://github.com/stan-dev/cmdstan/releases/download/v#{version}/cmdstan-#{version}.tar.gz"
30
30
  end
31
31
 
@@ -1,3 +1,3 @@
1
1
  module CmdStan
2
- VERSION = "0.6.0"
2
+ VERSION = "0.6.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cmdstan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane
@@ -56,7 +56,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
56
56
  - !ruby/object:Gem::Version
57
57
  version: '0'
58
58
  requirements: []
59
- rubygems_version: 4.0.10
59
+ rubygems_version: 4.0.20
60
60
  specification_version: 4
61
61
  summary: Bayesian inference for Ruby, powered by CmdStan
62
62
  test_files: []