Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
📦 add bounds, v2
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisot committed Dec 19, 2019
1 parent 157e407 commit b6fd44d
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ authors = ["Timothée Poisot <[email protected]>"]
version = "0.0.1"

[deps]
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
GDAL = "add2ef01-049f-52c4-9ee2-e494f65e021a"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"

[compat]
julia = "1.2"
GDAL = "1.0"
HTTP = "0.8"
RecipesBase = "0.7"
ZipFile = "0.8"
julia = "1.2"
Binary file modified test/gallery/density.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/gallery/heatmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/gallery/heatmap_scaledown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/gallery/scatter-2d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/gallery/scatter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

2 comments on commit b6fd44d

@tpoisot
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/5693

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.0.1 -m "<description of version>" b6fd44d291f5c0d957230dd9d63aecc28a3d4e7a
git push origin v0.0.1

Please sign in to comment.