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

New package: TSx v0.1.0 #71350

Closed

Conversation

JuliaRegistrator
Copy link
Contributor

This is the first release of the package. The following types and functions are exported.

  1. TS: A type to hold ordered data with an index.
  2. Base.Matrix: Converting a TS object's non-index data to a Matrix.
  3. Base.first: Get the first row of a TS object.
  4. Base.join: Combine TS objects together column-wise using the index as the column key.
  5. Base.size: Get the number of rows and columns of a TS object as a tuple.
  6. Base.vcat: Concatenate rows of two TS objects.
  7. plot: Plot a TS object with the index on the x-axis and selected cols on the y-axis.
  8. apply: Apply function to a TS object based on a period.
  9. describe: Compute summary statistics of a TS object.
  10. endpoints: Return an integer vector of values for last observation in timestamps for each period given by on.
  11. head: Return the first n rows of a TS object.
  12. index: Return the index vector of a TS object.
  13. lag: Lag a TS object by a specified value.
  14. lead: Lead a TS object by a specified value.
  15. ncol: Get the number of columns of a TS object.
  16. nrow: Get the number of rows of a TS object.
  17. rollapply: Apply a function to a column of a TS object for each continuous set of rows of size windowsize.
  18. subset: Create a subset of a TS object based on the index starting from (inclusive) till to (inclusive).
  19. tail: Return the last n rows of a TS object.

UUID: 9f90e835-9451-4aaa-bcb1-743a1b8d2f84
Repo: https://github.com/xKDR/TSx.jl.git
Tree: 70f55cb11ace419494a29a51aab11f74d8a5c225

Registrator tree SHA: 6f7123171eb7f645eda28350bbbc080fbc238330
@github-actions
Copy link
Contributor

Your new package pull request does not meet the guidelines for auto-merging. Please make sure that you have read the General registry README and the AutoMerge guidelines. The following guidelines were not met:

  • Name is not at least 5 characters long

  • Package name similar to 21 existing packages.

    Similar package names
    1. Similar to TCX. Damerau-Levenshtein distance 2 is at or below cutoff of 2. Damerau-Levenshtein distance 1 between lowercased names is at or below cutoff of 1. Normalized visual distance 2.10 is at or below cutoff of 2.50.
    2. Similar to ISL. Damerau-Levenshtein distance 2 is at or below cutoff of 2.
    3. Similar to Tau. Damerau-Levenshtein distance 2 is at or below cutoff of 2.
    4. Similar to Tar. Damerau-Levenshtein distance 2 is at or below cutoff of 2.
    5. Similar to TSML. Damerau-Levenshtein distance 2 is at or below cutoff of 2.
    6. Similar to VSL. Damerau-Levenshtein distance 2 is at or below cutoff of 2.
    7. Similar to CSV. Damerau-Levenshtein distance 2 is at or below cutoff of 2.
    8. Similar to Cxx. Damerau-Levenshtein distance 2 is at or below cutoff of 2.
    9. Similar to Try. Damerau-Levenshtein distance 2 is at or below cutoff of 2.
    10. Similar to TSne. Damerau-Levenshtein distance 2 is at or below cutoff of 2.
    11. Similar to Tk. Damerau-Levenshtein distance 2 is at or below cutoff of 2.
    12. Similar to Lux. Damerau-Levenshtein distance 2 is at or below cutoff of 2.
    13. Similar to GSL. Damerau-Levenshtein distance 2 is at or below cutoff of 2.
    14. Similar to DSP. Damerau-Levenshtein distance 2 is at or below cutoff of 2.
    15. Similar to LSL. Damerau-Levenshtein distance 2 is at or below cutoff of 2.
    16. Similar to TSVD. Damerau-Levenshtein distance 2 is at or below cutoff of 2.
    17. Similar to Mux. Damerau-Levenshtein distance 2 is at or below cutoff of 2.
    18. Similar to QSM. Damerau-Levenshtein distance 2 is at or below cutoff of 2.
    19. Similar to Mex. Damerau-Levenshtein distance 2 is at or below cutoff of 2.
    20. Similar to HSL. Damerau-Levenshtein distance 2 is at or below cutoff of 2.
    21. Similar to ASE. Damerau-Levenshtein distance 2 is at or below cutoff of 2.

Note that the guidelines are only required for the pull request to be merged automatically. However, it is strongly recommended to follow them, since otherwise the pull request needs to be manually reviewed and merged by a human.

After you have fixed the AutoMerge issues, simple retrigger Registrator, which will automatically update this pull request. You do not need to change the version number in your Project.toml file (unless of course the AutoMerge issue is that you skipped a version number, in which case you should change the version number).

If you do not want to fix the AutoMerge issues, please post a comment explaining why you would like this pull request to be manually merged.

Since you are registering a new package, please make sure that you have also read the package naming guidelines: https://julialang.github.io/Pkg.jl/dev/creating-packages/#Package-naming-guidelines-1


If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 1, 2022

This pull request has been inactive for 30 days and will be automatically closed 7 days from now. If this pull request should not be closed, please either (1) fix the AutoMerge issues and re-trigger Registrator, which will automatically update the pull request, or (2) post a comment explaining why you would like this pull request to be manually merged. [noblock]

@github-actions github-actions bot added the stale label Dec 1, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Dec 9, 2022

This pull request has been inactive for more than 30 days and has automatically been closed. Feel free to register your package or version again once you fix the AutoMerge issues. [noblock]

@github-actions github-actions bot closed this Dec 9, 2022
@github-actions github-actions bot deleted the registrator-tsx-9f90e835-v0.1.0-d0d44e30f7 branch December 9, 2022 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants