Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
islent committed Nov 6, 2021
2 parents 0594818 + 7611608 commit a99f74c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ IterTools = "1.3"
Measurements = "2.5"
NearestNeighbors = "0.4"
PhysicalConstants = "0.2"
Reexport = "1"
StaticArrays = "1"
StructArrays = "0.5, 0.6"
Unitful = "0.18.0, 1.0.0"
UnitfulAstro = "0.4.0, 1.0.0"
Expand Down

2 comments on commit a99f74c

@islent
Copy link
Member Author

@islent islent commented on a99f74c Nov 6, 2021

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

  • Support StructArray
  • PVector to SArray
  • parse from string
  • ZeroValue
  • Support Measurement, BigFloat

@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 updated: JuliaRegistries/General/48283

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 v1.3.0 -m "<description of version>" a99f74c11f5ff42bac4fb580ebd031638012c100
git push origin v1.3.0

Please sign in to comment.