Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JuliaRegistrator pings #35

Open
gaelforget opened this issue Jan 26, 2020 · 129 comments
Open

JuliaRegistrator pings #35

gaelforget opened this issue Jan 26, 2020 · 129 comments

Comments

@gaelforget
Copy link
Member

No description provided.

@gaelforget
Copy link
Member Author

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Error while trying to register: Changing package repo URL not allowed, please submit a pull request with the URL change to the target registry and retry.

@gaelforget
Copy link
Member Author

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Error while trying to register: Changing package repo URL not allowed, please submit a pull request with the URL change to the target registry and retry.

@gaelforget
Copy link
Member Author

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Error while trying to register: Changing package repo URL not allowed, please submit a pull request with the URL change to the target registry and retry.

@gaelforget
Copy link
Member Author

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Error while trying to register: Changing package repo URL not allowed, please submit a pull request with the URL change to the target registry and retry.

@gaelforget
Copy link
Member Author

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Error while trying to register: Changing package repo URL not allowed, please submit a pull request with the URL change to the target registry and retry.

@gaelforget
Copy link
Member Author

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/8501

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.5 -m "<description of version>" 4042c27f3a212c22cb5e0cb03c8605dd87ec80dd
git push origin v0.2.5

@gaelforget
Copy link
Member Author

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/9173

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.6 -m "<description of version>" 67136859e3bb764d23b412b677c3c8a1e9177c96
git push origin v0.2.6

@gaelforget
Copy link
Member Author

@JuliaRegistrator register

Release notes:

  • add meta structure containing unit, position, and names
  • defaultmeta = varmeta(missing,fill(0.5,3),"unknown","unknown")
  • support for non-default varmeta is limited to constructors, similar, read and exchange
  • similar() uses defaultmeta by default -- unless optional argument m is provided (e.g. in read and exchanges)
  • fill in meta data for grid variables at the time when they are defined via read / similar / MeshArray() in GridLoad & GridOfOnes
  • show method now prints out meta for gcmarray
  • Project.toml now depends on Unitful.jl for varmeta data structure
  • rename mygrid,GridVariables as γ,Γ throughout packages
  • GridOfOnes now returns both γ,Γ
  • documentation updates/improvements

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/11665

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

@gaelforget
Copy link
Member Author

@JuliaRegistrator register

Release notes:

  • new (exported) functions knn, InterpolationFactors, and Tiles (which replaces TilesMap)
  • new dependency to NearestNeighbors.jl

Code follows my earlier gcmfaces implementation used with MITgcm and MITprof

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/12918

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

@gaelforget
Copy link
Member Author

@JuliaRegistrator register

Release notes:

  • fix edge cases in interpolation code
  • add Interpolate()
  • documentation updates

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/13057

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.2.9 -m "<description of version>" 48af511029b4919b003d2ffdd53b416af5b3f221
git push origin v0.2.9

@gaelforget
Copy link
Member Author

@JuliaRegistrator register

Release notes:

  • add InnerArray & OuterArray variables
  • InterpolationFactors -> local f,x,y position too

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/14903

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.2.10 -m "<description of version>" 360490f64e50a71f66aa79123697db6e73f2a933
git push origin v0.2.10

@gaelforget
Copy link
Member Author

@JuliaRegistrator register

Release notes:

  • add CompatHelper
  • (new) simple_periodic_domain
  • improve docs & add video links

@gaelforget
Copy link
Member Author

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/107613

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

@gaelforget
Copy link
Member Author

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/107624

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 v0.3.8 -m "<description of version>" 56fea962478a8bda47b7e70bf5cae8053e58d2f6
git push origin v0.3.8

@gaelforget
Copy link
Member Author

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/113518

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

@gaelforget
Copy link
Member Author

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/113618

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

@gaelforget
Copy link
Member Author

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/113985

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

@gaelforget
Copy link
Member Author

@JuliaRegistrator register()

Release notes:

  • more example of MeshArray initialization
  • update ci action v codecov
  • increase codecov
  • make rotate_points more robust to input type
  • add options to Transect, LatitudeCircles
  • add gridpath type, use by default in Transect, LatitudeCircles
  • plot method for gridpath and MeshArray
  • add option to specify grid by ID keyword
  • add default plot method (heatmap)
  • improve read/write to work with n3,n4>1
  • fix zeros method
  • allow longitude range restriction in LatitudeCircles

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/115208

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.3.12 -m "<description of version>" 02496bb3a642bb79a8fa149ed0f3191d3164d7f5
git push origin v0.3.12

@gaelforget
Copy link
Member Author

@JuliaRegistrator register()

Release notes:

  • increase code coverage
  • fix test on array size

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/115303

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.3.13 -m "<description of version>" 9105671e425daba603d4ccee8e4b90b6768c251e
git push origin v0.3.13

@gaelforget
Copy link
Member Author

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/115532

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 v0.3.14 -m "<description of version>" 29a619481682648df7f92042e9e01178947a6dff
git push origin v0.3.14

@gaelforget
Copy link
Member Author

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/115536

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 v0.3.15 -m "<description of version>" 33cc1a2fc6777a41efaa16da0113e59ebaca2ed7
git push origin v0.3.15

@gaelforget
Copy link
Member Author

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/115665

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 v0.3.16 -m "<description of version>" 22241b1a140fea1e05ec2938a722a33d2804515b
git push origin v0.3.16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants