-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Roadmap Documentation Page #1231
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1231 +/- ##
=======================================
Coverage 80.63% 80.63%
=======================================
Files 41 41
Lines 3423 3423
=======================================
Hits 2760 2760
Misses 663 663 Continue to review full report at Codecov.
|
- Deposited energy needs to be thermalized by solving the Spencer-Fano | ||
equations, resulting in fractions of the energy going into heating, | ||
non-thermal excitation and non-thermal ionization. | ||
- At late times when the densities are low collisions become too |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
low, collisions
of the code. However, this requires significant code overhead and is difficult | ||
to maintain given that many of our developers are junior researchers who may | ||
be less familiar with C code. | ||
- As one of TARDIS’ key focuses is its use as an educational tool, we would like |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Part of TARDIS’ mission is to be an educational tool for researchers and developers at all levels. This project aims to minimize the complexity of the code so that it can be understood by a wider audience.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with 2 minor suggestions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I'm late it's merged now - I forgot to submit my review.
- We are currently in the process of converting this Cython and C code to Numba, | ||
which we hope will allow us to maintain the performance of Cython but with code | ||
that is now exclusively written in (numba-fied) Python. | ||
* GPU (Spring 20201) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* GPU (Spring 20201) | |
* GPU (Spring 2021) |
@wkerzendorf can we revert it? |
* Added roadmap link to main page * Added roadmap page Co-authored-by: Marc Williamson <[email protected]>
* Added roadmap link to main page * Added roadmap page Co-authored-by: Marc Williamson <[email protected]>
Description
I have added a Roadmap documentation page under our contributor guidelines.
Motivation and Context
We want to keep track of the ongoing developement on TARDIS as well as document it for interested users and new developers.
How Has This Been Tested?
Built the docs locally and all seems fine.
Types of changes
Checklist: