Skip to content

Commit

Permalink
Bump to 0.18.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsamaroo authored Feb 22, 2024
1 parent 7364106 commit cec17a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Dagger"
uuid = "d58978e5-989f-55fb-8d15-ea34adc7bf54"
version = "0.18.7"
version = "0.18.8"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand Down

2 comments on commit cec17a1

@jpsamaroo
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 register()

Release notes:

  • Disabled CHUNK_CACHE eviction logic
  • Added view and cholesky/cholesky! operations to the DArray
  • Added helpers all_processors and compatible_processors
  • Fixed some precompile hangs seen on Mac M-series chips
  • Removed the DArray stage cache

@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/101482

Tagging

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.18.8 -m "<description of version>" cec17a14f75523bdcae3a6b00ede6c22d1d0fe9f
git push origin v0.18.8

Please sign in to comment.