Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "julia"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
20 changes: 0 additions & 20 deletions .github/workflows/jlpkgbutler-butler-workflow.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/jlpkgbutler-ci-master-workflow.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/jlpkgbutler-ci-pr-workflow.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/jlpkgbutler-codeformat-pr-workflow.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/jlpkgbutler-compathelper-workflow.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/jlpkgbutler-docdeploy-workflow.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/jlpkgbutler-tagbot-workflow.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/juliaci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Julia CI

on:
push: {branches: [main,master]}
pull_request: {types: [opened,synchronize,reopened,ready_for_review,converted_to_draft]}
issue_comment: {types: [created]}
workflow_dispatch: {inputs: {feature: {type: choice, description: What to run, options: [DocDeploy,LintAndTest,TagBot]}}}

jobs:
julia-ci:
uses: julia-testitems/testitem-workflow/.github/workflows/juliaci.yml@v2
with:
include-all-compatible-minor-versions: true
include-rc-versions: true
permissions: write-all
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ deps/ops.jl
docs/build
.vscode
lcov.info
docs/build/
docs/Manifest.toml
test-output*.*
Manifest.toml
1 change: 0 additions & 1 deletion .jlpkgbutler.toml

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The DataValues.jl package is licensed under the MIT "Expat" License:

> Copyright (c) 2016-2019: David Anthoff.
> Copyright (c) 2016-2026: David Anthoff.
>
>
> Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
5 changes: 3 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "DataValues"
uuid = "e7dc6d0d-1eca-5fa6-8ad6-5aecde8b7ea5"
version = "0.4.14-DEV"
version = "1.0.0-DEV"

[deps]
DataValueInterfaces = "e2d170a0-9d28-54be-80f0-106bbe20a464"
Expand All @@ -11,10 +11,11 @@ DataValueInterfaces = "1.0"
julia = "1"

[extras]
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "InteractiveUtils", "LinearAlgebra", "Random"]
test = ["Test", "InteractiveUtils", "LinearAlgebra", "Random", "TestItemRunner"]
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# DataValues

[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![Build Status](https://travis-ci.org/queryverse/DataValues.jl.svg?branch=master)](https://travis-ci.org/queryverse/DataValues.jl)
[![Build status](https://ci.appveyor.com/api/projects/status/nkd83orhu4xm68yp/branch/master?svg=true)](https://ci.appveyor.com/project/queryverse/datavalues-jl/branch/master)
[![Build Status](https://github.com/queryverse/DataValues.jl/actions/workflows/juliaci.yml/badge.svg?branch=main)](https://github.com/queryverse/DataValues.jl/actions/workflows/juliaci.yml)
[![codecov](https://codecov.io/gh/queryverse/DataValues.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/queryverse/DataValues.jl)

## Overview
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DataValues = "e7dc6d0d-1eca-5fa6-8ad6-5aecde8b7ea5"

[compat]
Documenter = "~0.24"
Documenter = "1"
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ using Documenter, DataValues

makedocs(modules=[DataValues],
sitename="DataValues.jl",
analytics="UA-132838790-1",
format = Documenter.HTML(analytics = "UA-132838790-1"),
warnonly = [:missing_docs],
pages=[
"Introduction" => "index.md"
])
Expand Down
5 changes: 1 addition & 4 deletions test/array/test_broadcast.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using DataValues
using Test

@testset "DataValueArray: Broadcast" begin
@testitem "DataValueArray: Broadcast" begin

A1 = rand(Int, 10)
M1 = rand(Bool, 10)
Expand Down
5 changes: 1 addition & 4 deletions test/array/test_constructors.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using Test
using DataValues

@testset "DataValueArray: Constructor" begin
@testitem "DataValueArray: Constructor" begin

# test Inner Constructor
@test_throws ArgumentError DataValueArray([1, 2, 3, 4], [true, false, true])
Expand Down
6 changes: 2 additions & 4 deletions test/array/test_datavaluematrix.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using DataValues
using LinearAlgebra
using Test
@testitem "DataValueArray: DataMatrix" begin

@testset "DataValueArray: DataMatrix" begin
using LinearAlgebra


# ----- test Base.diag -----#
Expand Down
5 changes: 1 addition & 4 deletions test/array/test_datavaluevector.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using DataValues
using Test

@testset "DataValueArray: DataVector" begin
@testitem "DataValueArray: DataVector" begin

A = [1:10...]
B = [1:5...]
Expand Down
8 changes: 3 additions & 5 deletions test/array/test_indexing.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
using Test
using Random
using DataValues
# import DataValues: unsafe_getindex_notnull, unsafe_getvalue_notnull
@testitem "DataValueArray: Indexing" begin

@testset "DataValueArray: Indexing" begin
using Random
# import DataValues: unsafe_getindex_notnull, unsafe_getvalue_notnull

x = DataValueArray{Int}((5, 2))

Expand Down
5 changes: 1 addition & 4 deletions test/array/test_primitives.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using Test
using DataValues

@testset "DataValueArray: Primitives" begin
@testitem "DataValueArray: Primitives" begin

n = rand(1:5)
siz = [ rand(2:5) for i in n ]
Expand Down
6 changes: 2 additions & 4 deletions test/array/test_reduce.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using DataValues
using Random
using Test
@testitem "DataValueArray: Reduce" begin

@testset "DataValueArray: Reduce" begin
using Random

Random.seed!(1)
f(x) = 5 * x
Expand Down
5 changes: 1 addition & 4 deletions test/array/test_show.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using Test
using DataValues

@testset "DataValueArray: Show" begin
@testitem "DataValueArray: Show" begin

io = IOBuffer()
disp = TextDisplay(IOBuffer())
Expand Down
5 changes: 1 addition & 4 deletions test/array/test_typedefs.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using Test
using DataValues

@testset "DataValueArray: TypeDefs" begin
@testitem "DataValueArray: TypeDefs" begin

x = DataValueArray([1, 2, 3],
[false, false, true])
Expand Down
Loading
Loading