Closed kysrpex closed 2 years ago
@pablo-de-andres @yoavnash Unfortunately, I think we cannot do the change of package name without changing the major version number.
[jose@PCDEV-L009 SimPhoNy]$ pip list | grep osp
osp-core 3.5.9
simphony-osp 3.6.0
osp-core
is declared as a dependency.@pablo-de-andres @yoavnash A further reflection: do we want to keep the import name as osp.core
? This is feasible even when changing the package name, but I assume users are happy to import from the same name as the package. For us, this would be from simphony_osp import ...
and from simphony_osp.lammps import ...
. Again this breaks everything even more.
I guess it will have wait until the next major then. Regarding the import path, maybe matching it to the distribution's name makes more sense. For me the current one is not bad, but it is true that there is no explicit mention of simphony anywhere
Closes #733.