diff --git a/README.md b/README.md index 5803608..93fd89d 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,6 @@ number of factors: See [Documentation](https://pydoe3.readthedocs.io). -Requirements ------------- - -- NumPy -- SciPy - Installation ------------ @@ -52,21 +46,19 @@ Credits `pyDOE` original code was originally converted from code by the following individuals for use with Scilab: -- Copyright (C) 2012 - 2013 - Michael Baudin -- Copyright (C) 2012 - Maria Christopoulou -- Copyright (C) 2010 - 2011 - INRIA - Michael Baudin -- Copyright (C) 2009 - Yann Collette -- Copyright (C) 2009 - CEA - Jean-Marc Martinez - -- Website: forge.scilab.org/index.php/p/scidoe/sourcetree/master/macros +- Copyright (C) 2012-2013, Michael Baudin +- Copyright (C) 2012, Maria Christopoulou +- Copyright (C) 2010-2011, INRIA, Michael Baudin +- Copyright (C) 2009, Yann Collette +- Copyright (C) 2009, CEA, Jean-Marc Martinez `pyDOE` was converted to Python by the following individual: - Copyright (c) 2014, Abraham D. Lee -The following individuals forked and worked on `pyDOE2`: +The following individuals forked `pyDOE` and worked on `pyDOE2`: -- Copyright (C) 2018 - Rickard Sjögren and Daniel Svensson +- Copyright (C) 2018, Rickard Sjögren and Daniel Svensson License ------- diff --git a/pyDOE3/__init__.py b/pyDOE3/__init__.py index b3b84fe..8abeaba 100644 --- a/pyDOE3/__init__.py +++ b/pyDOE3/__init__.py @@ -1,22 +1,24 @@ """ -pyDOE original code was originally converted from code by the following +`pyDOE` original code was originally converted from code by the following individuals for use with Scilab: -- Copyright (C) 2012 - 2013 - Michael Baudin -- Copyright (C) 2012 - Maria Christopoulou -- Copyright (C) 2010 - 2011 - INRIA - Michael Baudin -- Copyright (C) 2009 - Yann Collette -- Copyright (C) 2009 - CEA - Jean-Marc Martinez +- Copyright (C) 2012-2013, Michael Baudin +- Copyright (C) 2012, Maria Christopoulou +- Copyright (C) 2010-2011, INRIA, Michael Baudin +- Copyright (C) 2009, Yann Collette +- Copyright (C) 2009, CEA, Jean-Marc Martinez -- Website: forge.scilab.org/index.php/p/scidoe/sourcetree/master/macros +`pyDOE` was converted to Python by the following individual: -pyDOE was converted to Python by the following individual: +- Copyright (c) 2014, Abraham D. Lee -- Copyright (C) 2014, Abraham D. Lee +The following individuals forked `pyDOE` and worked on `pyDOE2`: -The following individuals forked pyDOE and works on `pyDOE2`: +- Copyright (C) 2018, Rickard Sjögren and Daniel Svensson -- Copyright (C) 2018 - Rickard Sjoegren and Daniel Svensson +The following individuals forked `pyDOE2` and worked on `pyDOE3`: + +- Copyright (C) 2023 - Rémi Lafage """ from pyDOE3.doe_box_behnken import bbdesign