Code Monkey home page Code Monkey logo

timestamps.jl's Introduction

Timestamps.jl

Documentation Build Status JuliaHub
StableDev BuildCoverage pkgevalversion

Timestamps provides the ability to work with time-based values without many of the constraints inherent in organizing a time series. Multiple dates and values of different types can part of an Vector{Timestamp}.

WARNING: versions 0.1.* are not following semver and may contain breaking changes. Use at your own risk.

Previous documentation can be found here.

Installation

julia> using Pkg
julia> Pkg.add("Timestamps")

timestamps.jl's People

Contributors

arkoniak avatar milktrader avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

timestamps.jl's Issues

Add `vcat` procedure

Timestamp arrays should be concatenable.

  1. Check that names are aligned
  2. append! two vectors
  3. sort! the result

Last step may include some checkups: if vectors are not overlapping, there is no need to sort!

joins

Add joins by timestamp field.

Investigate, whether it would be possible to implement join with more keys. It looks rather straightforward: you should skip combinations, when keys are wrong. Of course, with high number of collisions it can be rather slow.

But only way to made it faster is to sort on keys, or implement some sort of index, which will make whole structure rather heavy.

Info about upcoming removal of packages in the General registry

As described in https://discourse.julialang.org/t/ann-plans-for-removing-packages-that-do-not-yet-support-1-0-from-the-general-registry/ we are planning on removing packages that do not support 1.0 from the General registry. This package has been detected to not support 1.0 and is thus slated to be removed. The removal of packages from the registry will happen approximately a month after this issue is open.

To transition to the new Pkg system using Project.toml, see https://github.com/JuliaRegistries/Registrator.jl#transitioning-from-require-to-projecttoml.
To then tag a new version of the package, see https://github.com/JuliaRegistries/Registrator.jl#via-the-github-app.

If you believe this package has erroneously been detected as not supporting 1.0 or have any other questions, don't hesitate to discuss it here or in the thread linked at the top of this post.

Why Timestamps.jl says that it doesn't follow semver?

At the Github page of Timestamps.jl we can read.

WARNING: versions 0.1.* are not following semver and may contain breaking changes. Use at your own risk.

But in point 4 of Semantic Versions Specification we read

Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be
considered stable.

So in fact changing ANYTHING in version 0.1.* or even 0.. is with agreement of semver. In such situation, why you didn't write

WARNING: with accordance to semver versions 0.1.* (or 0..)may contain breaking changes. Use at your own risk.

or something like that?

Travis failing even after package registered

It was failing prior but I hoped it was because it couldn't find the package as a result of it not being registered. All tests are passing locally.

Timestamp construction
     - fields are constructed
  Error   :: (line:-1) :: fields are constructed
    Timestamp(Date(2000,1,1),12).timestamp => Date(2000,1,1)
Timestamp not defined

TagBot trigger issue

This issue is used to trigger TagBot; feel free to unsubscribe.

If you haven't already, you should update your TagBot.yml to include issue comment triggers.
Please see this post on Discourse for instructions and more details.

If you'd like for me to do this for you, comment TagBot fix on this issue.
I'll open a PR within a few hours, please be patient!

Implement merge method

Merging is actually trivial with a call to vcat(x,y) but this method should default to sort=true, which makes it more useful.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.