File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 fail-fast : false
1616 matrix :
1717 version :
18- - ' 1.11 '
18+ - ' 1.12 '
1919 os :
2020 - ubuntu-latest
2121 arch :
Original file line number Diff line number Diff line change 1+ # PlantViz release notes
2+
3+ We started keeping track of changes in the ` NEWS.md ` file after version 0.1.0.
4+
5+ # PlantViz 0.1.1 (2026-01-14)
6+
7+ * Update dependencies and make sure it works on Julia 1.12
Original file line number Diff line number Diff line change 11name = " PlantViz"
22uuid = " 358bd95d-d12c-439f-94b7-04b17e500c7f"
3+ version = " 0.1.1"
34authors = [" Alejandro Morales Sierra <alejandro.moralessierra@wur.nl> and contributors" ]
4- version = " 0.1.0"
55
66[deps ]
77ColorTypes = " 3da002f7-5984-5a60-b8a6-cbb66c0b333f"
@@ -19,7 +19,7 @@ FileIO = "1.17.0"
1919GeometryBasics = " 0.5.10"
2020LinearAlgebra = " 1.11"
2121Makie = " 0.24.6"
22- PlantGeomPrimitives = " 0.1.0 "
23- PlantRayTracer = " 0.1.0 "
22+ PlantGeomPrimitives = " 0.1.1 "
23+ PlantRayTracer = " 0.1.1 "
2424Unrolled = " 0.1.5"
2525julia = " 1.12"
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ Extract the colors properties from a given mesh.
1616
1717# Examples
1818```jldoctest
19-
2019julia> using PlantGeomPrimitives;
2120
2221julia> import ColorTypes: RGB;
You can’t perform that action at this time.
0 commit comments