Skip to content

Commit

Permalink
Merge pull request #70 from Oblynx/update-deps
Browse files Browse the repository at this point in the history
Update dependencies & compat
  • Loading branch information
Oblynx authored Feb 8, 2022
2 parents b1e78c2 + 48d159d commit da78b1b
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 16 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
- name: "Run CompatHelper"
run: |
import CompatHelper
CompatHelper.main(include_jll=true, bump_version=true)
CompatHelper.main(include_jll=true, bump_version=false,
subdirs=[""], #, "test", "docs", "benchmark"],
)
shell: julia --color=yes {0}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
20 changes: 10 additions & 10 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ version = "0.4.10"

[[deps.ChainRulesCore]]
deps = ["Compat", "LinearAlgebra", "SparseArrays"]
git-tree-sha1 = "926870acb6cbcf029396f2f2de030282b6bc1941"
git-tree-sha1 = "f9982ef575e19b0e5c7a98c6e75ee496c0f73a93"
uuid = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
version = "1.11.4"
version = "1.12.0"

[[deps.ChangesOfVariables]]
deps = ["ChainRulesCore", "LinearAlgebra", "Test"]
Expand Down Expand Up @@ -221,9 +221,9 @@ version = "1.4.0"

[[deps.JLLWrappers]]
deps = ["Preferences"]
git-tree-sha1 = "642a199af8b68253517b80bd3bfd17eb4e84df6e"
git-tree-sha1 = "abc9885a7ca2052a736a600f7fa66209f96506e1"
uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
version = "1.3.0"
version = "1.4.1"

[[deps.Lazy]]
deps = ["MacroTools"]
Expand Down Expand Up @@ -311,9 +311,9 @@ version = "0.3.3"
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"

[[deps.NaNMath]]
git-tree-sha1 = "f755f36b19a5116bb580de457cda0c140153f283"
git-tree-sha1 = "b086b7ea07f8e38cf122f5016af580881ac914fe"
uuid = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
version = "0.3.6"
version = "0.3.7"

[[deps.NetworkOptions]]
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
Expand Down Expand Up @@ -425,9 +425,9 @@ uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[[deps.SpecialFunctions]]
deps = ["ChainRulesCore", "IrrationalConstants", "LogExpFunctions", "OpenLibm_jll", "OpenSpecFun_jll"]
git-tree-sha1 = "e08890d19787ec25029113e88c34ec20cac1c91e"
git-tree-sha1 = "8d0c8e3d0ff211d9ff4a0c2307d876c99d10bdf1"
uuid = "276daf66-3868-5448-9aa4-cd146d93841b"
version = "2.0.0"
version = "2.1.2"

[[deps.StackViews]]
deps = ["OffsetArrays"]
Expand All @@ -437,9 +437,9 @@ version = "0.1.1"

[[deps.StaticArrays]]
deps = ["LinearAlgebra", "Random", "Statistics"]
git-tree-sha1 = "2ae4fe21e97cd13efd857462c1869b73c9f61be3"
git-tree-sha1 = "a635a9333989a094bddc9f940c04c549cd66afcf"
uuid = "90137ffa-7385-5640-81b9-e52037218182"
version = "1.3.2"
version = "1.3.4"

[[deps.Statistics]]
deps = ["LinearAlgebra", "SparseArrays"]
Expand Down
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "HierarchicalTemporalMemory"
uuid = "db654dba-670c-566a-9226-64313b881ded"
authors = ["Konstantinos Samaras-Tsakiris <ksamtsak@gmail.com>"]
version = "0.4.0"
version = "0.3.2"

[deps]
Chain = "8be319e6-bccf-4806-a6f7-6fae938471bc"
Expand All @@ -19,6 +19,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
Chain = "^0.4"
Graphs = "^1.5"
ImageFiltering = "^0.7"
IterTools = "^1.3"
Lazy = "^0.15"
Expand Down
7 changes: 6 additions & 1 deletion benchmark/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@ PkgBenchmark = "32113eaa-f34f-5b0d-bd6c-c81e245fc73d"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"

[compat]
BenchmarkTools = "1"
BenchmarkTools = "^1.0"
HierarchicalTemporalMemory = "^0.3"
PkgBenchmark = "^0.2"
DataFrames = "^1.0"
CSV = "^0.10"
Setfield = "^0.8"
4 changes: 3 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
Lazy = "50d2b5c4-7a5e-59d5-8109-a42b560f39c0"

[compat]
IterTools = "1"
IterTools = "^1.0"
Lazy = "^0.15"
Documenter = "^0.27"
3 changes: 2 additions & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
BenchmarkTools = "^1.1"
CSV = "^0.8"
CSV = "^0.10"
Chain = "^0.4"
DataFrames = "^1.2"
Documenter = "^0.27"
IterTools = "^1.3"
Expand Down

2 comments on commit da78b1b

@Oblynx
Copy link
Owner Author

@Oblynx Oblynx commented on da78b1b Feb 8, 2022

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 created: JuliaRegistries/General/54210

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.2 -m "<description of version>" da78b1b6f9114408c1c4f32734a983f0a9a039ee
git push origin v0.3.2

Please sign in to comment.