Skip to content

Commit

Permalink
Merge pull request #71 from JuliaRobotics/release/v0.9.0
Browse files Browse the repository at this point in the history
rc v0.9.0
  • Loading branch information
Affie authored Jan 18, 2021
2 parents 9ab7cad + 87ed086 commit 05642df
Show file tree
Hide file tree
Showing 90 changed files with 93 additions and 180,027 deletions.
1 change: 0 additions & 1 deletion .codecov.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*.o
*.so
*.a

Manifest.toml
docs/build
sandbox
deps/loadpath.jl
deps/deps.jl
deps/build.log
deps/apriltag-2016-12-01/example/apriltag_demo
deps/usr
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ language: julia

os:
- linux
# - osx
- osx
- windows
dist: xenial
julia:
- 1.0
- 1.5
- nightly
notifications:
email: false
git:
Expand All @@ -27,7 +26,7 @@ git:
jobs:
include:
- stage: "Documentation"
julia: 1.0
julia: 1.5
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
Expand Down
6 changes: 4 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name = "AprilTags"
uuid = "f0fec3d5-a81e-5a6a-8c28-d2b34f3659de"
keywords = ["AprilTags", "fiducials", "markers", "camera", "calibration"]
desc = "Visual fiducial marking system"
version = "0.8.0"
version = "0.9.0"

[deps]
AprilTags_jll = "49f4e9a8-0306-5d58-91df-e9c3c0e42747"
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand All @@ -16,13 +17,14 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
AprilTags_jll = "0.1.0"
ColorTypes = "0.10"
Colors = "0.8, 0.9, 0.10, 0.11, 0.12"
DocStringExtensions = "0.8"
FixedPointNumbers = "0.7, 0.8"
ImageDraw = "0.1, 0.2"
Requires = "1.0"
julia = "1"
julia = "1.3"

[extras]
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Expand Down
47 changes: 0 additions & 47 deletions appveyor.yml

This file was deleted.

40 changes: 0 additions & 40 deletions deps/apriltag-0.10.0/Makefile

This file was deleted.

142 changes: 0 additions & 142 deletions deps/apriltag-0.10.0/README.md

This file was deleted.

Loading

0 comments on commit 05642df

Please sign in to comment.