Skip to content

Commit

Permalink
CompatHelper: bump compat for JLArrays in [weakdeps] to 0.2 for packa…
Browse files Browse the repository at this point in the history
…ge NDTensors, (keep existing compat) (#1576)

* CompatHelper: bump compat for JLArrays in [weakdeps] to 0.2 for package NDTensors, (keep existing compat)

* [NDTensors] Bump to v0.3.61

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Matt Fishman <[email protected]>
  • Loading branch information
3 people authored Nov 12, 2024
1 parent 99513c3 commit a92459e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NDTensors/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NDTensors"
uuid = "23ae76d9-e61a-49c4-8f12-3f1a16adf9cf"
authors = ["Matthew Fishman <[email protected]>"]
version = "0.3.60"
version = "0.3.61"

[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
Expand Down Expand Up @@ -72,7 +72,7 @@ GPUArraysCore = "0.1, 0.2"
HDF5 = "0.14, 0.15, 0.16, 0.17"
HalfIntegers = "1"
InlineStrings = "1"
JLArrays = "0.1"
JLArrays = "0.1, 0.2"
LinearAlgebra = "<0.0.1, 1.6"
MacroTools = "0.5"
MappedArrays = "0.4"
Expand Down

2 comments on commit a92459e

@mtfishman
Copy link
Member

Choose a reason for hiding this comment

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

@JuliaRegistrator register subdir=NDTensors

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

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

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 NDTensors-v0.3.61 -m "<description of version>" a92459e3cac492b4b1ecca9452fb1d7fd13b9fea
git push origin NDTensors-v0.3.61

Please sign in to comment.