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

Registry Issue #47

Open
behinger opened this issue Mar 24, 2023 · 59 comments
Open

Registry Issue #47

behinger opened this issue Mar 24, 2023 · 59 comments

Comments

@behinger
Copy link
Member

@JuliaRegistrator register

Minor: Compat-Bump

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/80240

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>" 583c3e08dfddb5a59e6476249537df3f6853c68b
git push origin v0.2.7

@behinger
Copy link
Member Author

@JuliaRegistrator register

Release notes:
Major, completely breaking update:

  • all setXXXvalues=(;...) renamed to just xxx=(;...)
  • many bugfixes
  • all docs are now actually running examples
  • some features don't work yet (e.g. automatic x/y labels)
  • removed the option to provide positions as a DataFrame Column.
  • still some inconsistencies: some things need to be provided as extra=(;) other as positions=pos 🤷 , maybe I change this at another point

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/82462

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.0 -m "<description of version>" bb99c341ef624a2abac37299b34099bcc5955ff8
git push origin v0.3.0

@behinger
Copy link
Member Author

@JuliaRegistrator register

Release notes:
Major, completely breaking update:

all setXXXvalues=(;...) renamed to just xxx=(;...)
many bugfixes
all docs are now actually running examples
some features don't work yet (e.g. automatic x/y labels)
removed the option to provide positions as a DataFrame Column.
still some inconsistencies: some things need to be provided as extra=(;) other as positions=pos 🤷 , maybe I change this at another point

@JuliaRegistrator
Copy link

Registration pull request updated: JuliaRegistries/General/82462

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.0 -m "<description of version>" 57f433d7bbc181551c20c29d3c178bb8b46438e3
git push origin v0.3.0

@behinger
Copy link
Member Author

behinger commented Jun 8, 2023

@JuliaRegistrator register

Release notes:
Minor Doc fixes
Bump Compat to Unfold 0.5

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/85139

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.1 -m "<description of version>" 1d6bcb37b8f97fbd0f20b17200f32c6e64774399
git push origin v0.3.1

@behinger
Copy link
Member Author

@JuliaRegistrator register

Releasenotes:

  • removed NullInterpolator as now defined in TopoPlots.jl
  • fixed bugs in documentation
  • nicer code display by linting

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/88468

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.2 -m "<description of version>" 27dc7fd770951b440f508c2e98551e288f34e421
git push origin v0.3.2

@behinger
Copy link
Member Author

behinger commented Aug 7, 2023

@JuliaRegistrator register

  • Bugfix Topoplotseries regarding missing labels column by @vladdez
  • general code formatting improved by @vladdez
  • fix bug in parallel coordinates by @vladdez
  • Bugfix butterfly plot where it was not using Topoplots.NullInterpolator, but the buggy UnfoldMakie.NullInterpolator. remove the latter by @vladdez and @behinger
  • compat bump with breaking Unfold 0.6 release

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/89194

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.3 -m "<description of version>" 5d83948af3a146abac7c190f4616d4e739646c47
git push origin v0.3.3

@behinger
Copy link
Member Author

behinger commented Sep 5, 2023

@JuliaRegistrator register

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/90861

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.4 -m "<description of version>" 27dc20d5d0c011fa605a6e202ba55858b7af321e
git push origin v0.3.4

@behinger
Copy link
Member Author

@JuliaRegistrator register
Release Notes:

  • fixed up butterfly (@vladdez )
  • added labels for plot_topoplotseries (@behinger )
  • added rasterize heatmap for plot_topoplotseries (@behinger)
  • added colorbar for plot_topoplotseries(@behinger )
  • added pos3d to 2d and to_position(raw::MNE) (@behinger ) to extract 2d-layouts for topoplotting

@JuliaRegistrator
Copy link

Error while trying to register: Following packages are mentioned in [compat] but not found in [deps] or [extras]:
StaticArray

@behinger
Copy link
Member Author

@JuliaRegistrator register
Release Notes:

  • fixed up butterfly (@vladdez )
  • new plot: ERP-Array (@vladdez )
  • added labels for plot_topoplotseries (@behinger )
  • added rasterize heatmap for plot_topoplotseries (@behinger)
  • added colorbar for plot_topoplotseries(@behinger )
  • added pos3d to 2d and to_position(raw::MNE) (@behinger ) to extract 2d-layouts for topoplotting

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/91241

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.5 -m "<description of version>" 038b89538bd710a7f32a86e93af15814ba5fcd6a
git push origin v0.3.5

@behinger
Copy link
Member Author

behinger commented Nov 8, 2023

@JuliaRegistrator register
Release Notes:

  • much improved docstrings + documentation (@behinger @vladdez)
  • more unittests
  • formatter

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/95013

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.6 -m "<description of version>" 15d0acd14070260e9ddb4e52ba9e821b458c6a43
git push origin v0.3.6

@behinger
Copy link
Member Author

behinger commented Nov 8, 2023

@JuliaRegistrator register
Release Notes:

  • much improved docstrings + documentation (@behinger @vladdez)
  • more unittests
  • formatter

@JuliaRegistrator
Copy link

Registration pull request updated: JuliaRegistries/General/95013

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

@behinger
Copy link
Member Author

behinger commented Nov 30, 2023

--

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/105093

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.5.2 -m "<description of version>" 760c9437c92f4f042bb1137df5cf1853a3b6504b
git push origin v0.5.2

@vladdez
Copy link
Collaborator

vladdez commented Apr 22, 2024

@JuliaRegistrator register
Release Notes:

Solved issues

Also:

  • DesignMatrix compatible with new Unfold types @behinger
  • added sortval_xlabel to erpimage

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/105395

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.5.3 -m "<description of version>" 3ebaea832388a57a5f712c364ad32af4478dea5d
git push origin v0.5.3

@vladdez
Copy link
Collaborator

vladdez commented May 14, 2024

@JuliaRegistrator register

Release notes:

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/106770

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.5.4 -m "<description of version>" 671d99cb63bd9844aac45fd2afcd6a63a49bd3d5
git push origin v0.5.4

@vladdez
Copy link
Collaborator

vladdez commented May 14, 2024

@JuliaRegistrator register

Release notes:

@JuliaRegistrator
Copy link

Registration pull request updated: JuliaRegistries/General/106770

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.5.4 -m "<description of version>" 1ac5b6983168da7d6d25e43dee5f18c6029f7d3a
git push origin v0.5.4

@vladdez
Copy link
Collaborator

vladdez commented Jul 9, 2024

@JuliaRegistrator register

Release notes:
ERP image

Topoplotseries

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/110755

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.5.5 -m "<description of version>" 871bcf28b08063bf545810e140663e4664c76428
git push origin v0.5.5

@JuliaRegistrator
Copy link

Error while trying to register: Version 0.5.5 already exists

@vladdez
Copy link
Collaborator

vladdez commented Aug 7, 2024

@JuliaRegistrator register

Release notes:

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/112572

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

@vladdez
Copy link
Collaborator

vladdez commented Sep 11, 2024

@JuliaRegistrator register

Release notes:
More general data inputs #213:

  • data inputs for plot_channelimage(::DataFrame), plot_erpgrid(::DataFrame), plot_parallelcoordinates(::Matrix), plot_topoplot(::Vector)
  • mistakes in signatures for plot_butterfly and plot_erp, moving some actions inside code from signatures
  • updated docstrings
  • adding sorting methods in arguments for channel image, arguments sorting_variables and sorting_reverse
  • more tests for checking length mismatch of arguments in plot_topoplot, plot_erpgrid and plot_channelimage
  • adding ch_names::Vector{String} into arguments for plot_erpgrid

Other

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/114990

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.5.7 -m "<description of version>" 7677752d5918ecb787ab91ca1963a12eb02c4f15
git push origin v0.5.7

@JuliaRegistrator
Copy link

Registration pull request updated: JuliaRegistries/General/114990

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.5.7 -m "<description of version>" 7677752d5918ecb787ab91ca1963a12eb02c4f15
git push origin v0.5.7

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/115838

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

@vladdez
Copy link
Collaborator

vladdez commented Nov 6, 2024

@JuliaRegistrator register

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/118812

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.5.9 -m "<description of version>" 1a98b84d57257eb3e799f7e3f3f5fa1c7fbde311
git push origin v0.5.9

@vladdez
Copy link
Collaborator

vladdez commented Nov 20, 2024

@JuliaRegistrator register

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/119807

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.5.10 -m "<description of version>" 88c52e571e68420f06496eea4d6e1281ef57c0f1
git push origin v0.5.10

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

3 participants