Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add recent contributors #317

Merged
merged 8 commits into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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