sort by:
Revision Author Date Message Commit Date
12e767d NEWS.md: Describe changes in STK 2.8.1 01 July 2023, 05:37:21 UTC
2d32509 stk_version.m: Increase version number to 2.8.1 01 July 2023, 05:16:00 UTC
d72ebd9 Merge branch 'master' into 2.8.x 30 June 2023, 04:49:04 UTC
ecf6be8 @stk_optim_octavesq: Catch sqp error (closes tickets #38 and #39) * misc/optim/@stk_optim_octavesqp/stk_minimize_boxconstrained.m: Catch sqp errors and return the best point found so far. 29 June 2023, 20:58:07 UTC
ddabf86 Merge branch 'master' into 2.8.x 25 June 2023, 12:46:44 UTC
2cefc14 Provide utility to run the test suite on all available Matlabs * admin/stk_runtests_allmatlabs.m: Run the test suite on all available Matlabs. * admin/stk_runtests_allmatlabs_summary.m: Summarize the results. This function is called by the main one, but can also be used on its own if the tests have been run previously. * .gitignore: Ignore output dir. 25 June 2023, 08:00:46 UTC
f91e1ca stk_runtests.m: Optionnally, save the result to a mat-file * misc/test/stk_runtests.m: Optionnally, save the result to a mat-file and log the ouput to a diary. 25 June 2023, 08:00:46 UTC
a5e54cd htmldoc: Increase font size to 16px * admin/htmldoc/stk.css: Increase font size to 16px. 14 January 2023, 12:52:21 UTC
7af9011 Simplify HTML doc build * admin/build_tools/generate_htmldoc.m: Remove `flavour` option. * build.m: Propagate. * admin/build_tools/build_allpurpose_htmldoc.m: Propagate. 09 January 2023, 09:27:02 UTC
576bf3d Merge branch 'master' into 2.8.x 06 January 2023, 17:25:53 UTC
113188b Simplify build process (oooops) 06 January 2023, 16:25:42 UTC
d1dc58b ChangeLog: Polish 06 January 2023, 14:50:14 UTC
72c61ba Remove old 'dev' documentation from the released tarballs * doc/dev/model.texi: Delete. * admin/build_tools/build_octpkg.m: Do not create empty directory. 06 January 2023, 14:44:17 UTC
b512875 Merge branch 'master' into 2.8.x 06 January 2023, 14:19:01 UTC
9766bbd Simplify build process * Makefile: Remove the distinction between the github release and the Octave Forge release. There is only one release now, the github one (still with two tarballs). * admin/build_tools/build_allpurpose.m: Update paths. * admin/build_tools/build_octpkg.m: Update paths. 06 January 2023, 13:52:22 UTC
1ee6881 Remove unpolished LOO-related stuff from this branch (not ready for release) 06 January 2023, 08:52:41 UTC
dff4086 Remove unpolished IAGO code from this branch (not ready for release) 06 January 2023, 08:52:41 UTC
43ce475 Raise minimal (tested) Matlab version number to R2014a * README.md: Raise minimal (tested) Matlab version number to R2014a. * NEWS.md: Advertise the change. 06 January 2023, 08:52:11 UTC
8bd0809 README.md: Relative link to AUTHORS.md 05 January 2023, 09:23:47 UTC
6c99d16 NEWS.md: Minor change 05 January 2023, 09:12:08 UTC
6d0830d Raise required Octave version number to 4.0.1 * README.md: Raise required Octave version number to 4.0.1. * admin/build_tools/build_octpkg.m: Idem. * admin/CODING_GUIDELINES: Update. * NEWS.md: Advertise the change. 04 January 2023, 21:17:08 UTC
41ac653 admin/octpkg/INDEX: Fix typo 04 January 2023, 14:57:10 UTC
088b9e9 Update copyright years 04 January 2023, 14:56:13 UTC
93c2787 Update quilt patches * admin/octpkg/patches/matlab-graphics-axis-Axes.patch: Update patch. * admin/octpkg/patches/prevent-PKG_ADD-loop.patch: Idem. * admin/octpkg/patches/prevent-PKG_DEL-loop.patch: Idem. * admin/octpkg/patches/remove-buildmex.patch: Idem. * admin/octpkg/patches/remove-testprivatemex.patch: Idem. * admin/octpkg/patches/stk-init-mole-delete.patch: Idem. * admin/octpkg/patches/stk-init-rmpath-cleanup.patch: Idem. * admin/octpkg/patches/workaround-octave-bug-46350.patch: Idem. 04 January 2023, 14:25:31 UTC
dbdb5cf examples/test_functions: Remove accented letters in m-files 19 December 2022, 07:04:46 UTC
935b4f0 Makefile: Add quote around strings in Octave calls 19 December 2022, 06:43:40 UTC
5549224 Hartman3 & other improvements to example/testfunctions More Hartman functions * examples/test_functions/stk_testfun_hartman_generic.m: Generic implementation of Hartman functions (Dixon-Szego diagonal form). * examples/test_functions/stk_testfun_hartman3.m: New function. * examples/test_functions/stk_testfun_hartman4.m: Rewrite using generic. * examples/test_functions/stk_testfun_hartman6.m: Rewrite using generic. * admin/octpkg/INDEX: Update Octave package index. CC0 licence for some existing test functions * examples/test_functions/stk_testfun_braninhoo.m: Apply CC0. * examples/test_functions/stk_testfun_twobumps.m: Reformat existing header. stk_testcase_truss3.m: Polish help text * examples/test_functions/stk_testcase_truss3.m: Polish help text. 16 December 2022, 16:13:43 UTC
5e4476a .github/workflows: Use Matlab R2022b as well * .github/workflows/run-linter.yml: Use Matlab R2022b as well. * .github/workflows/run-tests.yml: Idem. 13 December 2022, 21:37:20 UTC
f4f1d23 CONTRIBUTING.md: typo 23 August 2022, 10:54:17 UTC
10ae9f2 CONTRIBUTING.md: Requirements for an acceptable contribution * .github/CONTRIBUTING.md: Explain (some of) the requirements for an acceptable contribution. 23 August 2022, 10:46:14 UTC
18de8a6 Fix more linter warnings * admin/stk_mlint_all.m: Add 'NASGU', NBRAK2', 'NCOMMA', 'SPERR', and 'UNRCH' to the list of critical errors. * .github/workflows/run-linter.yml: Use R2022a as well. * admin/build_tools/build_allpurpose_htmldoc.m: Fix warnings. * admin/build_tools/generate_htmldoc.m: Idem. * admin/build_tools/get_allpurpose_html_options.m: Idem. * iago/crit/private/view_init_2d.m: Idem. * iago/crit/private/view_samplingcrit_2d.m: Idem. * iago/crit/stk_optim_crit_EI.m: Idem. * iago/crit/stk_optim_crit_SUR.m: Idem. * iago/crit/stk_optim_crit_iago.m: Idem. * iago/rep/stk_fakenorep.m: Idem. * iago/stk_optimscript.m: Idem. * iago/utils/stk_quadrature.m: Idem. * misc/benchmarks/stk_benchmark_uppertriangular.m: Idem. * misc/dist/stk_filldist_exact.m: Idem. * misc/distrib/stk_distrib_bivnorm_cdf.m: Idem. * misc/optim/@stk_optim_octavesqp/private/sqp_quadprog.m: Idem. * misc/test/stk_is_lhs.m: Idem. * misc/test/stk_test.m: Idem. * sampling/@stk_sampcrit_ei/set.m: Idem. 10 August 2022, 13:49:33 UTC
0a70c02 .github/workflows: Update actions * .github/workflows/run-linter.yml: Update actions. * .github/workflows/run-tests.yml: Idem. 08 August 2022, 05:45:16 UTC
e194b5d Provide unscaled Hartman4 function * examples/test_functions/stk_testfun_hartman4s.m: Rename from... * examples/test_functions/stk_testfun_hartman4.m: ...Rename to. Remove output scaling, adapt help text & unit tests. * admin/octpkg/INDEX: Update Octave package index. 21 March 2022, 06:03:12 UTC
6c50734 stk_testfun_hartman6.m: Hartman6 test function * examples/test_functions/stk_testfun_hartman6.m: New test function ("Hartman6") from the Dixon & Szego (1978) benchmark. * admin/octpkg/INDEX: Update Octave package index. 10 March 2022, 21:39:19 UTC
81bba0a Contributing guidelines (ooops) * .github/CONTRIBUTING.md: Explain the contribution process. * README.md: Link to CONTRIBUTING.md on GitHub. 08 March 2022, 08:40:11 UTC
bdb9db6 Contributing guidelines * doc/dev/CONTRIBUTING.md: Explain the contribution process. * README.md: Link to CONTRIBUTING.md * admin/build_tools/build_octpkg.m: Copy CONTRIBUTING.md to the doc directory in the Octave package release. 08 March 2022, 08:19:02 UTC
f2fafc1 Fix more linter warnings * admin/stk_mlint_all.m: Display critical errors separately. Add 'EXIST' and 'NOSEL' to the list of critical errors. * misc/parallel/@stk_parallel_engine_parfor/stk_parallel_engine_parfor.m: Fix warnings. * misc/test/stk_isequal_tolabs.m: Idem. * misc/test/stk_isequal_tolrel.m: Idem. * misc/test/stk_test.m: Idem. * sampling/stk_sampling_nestedlhs.m: Idem. 04 March 2022, 21:25:17 UTC
c564b06 stk_testfun_hartman4s.m: Fix punctuation 03 March 2022, 13:11:39 UTC
9d75f92 stk_testfun_hartman4s.m: Fix typo 03 March 2022, 13:11:03 UTC
55b4d04 stk_testfun_hartman4s.m: Scaled Hartman4 test function * examples/test_functions/stk_testfun_hartman4s.m: New test function ("scaled Hartman4") from Picheny et al (2013). * admin/octpkg/INDEX: Update Octave package index. 03 March 2022, 12:55:16 UTC
ea57ff9 README.md: Prefer triple backquotes * README.md: Prefer triple backquotes to emphasize commands to be typed. 27 February 2022, 21:32:47 UTC
9930974 README.md: Prefer triple backquotes * README.md: Prefer triple backquotes to emphasize commands to be typed. 27 February 2022, 21:30:34 UTC
690bf2c Default branch is now looking to the future (2.8.0) 24 February 2022, 13:22:43 UTC
56b2037 stk_init.m: Update the list of functions that contain persistents * stk_init.m (stk_init__clear_persistents): Update the list of functions that contain persistent variables. 23 February 2022, 20:58:34 UTC
bc0173b README.md: Update copyright years 23 February 2022, 20:58:34 UTC
328fd46 .gitattributes: Remove trailing space 23 February 2022, 20:58:33 UTC
fb7518c README.md: Explain how to initialize STK when using the PCT * README.md: Explain how to initialize STK when using the Parallel Computing Toolbox in Matlab, by means of the `pctRunOnAll` function. * NEWS.md: Advertise the change. 15 February 2022, 10:06:03 UTC
0afecdf Remove two deprecated functions * misc/optim/stk_optim_hasfmincon.m: Remove deprecated function. * misc/optim/stk_select_optimizer.m: Remove deprecated function. * admin/octpkg/INDEX: Update Octave package index. * admin/build_tools/build_octpkg.m: Update build process. * NEWS.md: Advertise the removal. 15 February 2022, 09:49:08 UTC
8f3f1ab stk_init.m: Call stk_options_set with the 'default' argument * stk_init.m: Call stk_options_set with the 'default' argument. This can make a different in situations where stk_init is called during a Matlab/Octave session where STK was previously initialized. 15 February 2022, 09:39:10 UTC
1733d1b stk_options_set.m: Fix copyright notice * misc/options/stk_options_set.m: Fix copyright notice. 15 February 2022, 09:36:05 UTC
b35c6ce .gitattributes: Convert CRLF to LF automatically for text files 14 February 2022, 15:28:02 UTC
fed80bc run-tests.yml: Test the all purpose release on ubuntu-latest * .github/workflows/run-tests.yml: Test the all purpose release on ubuntu-latest 11 February 2022, 17:06:28 UTC
e46f7f1 run-tests.yml: Test Octage package tarball on ubuntu-latest * .github/workflows/run-tests.yml: Test Octage package tarball on Ubuntu latest. 10 February 2022, 09:16:11 UTC
daa866f Rename github action: run-unit-tests.yml -> run-tests.yml * .github/workflows/run-unit-tests.yml: Rename from. * .github/workflows/run-tests.yml: Rename to. * README.md: Update badge. 05 February 2022, 20:28:02 UTC
691440f build_octpkg.m: Exclude misc/mole entirely * admin/build_tools/build_octpkg.m: Exclude misc/mole entirely. * admin/octpkg/patches/stk-init-mole-delete.patch: Simplify patch. 05 February 2022, 20:09:01 UTC
28e1c01 startup.m: Run stk_init automatically for in-place use * startup.m: New script that runs stk_init automatically for in-place use. * admin/build_tools/build_octpkg.m: Do not include startup.m in the Octave package release. * NEWS.md: Advertise new script. 05 February 2022, 13:01:54 UTC
2f74062 Remove old (hg) release instructions * admin/RELEASE.md: Deleted 04 February 2022, 08:52:42 UTC
5c07475 stk_predict_leaveoneout.m: Avoid complex-valued norm_res * model/@stk_model_gpposterior/stk_predict_leaveoneout.m: Prevent norm_res from being complex-valued by cancelling negative elements in dR. 03 February 2022, 21:51:02 UTC
f998457 utils/stk_plot_histnormres.m: Ensure non-zero binsize * utils/stk_plot_histnormres.m: Introduce a safety net for samples with small (possibly zero) IQR. 03 February 2022, 21:31:50 UTC
103648e utils/stk_plot_histnormres.m: Ensure non-zero number of bins * utils/stk_plot_histnormres.m: Make sure that we have a non-zero number of bins using Sturges' rule. 31 January 2022, 22:17:03 UTC
7f264c8 Remove the MOLE from the Octave package entirely * stk_init.m: Update comments. * admin/octpkg/patches/stk-init-mole-cleanup.patch: Rename from. * admin/octpkg/patches/stk-init-mole-delete.patch: Rename to. Delete everything related to the MOLE inside stk_init. * admin/octpkg/patches/series: Refresh. * admin/octpkg/post_install.m: Delete (no longer needed). * admin/build_tools/build_octpkg.m: Refresh. 29 January 2022, 07:38:41 UTC
b8bc7e2 Raise required Octave version number to 4.0.0 * README.md: Raise required Octave version number to 4.0.0. * admin/build_tools/build_octpkg.m: Iem. * admin/CODING_GUIDELINES: Update. * arrays/@stk_hrect/stk_hrect.m: Refer to CG#08. * misc/test/stk_runtests.m: Remove reference to 3.8.2. 28 January 2022, 18:15:54 UTC
8fe7c64 stk_dominatedhv.m: Fix error from previous commit 28 January 2022, 11:34:54 UTC
70577a0 Avoid using isrow * admin/CODING_GUIDELINES: Explain why. * misc/mole/isrow/isrow.m: Delete. * stk_init.m: isrow removed from the MOLE. * misc/mole/README: Minor update. * admin/octpkg/patches/stk-init-mole-cleanup.patch: Refresh patch. * arrays/@stk_dataframe/plot.m: Don't use isrow. * misc/pareto/stk_dominatedhv.m: Don't use isrow. 28 January 2022, 11:22:51 UTC
f78210b MOLE: linsolve is no longer needed * misc/mole/linsolve/linsolve.m: Deleted. * admin/octpkg/patches/stk-init-mole-cleanup.patch: Refresh patch. * misc/mole/README: Remove linsolve. * stk_init.m: Remove linsolve. 27 January 2022, 12:38:59 UTC
5099f0b build: Fix path issue 27 January 2022, 10:08:30 UTC
0bca3d9 stk_init.m: Fix comment 27 January 2022, 09:22:47 UTC
de87f15 build_octpkg.m: Fix one-liner 27 January 2022, 09:22:10 UTC
3a2bd46 build: Makefile: Remove reference to Mercurial * Makefile: Remove reference to Mercurial 27 January 2022, 08:39:13 UTC
8fa2a7a Update more URLs sourceforge -> github 27 January 2022, 08:25:00 UTC
fbbea71 Update URL sourceforge -> github in CITATION 27 January 2022, 08:17:45 UTC
b852e9f build: New patch for stk_init * admin/octpkg/patches/stk-init-mole-cleanup.patch: New patch to trim some Matlab-related things out of stk_init. * admin/octpkg/patches/series: Add the patch to the series. 27 January 2022, 06:10:02 UTC
ccffedd github: run-unit-tests.yml: Install markdown 26 January 2022, 22:07:24 UTC
a37a7c5 build: Wrap system calls in asserts * admin/build_tools/build_allpurpose.m: Wrap system calls in asserts. * admin/build_tools/build_octpkg.m: Idem. * admin/build_tools/generate_htmldoc.m: Idem. 26 January 2022, 22:04:53 UTC
a586d55 admin/octpkg/patches: Refresh patches * admin/octpkg/patches/matlab-graphics-axis-Axes.patch: Refresh. * admin/octpkg/patches/remove-buildmex.patch: Refresh. * admin/octpkg/patches/stk-init-rmpath-cleanup.patch: Refresh. 26 January 2022, 21:41:42 UTC
e47216d github: run-unit-tests.yml: Build tarballs 26 January 2022, 21:41:01 UTC
5039b4f README.md: Add link to MATLAB release history 26 January 2022, 09:12:37 UTC
afcc117 README.md: Fix URL 26 January 2022, 09:10:02 UTC
8cf5741 Refresh README.md * README.md: Update sourceforge -> github + other changes. 26 January 2022, 09:00:50 UTC
dbd7be5 Add missing 'hold off' in some plotting functions * utils/stk_plot_histnormres.m: Add missing 'hold off'. * utils/stk_plot_predvsobs.m: Idem. 25 January 2022, 20:54:35 UTC
78bc77c stk_example_kb10.m: Fix typo. * stk_example_kb10.m: Fix typo. 25 January 2022, 20:54:32 UTC
769e8b5 Update URL sourceforge -> github in .h headers 23 January 2022, 21:30:24 UTC
245335a Makefile: sourceforge -> github in variable names & targets * Makefile: sourceforge -> github in variable names & targets. 23 January 2022, 21:17:48 UTC
d619663 @stk_dataframe/private/get_column_number.c: Fix accent 23 January 2022, 21:06:31 UTC
0a4ba2e Update more URLs sourceforge -> github 20 January 2022, 16:01:07 UTC
2cd2667 build_allpurpose_htmldoc.m: Update URL sourceforge -> github in download link 20 January 2022, 10:51:00 UTC
f2611b6 build_octpkg.m: Update URL sourceforge -> github in DESCRIPTION 20 January 2022, 10:32:37 UTC
28f3e98 Update URL sourceforge -> github in mfile headers 20 January 2022, 10:23:26 UTC
6877022 README.md: Fix copyright notice 20 January 2022, 09:57:36 UTC
3235092 NEWS.md: Minor edit 20 January 2022, 09:45:09 UTC
a390a12 stk_generate_samplepaths.m: Fix copyright notice * utils/stk_generate_samplepaths.m: Fix copyright notice. 20 January 2022, 09:39:43 UTC
1faef46 Calling stk_model with a function handle is better * core/stk_make_matcov.m: Call stk_model with a function handle. * core/stk_model_update.m: Idem. * core/stk_predict.m: Idem. * core/stk_predict_leaveoneout.m: Idem. * covfcs/stk_discretecov.m: Idem. * examples/01_kriging_basics/stk_example_kb01.m: Idem. * examples/01_kriging_basics/stk_example_kb01n.m: Idem. * examples/01_kriging_basics/stk_example_kb02.m: Idem. * examples/01_kriging_basics/stk_example_kb02n.m: Idem. * examples/01_kriging_basics/stk_example_kb03.m: Idem. * examples/01_kriging_basics/stk_example_kb05.m: Idem. * examples/01_kriging_basics/stk_example_kb06.m: Idem. * examples/01_kriging_basics/stk_example_kb07.m: Idem. * examples/01_kriging_basics/stk_example_kb08.m: Idem. * examples/01_kriging_basics/stk_example_kb09.m: Idem. * examples/02_design_of_experiments/stk_example_doe03.m: Idem. * examples/02_design_of_experiments/stk_example_doe04.m: Idem. * examples/02_design_of_experiments/stk_example_doe05.m: Idem. * examples/02_design_of_experiments/stk_example_doe06.m: Idem. * examples/03_miscellaneous/stk_example_misc02.m: Idem. * examples/03_miscellaneous/stk_example_misc03.m: Idem. * examples/03_miscellaneous/stk_example_misc04.m: Idem. * examples/03_miscellaneous/stk_example_misc05.m: Idem. * iago/crit/stk_optim_crit_EI.m: Idem. * iago/crit/stk_optim_crit_SUR.m: Idem. * iago/crit/stk_optim_crit_iago.m: Idem. * iago/utils/stk_optim_init.m: Idem. * misc/benchmarks/stk_benchmark_logdet.m: Idem. * misc/benchmarks/stk_benchmark_loocv.m: Idem. * misc/benchmarks/stk_benchmark_paramestim.m: Idem. * misc/benchmarks/stk_benchmark_predict.m: Idem. * model/@stk_model_gpposterior/get.m: Idem. * model/@stk_model_gpposterior/set.m: Idem. * model/@stk_model_gpposterior/stk_model_gpposterior.m: Idem. * model/@stk_model_gpposterior/stk_model_update.m: Idem. * model/@stk_model_gpposterior/stk_predict_.m: Idem. * model/@stk_model_gpposterior/stk_predict_leaveoneout.m: Idem. * model/noise/@stk_gaussiannoise_het0/set.m: Idem. * model/prior_struct/stk_covmat_noise.m: Idem. * model/prior_struct/stk_model.m: Idem. * model/prior_struct/stk_ortho_func.m: Idem. * param/estim/stk_param_estim.m: Idem. * param/estim/stk_param_gls.m: Idem. * param/estim/stk_param_init.m: Idem. * param/estim/stk_param_init_lnv.m: Idem. * param/estim/stk_param_loomse.m: Idem. * param/estim/stk_param_loopvc.m: Idem. * param/estim/stk_param_relik.m: Idem. * sampling/stk_sampcrit_akg_eval.m: Idem. * sampling/stk_sampcrit_ei_eval.m: Idem. * utils/stk_conditioning.m: Idem. * utils/stk_generate_samplepaths.m: Idem. 10 January 2022, 21:57:09 UTC
2ae2d70 Source formatting: Space after function name * iago/crit/stk_optim_crit_EI.m: Space after function name. * iago/crit/stk_optim_crit_SUR.m: Idem. * model/prior_struct/stk_model.m: Idem. * param/estim/stk_param_loomse.m: Idem. * param/estim/stk_param_relik.m: Idem. * sampling/stk_sampcrit_akg_eval.m: Idem. * sampling/stk_sampcrit_ei_eval.m: Idem. 10 January 2022, 21:44:01 UTC
8fda38c Fix some linter messages * admin/stk_mlint_all.m: Make some linter errors 'critical', which means that the corresponding github action will fail if one of these reappears. * .github/workflows/run-linter.yml: Let the github fail if the linter status flag is false. * README.md: Display linter action badge. * admin/build_tools/generate_htmldoc.m: Fix some linter messages. * admin/octpkg/post_install.m: Idem. * misc/benchmarks/stk_benchmark_uppertriangular.m: Idem. * misc/mole/linsolve/linsolve.m: Idem. * misc/mole/matlab/index.m: Idem. * misc/optim/@stk_optim_fmincon/stk_optim_fmincon.m: Idem. * misc/optim/@stk_optim_octavesqp/private/sqp_quadprog.m: Idem. * misc/test/stk_test.m: Idem. * param/estim/stk_param_relik.m: Idem. * stk_init.m: Idem. 03 January 2022, 22:25:58 UTC
a356f33 github: Run linter * github: Run linter * admin/stk_mlint_all.m: A function to run the linter on all the M-files of the toolbox. * .github/workflows/run-linter.yml: Github action. 01 January 2022, 17:44:37 UTC
ff96525 github: Run unit tests in Octave too * .github/workflows/run-unit-tests.yml: Run unit tests in Octave too (in Ubuntu). 20 November 2021, 21:59:45 UTC
08a5f68 tests: Deal with expected failures * misc/test/stk_test.m: Expected failures are no longer reported as successes. * misc/test/stk_runtests.m: Deal with expected failures. * .github/workflows/run-unit-tests.yml: Do not fail when all failures were expected. 20 November 2021, 15:39:14 UTC
4aec883 iago: Remove 'showprogress' option * iago/crit/stk_optim_crit_SUR.m: Remove 'showprogress' option. * iago/crit/stk_optim_crit_iago.m: Idem * iago/stk_optim.m: Idem * iago/stk_optimscript.m: Idem * iago/utils/stk_optim_init.m: Idem 20 November 2021, 14:22:01 UTC
170a207 README.md: Use default style for licence badge * README.md: Use default style for licence badge. 14 November 2021, 13:00:00 UTC
ad74a32 .github/workflows/run-unit-tests.yml: Rename last step 14 November 2021, 12:59:54 UTC
back to top