Skip to content

Commit

Permalink
Merge pull request #17 from dpad/compathelper/new_version/2021-03-19-…
Browse files Browse the repository at this point in the history
…16-01-13-953-2660658215

CompatHelper: bump compat for "GeneralizedGenerated" to "0.3.2"
  • Loading branch information
dpad authored Mar 20, 2021
2 parents 315a13d + 74f86b4 commit 6fd42de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OrbitalTrajectories"
uuid = "2b613a20-8d2a-5290-b19f-e06f4bcc2e7d"
authors = ["Dan Padilha"]
version = "0.1.6"
version = "0.1.7"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand Down Expand Up @@ -47,7 +47,7 @@ DocStringExtensions = "0.8"
Downloads = "1.3.0"
FiniteDiff = "2.7.2"
ForwardDiff = "0.10.14"
GeneralizedGenerated = "0.2.8"
GeneralizedGenerated = "0.3.2"
KernelDensity = "0.6.2"
LineSearches = "7.1.1"
Memoize = "0.4.4"
Expand Down
14 changes: 0 additions & 14 deletions src/OrbitalTrajectories.jl
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
module OrbitalTrajectories

using Reexport
using GeneralizedGenerated: NGG

function __init__()
# XXX: Ensure that NGG is initialized appropriately, so that
# GeneralizedGenerated functions work properly. See the NGG_modules constant.
map(NGG.module_index, NGG_modules)
nothing
end

#----------#
# INCLUDES #
Expand All @@ -24,10 +16,4 @@ module OrbitalTrajectories
@reexport using OrbitalTrajectories.Dynamics
@reexport using OrbitalTrajectories.SpiceUtils

#-----------#
# CONSTANTS #
#-----------#
# Output of this gives the order that we should touch module_index() in __init__
const NGG_modules = NGG._modules

end # module

2 comments on commit 6fd42de

@dpad
Copy link
Owner Author

@dpad dpad commented on 6fd42de Mar 20, 2021

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/32409

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.1.7 -m "<description of version>" 6fd42de3bfd2064ae2cc700f4463d0a81912803e
git push origin v0.1.7

Please sign in to comment.