From 08c0c3418cfabd0a60dcafda3b8d3717b4fa7e36 Mon Sep 17 00:00:00 2001 From: giopaglia <24519853+giopaglia@users.noreply.github.com> Date: Tue, 30 May 2023 15:39:44 +0200 Subject: [PATCH 1/9] Fix license --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 7e13b04..4cc881a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Eduard I. STAN, Giovanni PAGLIARINI, Federico MANZELLA +Copyright (c) 2023 Lorenzo Balboni, Federico Manzella, Giovanni Pagliarini, Eduard I. Stan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 40fe687b92ccd6b94129d4a2699c38ce0f176cae Mon Sep 17 00:00:00 2001 From: giopaglia <24519853+giopaglia@users.noreply.github.com> Date: Tue, 13 Jun 2023 15:19:26 +0200 Subject: [PATCH 2/9] frame->modality, attribute->variable --- .appveyor.yml | 33 -------------- .cirrus.yml | 12 ++--- README.md | 2 +- src/dataset/descriptors.jl | 90 +++++++++++++++++++------------------- src/dataset/utils.jl | 56 ++++++++++++------------ 5 files changed, 81 insertions(+), 112 deletions(-) delete mode 100644 .appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml deleted file mode 100644 index 61ed152..0000000 --- a/.appveyor.yml +++ /dev/null @@ -1,33 +0,0 @@ -# Documentation: https://github.com/JuliaCI/Appveyor.jl -environment: - matrix: - - julia_version: 1.0 - - julia_version: 1.7 - - julia_version: nightly -platform: - - x64 -cache: - - '%USERPROFILE%\.julia\artifacts' -matrix: - allow_failures: - - julia_version: nightly -branches: - only: - - main - - /release-.*/ -notifications: - - provider: Email - on_build_success: false - on_build_failure: false - on_build_status_changed: false -install: - - ps: iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/JuliaCI/Appveyor.jl/version-1/bin/install.ps1")) -build_script: - - echo "%JL_BUILD_SCRIPT%" - - C:\julia\bin\julia -e "%JL_BUILD_SCRIPT%" -test_script: - - echo "%JL_TEST_SCRIPT%" - - C:\julia\bin\julia -e "%JL_TEST_SCRIPT%" -on_success: - - echo "%JL_CODECOV_SCRIPT%" - - C:\julia\bin\julia -e "%JL_CODECOV_SCRIPT%" diff --git a/.cirrus.yml b/.cirrus.yml index 439d77b..fe32b48 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,13 +1,15 @@ freebsd_instance: - image: freebsd-12-0-release-amd64 + image_family: freebsd-13-1 task: name: FreeBSD artifacts_cache: folder: ~/.julia/artifacts env: - JULIA_VERSION: 1.0 - JULIA_VERSION: 1.7 - JULIA_VERSION: nightly + matrix: + - JULIA_VERSION: 1.9 + - JULIA_VERSION: 1 + - JULIA_VERSION: nightly + allow_failures: $JULIA_VERSION == 'nightly' install_script: - sh -c "$(fetch https://raw.githubusercontent.com/ararslan/CirrusCI.jl/master/bin/install.sh -o -)" build_script: @@ -15,4 +17,4 @@ task: test_script: - cirrusjl test coverage_script: - - cirrusjl coverage codecov coveralls + - cirrusjl coverage codecov diff --git a/README.md b/README.md index e54c0e3..ebed4ee 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SoleViz +# SoleViz.jl