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

Register #4

Closed
baggepinnen opened this issue Apr 24, 2019 · 132 comments
Closed

Register #4

baggepinnen opened this issue Apr 24, 2019 · 132 comments

Comments

@baggepinnen
Copy link
Owner

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/267

After the above pull request is merged, it is recommended that you create
a tag on this repository for the registered package version:

git tag -a v0.1.0 -m "<description of version>" a78787efa77470e6c3c73bac66ddebf9aaa5aa79
git push origin v0.1.0

@baggepinnen
Copy link
Owner Author

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/806

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.1.1 -m "<description of version>" 48142c42a83e4ff3552bcee332ec0d543bf35ecc
git push origin v0.1.1

@baggepinnen
Copy link
Owner Author

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/851

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

@baggepinnen
Copy link
Owner Author

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request updated: JuliaRegistries/General/851

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

@baggepinnen
Copy link
Owner Author

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request updated: JuliaRegistries/General/851

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.1.2 -m "<description of version>" 4eb4b3f20579f369b3f9605be2c900bcb1235d3e
git push origin v0.1.2

@baggepinnen
Copy link
Owner Author

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/1077

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.0 -m "<description of version>" 5617653967a35677d218f56c1c93cf28f208d88f
git push origin v0.2.0

@baggepinnen
Copy link
Owner Author

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/5116

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

@baggepinnen
Copy link
Owner Author

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/7628

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.2 -m "<description of version>" 2b714a233c4ee876eb40b14f1d4afe9fef94982c
git push origin v0.2.2

@baggepinnen
Copy link
Owner Author

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/8040

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

@baggepinnen
Copy link
Owner Author

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/8076

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

@baggepinnen
Copy link
Owner Author

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/119146

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 v3.8.0 -m "<description of version>" ab28c395c563838514ad76268ec0c0f5359ebd84
git push origin v3.8.0

@baggepinnen
Copy link
Owner Author

@JuliaRegistrator register

Release notes:

  • Add augmented UKF. This version of the UKF takes explicit noise terms as input to the dynamics and is thus able to handle non-additive noise.
  • Move Distributions.jl to a weak dependency and thus reduce the number of transitive dependencies substantially. This should be non-breaking since nothing from Distributions.jl was previously exported. This means that users that only use Kalman filters do not have to depend on Distributions.jl. To handle the most common case of multivariate normal distributions, a LowLevelParticleFilters.SimpleMvNormal type is added.

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/119327

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 v3.9.0 -m "<description of version>" 709ba289973b151f9b1024346ff46c6faa8eeb86
git push origin v3.9.0

@baggepinnen
Copy link
Owner Author

@JuliaRegistrator register

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/119663

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 v3.9.1 -m "<description of version>" cbbf57be32f5cea9f563e12620e0b854453598ac
git push origin v3.9.1

@baggepinnen
Copy link
Owner Author

@JuliaRegistrator register

Release notes:

  • Performance improvements for large systems
  • Support for in-place dynamics and measurement functions in EKF/UKF
  • Support for user-defined Jacobians in EKF
  • Ability to plot output prediction and prediction error in Kalman-filter solution plot
  • New tutorial: Adaptive Neural-Network training

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/119907

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 v3.10.0 -m "<description of version>" 5fab0f2a70ba18fdcc57f37c24b521645fa90cce
git push origin v3.10.0

@baggepinnen
Copy link
Owner Author

@JuliaRegistrator register

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/120137

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 v3.10.1 -m "<description of version>" 9a86fe2bf3820e007ee0fdc08131c4c4f0cdb232
git push origin v3.10.1

@baggepinnen
Copy link
Owner Author

@JuliaRegistrator register

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/120336

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 v3.11.0 -m "<description of version>" c9cc4259418c29101632b17d046fa28f48464fdb
git push origin v3.11.0

@baggepinnen
Copy link
Owner Author

@JuliaRegistrator register

Release notes:

New concept introduced: Measurement models. See Measurement models in the documentation.

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/121255

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 v3.12.0 -m "<description of version>" 317a37521d2724deee6aaeadac2a84b4f8516874
git push origin v3.12.0

@baggepinnen
Copy link
Owner Author

@JuliaRegistrator register

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/121553

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 v3.12.1 -m "<description of version>" d5395b3cd38d444f9b6b1bead025e963226f3f58
git push origin v3.12.1

@baggepinnen
Copy link
Owner Author

@JuliaRegistrator register

Release notes:

Add experimental implementation of the "Interacting Multiple model filter" IMM

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/121710

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 v3.12.2 -m "<description of version>" af0aed3474d0cff6d48221f5c237b97f2ea4fd2c
git push origin v3.12.2

JuliaTagBot pushed a commit to JuliaRegistries/General that referenced this issue Dec 20, 2024
- Registering package: LowLevelParticleFilters
- Repository: https://github.com/baggepinnen/LowLevelParticleFilters.jl
- Created by: @baggepinnen
- Version: v3.12.2
- Commit: af0aed3474d0cff6d48221f5c237b97f2ea4fd2c
- Reviewed by: @baggepinnen
- Reference:
baggepinnen/LowLevelParticleFilters.jl#4 (comment)
- Description: State estimation, smoothing and parameter estimation
using Kalman and particle filters.
- Release notes:
<!-- BEGIN RELEASE NOTES -->
`````
Add _experimental_ implementation of the "Interacting Multiple model filter" IMM
`````
<!-- END RELEASE NOTES -->

<!--
bf0c69308befbd3ccf2cc956ac8a4671113b158fd87a6d4e741b0173dab051a48f7dc43e593ffff4357bc647a3a835981674125d728d427436107e74bcd326b90766c212cd79d6671fef2053c26f9baa76e5f892188d53a17a89dab981c12d875886c4d6df0f51692e3a60b17ed792413c4750856ddd8c6b5cbca2ce52aef99ddfe1e758cabca10aed21956efe98619743c975b0b47ab00a3a95656ae589ae1d55d7cd6948156ca5c15e3e815a5d11cd96795005b3f8ccbdc0f3414a42fd21f1
-->
@baggepinnen
Copy link
Owner Author

@JuliaRegistrator register

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/121970

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 v3.12.3 -m "<description of version>" 21c426217f6736269b6cb7ca59450667d494d9a7
git push origin v3.12.3

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