From 546881a22d2ce6158f902e275de06ce928c9596d Mon Sep 17 00:00:00 2001 From: Danilo Lessa Bernardineli Date: Thu, 14 Dec 2023 20:46:57 -0300 Subject: [PATCH] Add recent contributors (#317) * fix tests + rm simulations/ folder * add types.py * single run / multi mc is ok * fix for single run / single param * add support for single proc runs * change contributor list to reflect the present state --------- Co-authored-by: Emanuel Lima --- AUTHORS.txt | 45 ++++++++++++++++++++++++++++----------------- cadCAD/types.py | 1 - setup.py | 4 ++-- 3 files changed, 30 insertions(+), 20 deletions(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index 351daeaa..933b38b6 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -1,30 +1,41 @@ Authors ======= -cadCAD was implemented by Joshua E. Jodesty and designed by Michael Zargham, Markus B. Koch, and -Matthew V. Barlin from 2018 to 2020. +cadCAD was originally implemented by Joshua E. Jodesty and designed by Michael Zargham, Markus B. Koch, and +Matthew V. Barlin in 2018. Since then, upgrades and improvements were further committed by Danilo L. Bernardineli, Tyler D. Mace +and Emanuel Lima. + -Project Maintainers: -- Joshua E. Jodesty -- Markus B. Koch -- Michael Zargham +Current Project Maintainers: +- Emanuel Lima @emanuellima1 +- Michael Zargham @mzargham -Original Contributors: -- Joshua E. Jodesty -- Markus B. Koch -- Matthew V. Barlin -- Michael Zargham -- Zixuan Zhang -- Charles Rice +Active and Past Contributors: +- Joshua E. Jodesty @JEJodesty +- Markus B. Koch @markusbkoch +- Matthew V. Barlin @matttyb80 +- Michael Zargham @mzargham +- Danilo L. Bernardineli @danlessa +- Tyler D. Mace @tylerdmace +- Emanuel Lima @emanuellima1 +- Zixuan Zhang @zixuanzh +- Charles Rice @charles-rice +- Benjamin Scholz @BenSchZA We’d also like to thank: -- Andrew Clark -- Nick Hirannet -- Jonathan Gabler -- Harry Goodnight +- Andrew Clark @aclarkData +- Nick Hirannet @nick-phl-7 +- Jonathan Gabler +- Harry Goodnight @ - Charlie Hoppes - Nikhil Jamdade - Chris Frazier +- Griff Green @GriffGreen +- Isaac @eenti +- Jonny Dubowsky @jonnydubowsky +- Sem Brestels @sembrestels +- @fjribi +- Andrea Maria Piana @cammellos diff --git a/cadCAD/types.py b/cadCAD/types.py index 4f5de596..d2658e48 100644 --- a/cadCAD/types.py +++ b/cadCAD/types.py @@ -24,7 +24,6 @@ class ConfigurationDict(TypedDict): N: int # Number of MC Runs M: Union[Parameters, SweepableParameters] # Parameters / List of Parameter to Sweep - TargetValue = object EnvProcess: Callable[[State, SweepableParameters, TargetValue], TargetValue] EnvProcesses = dict[str, Callable] diff --git a/setup.py b/setup.py index fc8ae488..dfd786c4 100644 --- a/setup.py +++ b/setup.py @@ -28,8 +28,8 @@ description=short_description, long_description=long_description, url='https://github.com/cadCAD-org/cadCAD', - author='Joshua E. Jodesty', - author_email='joshua@block.science', + author='cadCAD-org Developers', + author_email='info@block.science', license='LICENSE.txt', packages=find_packages(), install_requires=[