Giter Site home page Giter Site logo

fast-flow's People

Contributors

benkrikler avatar kreczko avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

fast-flow's Issues

Support objects as the default backend

At the moment, fast_flow treats the default parameter argument to the main entry-point functions in the __init__.py as a string, due to these lines: https://github.com/FAST-HEP/fast-flow/blob/master/fast_flow/v1/dict_config.py#L45-L46. It would be nice to be able to pass in a class or a module object which is used directly, instead of a string which is imported. All this would require is checking if the "backend" value is a string and only importing it if it is.

Add Zenodo badge to README

[![DOI](https://zenodo.org/badge/187254541.svg)](https://zenodo.org/badge/latestdoi/187254541)

or

.. image:: https://zenodo.org/badge/187254541.svg
   :target: https://zenodo.org/badge/latestdoi/187254541

Allow stages without description in the config files

At the moment, all stages need to be described in the yaml, however often a stage might not need configuring. In this case, we currently need people to give an "empty" config, ie an empty dict. This adds clutter to the config files so it would be nice to remove this requirement, possibly having it configurable by the calling code.

Remove support for `this_dir` in import paths

The this_dir approach to specifying import paths is problematic because:

  1. It allows for constructions like: /an/absolute/path/{this_dir}/sub/dir/ which wont make much sense
  2. It is harder to read and write (since you need quotes around the braces for YAML to be interpreted)
  3. The internal handling is a bit more complicated than needs to be

I propose to swap this in favour of absolute paths (which start with a slash) and relative paths (which start with a character other than a slash) and are interpreted as relative to the directory containing the config that is doing the IMPORT.

Update Travis-ci pipeline

  • Add auto-deployment to pypi from travis-ci pipeline
  • Update the badge in the README to point to travis not the old gitlab pipelines

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.