Skip to content

Commit

Permalink
Compat Reexport
Browse files Browse the repository at this point in the history
  • Loading branch information
Tokazama committed Jun 2, 2020
1 parent bbb73ee commit c92d00b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ MappedArrays = "0.2"
MetadataArrays = "0.1"
NamedDims = "0.2"
PrettyTables = "0.9"
Reexport = "0.2"
StaticArrays = "0.12"
StaticRanges = "0.6"
TableTraits = "1"
Expand Down

2 comments on commit c92d00b

@Tokazama
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Big changes include:

  • AxisIndicesArray is now AxisArray
  • Only keys of an axis are printed when printing an AxisArray
  • There is an experimental Tables.jl interface via the Table type now.
  • Internally things are reorganized so the public API that supports everything has its own module.

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

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

Please sign in to comment.