Skip to content

Commit

Permalink
Add recent contributors (#317)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
danlessa and emanuellima1 authored Dec 14, 2023
1 parent 0aa86be commit 546881a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 20 deletions.
45 changes: 28 additions & 17 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
- Markus B. Koch <[email protected]>
- Michael Zargham <[email protected]>
Current Project Maintainers:
- Emanuel Lima <[email protected]> @emanuellima1
- Michael Zargham <[email protected]> @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
1 change: 0 additions & 1 deletion cadCAD/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 546881a

Please sign in to comment.