Skip to content

Releases: epinowcast/actions

1.5.0

01 Oct 17:57
d1e0658
Compare
Choose a tag to compare
v1.5

Update action.yml

1.4.0

01 Oct 11:52
7be1be3
Compare
Choose a tag to compare
  • Switched to using gh and node to enhance performance across OS's.
  • Added support for internally installing cmdstanr if it doesn't already exist.

1.0.0 rolling release

01 Oct 18:55
d1e0658
Compare
Choose a tag to compare

This is a rolling release. Updates will be made to maintain functionality but there will be no intentional breaking changes

1.5.0

Implemented a safer approach to handling " and ' to better support windows.

1.4.0

Switched to using gh and node to enhance performance across OS's.
Added support for internally installing cmdstanr if it doesn't already exist.

1.3.0

Added API support for latest release detection

1.2.0

This release improves messaging for code that finds the latest cmdstan version and fixes and issues with this code for Mac

1.1.0

Made caching platform specific to increase robustness and added testing of a model being fit

1.0.0

Initial functional release using {cmdstanr} to install CmdStan and actions/cache to cache it.

1.3.0

24 Sep 17:09
aa353d8
Compare
Choose a tag to compare

What's Changed

  • use github token when getting latest release by @sbfnk in #21
  • reduce unnecessary output by @sbfnk in #22

New Contributors

  • @sbfnk made their first contribution in #21

Full Changelog: v1...v1.3.0

1.2.0

13 May 17:19
a164f30
Compare
Choose a tag to compare

This release improves messaging for code that finds the latest cmdstan version and fixes and issues with this code for Mac