Coder Social home page Coder Social logo

var-toolbox's People

Contributors

ambropo avatar nathanshammah avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

var-toolbox's Issues

How to install the whole package

Hi, the toolbox has some 8-9 folders of code; but it seems that all the content of all of those is required to run the single VARToolbox_Primer.m script; it calls codes written in all of those.
i.e. I am having issues with the recognition of Date2Num and vnames so maybe getting all the ancillary routines are needed to make the programme run.
Is there a high-level link for installation of the whole package?
Many thanks in advance, the tool looks really promising.

Make source directories more uniform

The current directory for the source code takes the name of what looks like the current version release, v3dot0. Another folder contains old files, OldVersions/v2dot0. I think that it is more standard to have such folders named uniquely, using branches and subsequent releases to keep track of versions. I would suggest the following:

    1. Pinpoint the name of the source code directory, e.g., src or VAR-Toolbox or var, etc.
    1. Keep track of different versions with Github branches and releases, a version-control-aware way, instead of relying on old versions folders. This is standard in the Python ecosystem I'm familiar with, but seems the case also for Matlab plugins. This could be done as follows:
      1. Using git, create a new local branch called something like v 2.0, which would contain the content of the folder OldVersions/v2dot0, but putting it all in a src folder, thus deleting the "new stuff" now in v3dot0.
      1. Push the local branch to a remote branc, so that this v 2.0 branch will be created on Github too.
      1. Create a Github release from such branch. This is a bundle that can include just the branch itself with a more prominent tagging (remote branches can be deleted, while releases are preserved) as well as zipped files, etc.
    1. Repeat steps a.-c. for v.3.0 accordingly, i.e., in this case, if appropriate, deleting OldVersions/v2dot0 and just keeping the v.3 stuff.

Happy to open PRs with steps a. b. for both versions, while the repo owner needs to make the release, which will appear on the right menu of the main repository page and here.

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.