bcbi / BCBI_base.jl

Julia packages commonly used by the Brown Center for Biomedical Informatics (BCBI)
MIT License
1 stars 0 forks source link

Rethink the design of BCBI_base.jl #21

Open DilumAluthge opened 5 years ago

DilumAluthge commented 5 years ago

I think we need to rethink the design of this package.

The current approach of this package is:

  1. Make a long list of Julia packages that we would like to use.
  2. Add all of these packages to the default package environment.

However, now that we are in the era of Julia 1.x, we are no longer restricted to a single default package environment.

We should restructure this package to consist of multiple Project.toml files, each corresponding to a separate package environment.