Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fispact/pypact
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.6
Choose a base ref
...
head repository: fispact/pypact
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.7
Choose a head ref
  • 20 commits
  • 14 files changed
  • 2 contributors

Commits on Sep 28, 2022

  1. bump version to 1.3.6

    thomasms committed Sep 28, 2022
    Copy the full SHA
    d332b05 View commit details

Commits on Oct 10, 2022

  1. Copy the full SHA
    bed1544 View commit details
  2. Revert "Irrelevant test change: learning workflow"

    This reverts commit bed1544.
    
    This is to revert the irrelevant change from "." to "!" in the README, which I did to learn about the github workflow.
    I hope this didn't create any trouble.
    PeBoch committed Oct 10, 2022
    Copy the full SHA
    1b0e6c7 View commit details

Commits on Oct 11, 2022

  1. Copy the full SHA
    41b84cc View commit details
  2. Merge pull request #47 from PeBoch/lineplotter_attr_custom

    Lineplotter attr custom resolving issue #46
    thomasms authored Oct 11, 2022
    Copy the full SHA
    9a4b6ff View commit details

Commits on Oct 20, 2022

  1. Changes to allow distinguishing metastable isotopes in plot (see issue

    …#45)
    
    examples/outputplotting/plotnuclideheat.py
    - plotting all isotopes of one element with get_all_isotopes as before, here Sc
    - plotting one specific ZAI with new get_all_isotopes_states, here Sc45m
    - plotting all isotopes and states of an element with new get_all_isotopes_states, here Sc
    
    pypact/analysis/__init__.py
    - import new get_all_isotopes_states()
    
    pypact/analysis/propertyplotter.py
    - NuclideDataEntry class(): added self.state, IndexError handling if get_all_isotopes() is used instead of of get_all_isotopes_states()
    - plotproperty(): also distinguish by state, labels
    
    pypact/library/nuclidelib.py
    - new function get_all_isotopes_states(): multiplying by STATE_MAPPINGS
    PeBoch committed Oct 20, 2022
    Copy the full SHA
    3b192ab View commit details
  2. Copy the full SHA
    eb87c9f View commit details

Commits on Oct 23, 2022

  1. Merge pull request #49 from PeBoch/bug_metastable_plotting

    Bug metastable plotting
    thomasms authored Oct 23, 2022
    Copy the full SHA
    be77231 View commit details

Commits on Oct 25, 2023

  1. Fix plot example in README

    thomasms committed Oct 25, 2023
    Copy the full SHA
    9ee2270 View commit details
  2. Copy the full SHA
    8a29cf7 View commit details
  3. Fix actions

    thomasms committed Oct 25, 2023
    Copy the full SHA
    b9eae76 View commit details
  4. Merge pull request #52 from fispact/fix_readme

    Fix plot example in README
    thomasms authored Oct 25, 2023
    Copy the full SHA
    3d34d99 View commit details

Commits on Nov 1, 2023

  1. Copy the full SHA
    9ea994b View commit details
  2. Update README

    thomasms committed Nov 1, 2023
    Copy the full SHA
    bbd373f View commit details
  3. Merge pull request #53 from fispact/fix_readme

    Update README ready for latest release
    thomasms authored Nov 1, 2023
    Copy the full SHA
    5c4e377 View commit details
  4. Correct README

    thomasms committed Nov 1, 2023
    Copy the full SHA
    6edd463 View commit details
  5. Create python-publish.yml

    thomasms authored Nov 1, 2023
    Copy the full SHA
    d80e66a View commit details
  6. Update python-publish.yml

    thomasms authored Nov 1, 2023
    Copy the full SHA
    70f4ad8 View commit details
  7. Update python-publish.yml

    thomasms authored Nov 1, 2023
    Copy the full SHA
    8435637 View commit details
  8. Fixes

    thomasms committed Nov 1, 2023
    Copy the full SHA
    5c01370 View commit details
Loading