File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change
1
+ # VisionHeatmaps.jl
2
+ ## Version ` v1.1.0 `
3
+ * ![ Feature] [ badge-feature ] Access color schemes through their symbols ([ #3 ] [ pr-3 ] )
4
+
5
+ ## Version ` v1.0.0 `
6
+ * Initial release
7
+
8
+ [ pr-3 ] : https://github.com/Julia-XAI/VisionHeatmaps.jl/pull/3
9
+
10
+ <!--
11
+ # Badges
12
+ ![BREAKING][badge-breaking]
13
+ ![Deprecation][badge-deprecation]
14
+ ![Feature][badge-feature]
15
+ ![Enhancement][badge-enhancement]
16
+ ![Bugfix][badge-bugfix]
17
+ ![Experimental][badge-experimental]
18
+ ![Maintenance][badge-maintenance]
19
+ ![Documentation][badge-docs]
20
+ -->
21
+
22
+ [ badge-breaking ] : https://img.shields.io/badge/BREAKING-red.svg
23
+ [ badge-deprecation ] : https://img.shields.io/badge/deprecation-orange.svg
24
+ [ badge-feature ] : https://img.shields.io/badge/feature-green.svg
25
+ [ badge-enhancement ] : https://img.shields.io/badge/enhancement-blue.svg
26
+ [ badge-bugfix ] : https://img.shields.io/badge/bugfix-purple.svg
27
+ [ badge-security ] : https://img.shields.io/badge/security-black.svg
28
+ [ badge-experimental ] : https://img.shields.io/badge/experimental-lightgrey.svg
29
+ [ badge-maintenance ] : https://img.shields.io/badge/maintenance-gray.svg
30
+ [ badge-docs ] : https://img.shields.io/badge/docs-orange.svg
Original file line number Diff line number Diff line change 1
1
name = " VisionHeatmaps"
2
2
uuid = " 27106da1-f8bc-4ca8-8c66-9b8289f1e035"
3
3
authors = [" Adrian Hill <gh@adrianhill.de>" ]
4
- version = " 1.0 .0"
4
+ version = " 1.1 .0"
5
5
6
6
[deps ]
7
7
ColorSchemes = " 35d6a980-a343-548e-a6ea-1d62b119f2f4"
You can’t perform that action at this time.
0 commit comments