MeshArrays.jl icon indicating copy to clipboard operation
MeshArrays.jl copied to clipboard

JuliaRegistrator pings

Open gaelforget opened this issue 5 years ago • 129 comments

gaelforget avatar Jan 26 '20 16:01 gaelforget

@JuliaRegistrator register()

gaelforget avatar Jan 26 '20 16:01 gaelforget

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.

JuliaRegistrator avatar Jan 26 '20 16:01 JuliaRegistrator

@JuliaRegistrator register()

gaelforget avatar Jan 26 '20 18:01 gaelforget

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.

JuliaRegistrator avatar Jan 26 '20 18:01 JuliaRegistrator

@JuliaRegistrator register()

gaelforget avatar Jan 26 '20 22:01 gaelforget

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.

JuliaRegistrator avatar Jan 26 '20 22:01 JuliaRegistrator

@JuliaRegistrator register()

gaelforget avatar Jan 27 '20 02:01 gaelforget

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.

JuliaRegistrator avatar Jan 27 '20 02:01 JuliaRegistrator

@JuliaRegistrator register()

gaelforget avatar Jan 27 '20 10:01 gaelforget

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.

JuliaRegistrator avatar Jan 27 '20 10:01 JuliaRegistrator

@JuliaRegistrator register()

gaelforget avatar Jan 27 '20 11:01 gaelforget

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

JuliaRegistrator avatar Jan 27 '20 11:01 JuliaRegistrator

@JuliaRegistrator register()

gaelforget avatar Feb 09 '20 16:02 gaelforget

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

JuliaRegistrator avatar Feb 09 '20 16:02 JuliaRegistrator

@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

gaelforget avatar Mar 27 '20 14:03 gaelforget

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

JuliaRegistrator avatar Mar 27 '20 14:03 JuliaRegistrator

@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

gaelforget avatar Apr 14 '20 03:04 gaelforget

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

JuliaRegistrator avatar Apr 14 '20 03:04 JuliaRegistrator

@JuliaRegistrator register

Release notes:

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

gaelforget avatar Apr 16 '20 00:04 gaelforget

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

JuliaRegistrator avatar Apr 16 '20 00:04 JuliaRegistrator

@JuliaRegistrator register

Release notes:

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

gaelforget avatar May 17 '20 15:05 gaelforget

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

JuliaRegistrator avatar May 17 '20 15:05 JuliaRegistrator

@JuliaRegistrator register

Release notes:

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

gaelforget avatar Jun 17 '20 13:06 gaelforget

Registration pull request created: JuliaRegistries/General/16520

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.11 -m "<description of version>" 52053e834ce79f1022a9dd18c74d173a4a8c696e
git push origin v0.2.11

JuliaRegistrator avatar Jun 17 '20 13:06 JuliaRegistrator

@JuliaRegistrator register()

gaelforget avatar Aug 21 '20 20:08 gaelforget

Registration pull request created: JuliaRegistries/General/19950

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.12 -m "<description of version>" 2175deb34c44560a14006ec4bf846d8a27a82114
git push origin v0.2.12

JuliaRegistrator avatar Aug 21 '20 20:08 JuliaRegistrator

@JuliaRegistrator register()

gaelforget avatar Sep 27 '20 17:09 gaelforget

Registration pull request created: JuliaRegistries/General/22053

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.13 -m "<description of version>" fe0055d7b38aed000b51202bce6a18c7fc3f317d
git push origin v0.2.13

JuliaRegistrator avatar Sep 27 '20 17:09 JuliaRegistrator

@JuliaRegistrator register()

gaelforget avatar Nov 01 '20 00:11 gaelforget

Registration pull request created: JuliaRegistries/General/23985

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.14 -m "<description of version>" 8969071ac349d19da186fb9e1384e29827e38b11
git push origin v0.2.14

JuliaRegistrator avatar Nov 01 '20 00:11 JuliaRegistrator