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

Added interaction type in rpacket_tracker #2091

Merged
merged 42 commits into from Aug 3, 2022

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    37076e2 View commit details
    Browse the repository at this point in the history
  2. added black formatting

    jayantbhakar committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    633818f View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. replaced variable i

    jayantbhakar committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    92c5c2a View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Configuration menu
    Copy the full SHA
    59aa913 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    4e72c54 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    b4a30a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e100795 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. renamed variables

    jayantbhakar committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    8613b2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae8d0d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. added seed column in df

    jayantbhakar committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    f334b41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c08e57f View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. added doc str

    jayantbhakar committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    ff28669 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. initial commit

    jayantbhakar committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    b631695 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a08d07 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. updated documention

    jayantbhakar committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    4822aaa View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    6750815 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. added block indexing to df

    Co-authored-by: Wolfgang Kerzendorf <wkerzendorf@gmail.com>
    jayantbhakar and wkerzendorf committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    52ba283 View commit details
    Browse the repository at this point in the history
  2. updated the df function

    jayantbhakar committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    b92a3e3 View commit details
    Browse the repository at this point in the history
  3. added multiindexing

    jayantbhakar committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    1ec93b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6368e0d View commit details
    Browse the repository at this point in the history
  5. initial commit

    jayantbhakar committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    10f5e75 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. interaction type added

    jayantbhakar committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    947ad5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a38f378 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'rpacket-interaction-add' of github.com:jayantbhakar/tar…

    …dis into rpacket-interaction-add
    jayantbhakar committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    ab138f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. removed unused imports

    jayantbhakar committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    8c01191 View commit details
    Browse the repository at this point in the history
  2. added tests

    jayantbhakar committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    51f3065 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. initial commit

    jayantbhakar committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    8c752b9 View commit details
    Browse the repository at this point in the history
  2. interaction type added

    jayantbhakar committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    8b20bbb View commit details
    Browse the repository at this point in the history
  3. Created a smart HDF Reader which can re-produce simulation object (ta…

    …rdis-sn#2052)
    
    * Added functions to store and load a runner object
    
    * Updated hardcode file name in runner_from_hdf
    
    * Updated store_runner_to_hdf to append to file
    
    * Added name and email to .mailmap
    
    * runner hdf functions convert to cgs
    
    * store_runner_to_hdf clears group before storing
    
    * Storing units for astropy quantities
    
    * Formatted code with black
    
    * Added functions to store and load model objects
    
    * Fixed typo and decoded string from bytes
    
    * Fixed typo
    
    * Added test for model_to_dict
    
    * Formatted previous test code
    
    * Added test for store_model_to_hdf
    
    * Fixed formatting of model_to_hdf
    
    * Fixed issue with test for model_to_dict
    
    * Added test for runner_to_dict
    
    * Fixed issue with single packet seed storage
    
    * Updated test null value of single packet seed
    
    * Added test for store_runner_to_hdf
    
    * Updated to use isinstance and hasattr
    
    * runner_to_dict returns dicts instead of iterators
    
    * Reordered imports to match pep8 style
    satwik-kambham authored and jayantbhakar committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    897086f View commit details
    Browse the repository at this point in the history
  4. Remove yaml_load_config_file (tardis-sn#2062)

    * Remove yaml_load_config_file
    
    * updated mailmap
    
    * Updated __init__.py
    aman1971 authored and jayantbhakar committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    7eeaeb6 View commit details
    Browse the repository at this point in the history
  5. Modified Function Name in Config validator according to PEP8 (tardis-…

    …sn#2076)
    
    Fix function name according pep8
    rohithvarma3000 authored and jayantbhakar committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    559a45b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53ad9b6 View commit details
    Browse the repository at this point in the history
  7. Moved trace_packet to tardis tansport (tardis-sn#2083)

    * Moved the trace_packet function to the transport module, renamed the function to remove continuum reference as it is generic
    
    * Formatted to PEP 8
    
    * Reformatted single_packet_loop for PEP 8
    
    * removed old continuum trace packet files
    
    * removed references to old files
    
    * Added some docstrings
    
    * Missed an old function call
    Rodot- authored and jayantbhakar committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    406a2a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f502269 View commit details
    Browse the repository at this point in the history
  9. Adding physics introduction to documentation (tardis-sn#2026)

    * creating files and sections
    
    * adding images
    
    * writing intro to tardis physics and adding it to sidebar
    
    * changing spectra page structure
    
    * mostly complete draft of light and matter page
    
    * spectrum page
    
    * fixing up physics stuff
    
    * fixing docstring
    
    * Revert "fixing docstring"
    
    This reverts commit e24cadd.
    
    * andrew's changes
    
    * a few more edits
    
    * adding note about angstroms
    isaacgsmith authored and jayantbhakar committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    575478a View commit details
    Browse the repository at this point in the history
  10. Improved arepo parser (tardis-sn#1941)

    * Removed line profile as option
    
    * Removed mapping to Cartesian grid
    
    * Removed automatic plotting after profile creation
    
    * Fixed typo in arepo plot
    
    * Updated documentation
    
    * [build docs]
    
    * [build docs] Removed outputs from doc-notebook
    
    * Updated tests with new models
    
    * Removed deprecated keyword in snapshot loader
    
    * Replaced wget with requests for testfile download
    
    * Updated file retrieval for testing
    
    * Fixed fixture request
    
    * Added arepo data to refdata helper
    
    * Updated refdata location in docs
    
    * Updated paths in tests
    
    * Update download_reference_data.sh
    
    * Testing areop_parser_tests
    
    * Fixed deleted reference file
    AlexHls authored and jayantbhakar committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    bf03b14 View commit details
    Browse the repository at this point in the history
  11. Arepo docs fix (tardis-sn#2088)

    * [build-docs] Fixed link in arepo docs
    
    * [build-docs] Changed filename in arepo docs
    
    * [build-docs]
    
    * [build-docs]
    
    * [build-docs]
    
    * [build docs]
    
    * [build-docs] Changed refdata url
    
    * [build_docs]
    
    * Updated mailmap
    
    * [build_docs] Updated url for refdata download
    AlexHls authored and jayantbhakar committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    90d4adc View commit details
    Browse the repository at this point in the history
  12. Creating new docs building instructions (tardis-sn#2097)

    * creating new docs building instructions
    
    * typos, grammar, and text in hyperlinks
    isaacgsmith authored and jayantbhakar committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    c1c9851 View commit details
    Browse the repository at this point in the history
  13. added tests

    jayantbhakar committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    37ae2ea View commit details
    Browse the repository at this point in the history
  14. Merge branch 'rpacket-interaction-add' of github.com:jayantbhakar/tar…

    …dis into rpacket-interaction-add
    jayantbhakar committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    7b88c6a View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    66f4cf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61da2cb View commit details
    Browse the repository at this point in the history