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

New release 0 3 8 #53

Merged
merged 193 commits into from
Feb 7, 2024
Merged

New release 0 3 8 #53

merged 193 commits into from
Feb 7, 2024

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    e327db8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51a1286 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Update documentation_test.yml

    test build docs/archive to be able to see how dev version looks with doc changes
    jbousquin authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    0fe77fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee96ff6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    341762a View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. finish doc example for map functions. Consider combining into one fun…

    …ction instead of 2/3 in the future.
    jbousquin committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    f7c986c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fec7b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e035ba9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e23ca5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2155540 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

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

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    5abdb00 View commit details
    Browse the repository at this point in the history
  2. minor doc edits

    jbousquin committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    173348d View commit details
    Browse the repository at this point in the history
  3. Started adding examples to basis - still need basis_from_methodSpec, …

    …update_result _basis and basis_qa_flag.
    jbousquin committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    2d45302 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Added doc examples

    jbousquin committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    4fc92a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f84190 View commit details
    Browse the repository at this point in the history
  3. Added doc examples for the functions that are fully implemented (not …

    …check_precision(), methods_check(), wet_dry_checks(), or wet_dry_drop())
    jbousquin committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    1d0eade View commit details
    Browse the repository at this point in the history
  4. Drop from todo - datetime no longer pops old values in latest version…

    … of dataretrieval. Generally trying to keep everything from original table.
    jbousquin committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    e1a5a4e View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Added examples for all domains functions (except accepted_methods as …

    …that isn't fully imploemented yet)
    jbousquin committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    9fc53cd View commit details
    Browse the repository at this point in the history
  2. Initial doc additions

    jbousquin committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    d09f2a9 View commit details
    Browse the repository at this point in the history
  3. Added examples for remaining functions. Note several had implementati…

    …on problems preventing examples from being added (e.g.,) or from working as expected (e.g., DO concentration not fully implemented), mass_to_moles works for tests but throws a dimensionalityError)
    jbousquin committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    90a37a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    3842472 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d08ae67 View commit details
    Browse the repository at this point in the history
  3. Drop method char_val(), this helper function was only used once, had …

    …the same name as a common var, and was easily replaced with two lines of code.
    jbousquin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    4736a97 View commit details
    Browse the repository at this point in the history
  4. Added example to class

    jbousquin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    623522c View commit details
    Browse the repository at this point in the history
  5. Update test.yml

    Add docs branch to tests
    jbousquin authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    3dfa4bf View commit details
    Browse the repository at this point in the history
  6. Update calls to internal methods. Eliminated _unit_mask() since it wa…

    …s only used in one place.
    jbousquin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    e725fc5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ee92be View commit details
    Browse the repository at this point in the history
  8. linter

    jbousquin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    4e8de10 View commit details
    Browse the repository at this point in the history
  9. Added check_units() example

    jbousquin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5dfdcff View commit details
    Browse the repository at this point in the history
  10. unit_col was originally included to allow user to specify a different…

    … unit column, but if they are they should assigned it on the object rather than every time they want to run methods on it. infer_units was made internal because it is currently only used in method check_units().
    jbousquin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    ae3a413 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3253805 View commit details
    Browse the repository at this point in the history
  12. Fix doc typos

    jbousquin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5ef8fba View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c84974f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0a2d3c1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0270397 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    fd6fac3 View commit details
    Browse the repository at this point in the history
  2. Added examples to docs

    jbousquin committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d2c68b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de5cf36 View commit details
    Browse the repository at this point in the history
  4. Gets df from self now

    jbousquin committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    4c657b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b03704 View commit details
    Browse the repository at this point in the history
  6. BREAKING CHANGE: replace_unit_by_str() now replace_unit_str() so it i…

    …s clearer that all instances of str within unit are replaced, whereas replace_unit_by_dict() replaces the entire unit one for one.
    jbousquin committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    26544c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    559ed7d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5ce992f View commit details
    Browse the repository at this point in the history
  9. Move dimenions_handling from function to internal method, this allows…

    … units to come from self (function was only used by handle_dimensions method).
    jbousquin committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    11c5ac2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ad96f0b View commit details
    Browse the repository at this point in the history
  11. hndle_dimensions -> dimension_fixes, as this method returns lists to …

    …help handle them but doesn't make changes directly
    jbousquin committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    a3d06ee View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0d651b6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    df84dcd View commit details
    Browse the repository at this point in the history
  14. unit_qa_flag -> _unit_qa_flag (4 ->2 args, and this is just an intern…

    …al helper to construct a common flag)
    jbousquin committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    73c7b15 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9743f60 View commit details
    Browse the repository at this point in the history
  16. In doc examples, import just DataFrame from pandas (saves 7 char per …

    …line and is more consistent)
    jbousquin committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    38ba82a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    89ccc5f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    037c4ba View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    a43a0c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e78b6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05db216 View commit details
    Browse the repository at this point in the history
  4. From frac_dict_TADA branch: Added speciation conversion factors, thes…

    …e are very close to moles based conversions (inverse?).
    jbousquin committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    9047e68 View commit details
    Browse the repository at this point in the history
  5. merge from frac_dict_TADA branch: Add functions to pull in harmonizat…

    …ion table from TADA. Check against domain values for sample fraction to revert case.
    jbousquin committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    60afc5f View commit details
    Browse the repository at this point in the history
  6. merge from frac_dict_TADA branch: Working on implementing sample frac…

    …tion updates from TADA table. Current implementation doesn't make any changes. Once changes are detected they need to be assigned QA flags. Better to switch order if possible.
    jbousquin committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    1ee3d57 View commit details
    Browse the repository at this point in the history
  7. Update test.yml

    Run tests on combined branch for release
    jbousquin authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d3c5f79 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    13fecbe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f08761c View commit details
    Browse the repository at this point in the history
  10. Merge pull request #44 from USEPA/main

    Update requirements.txt
    jbousquin authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    001ccd8 View commit details
    Browse the repository at this point in the history
  11. Reduced GOM demo to the one thats most manageable - where a user chos…

    …es an estuarie from the list.
    jbousquin committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a04d55b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    46983f0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e73c844 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    188ae3e View commit details
    Browse the repository at this point in the history
  15. Add new module to api index

    jbousquin committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    95534b3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    16acd0e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    029db59 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    deac54c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    654b447 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f5509f0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ca652ed View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a184ccc View commit details
    Browse the repository at this point in the history
  23. Fix rst errors

    jbousquin committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    133dd5a View commit details
    Browse the repository at this point in the history
  24. fix rst errors

    jbousquin committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    39ebf9d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    69f13fd View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    05add25 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    cff3c03 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1b55c8b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    dfbd089 View commit details
    Browse the repository at this point in the history
  30. line of code, sorry sphinx

    jbousquin committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    ccd24a9 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    f65fddb View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    38cd35e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7338383 View commit details
    Browse the repository at this point in the history
  3. Fixed <BLANKLINE> results

    jbousquin committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    0716072 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a498f19 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    d49bb10 View commit details
    Browse the repository at this point in the history
  2. Spelling in rst files.

    jbousquin committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    c8a409b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11b2103 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2f639b View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    7d66666 View commit details
    Browse the repository at this point in the history
  2. Finished with spelling corrections for now, most of these were actual…

    …ly formating/syntax. Worked out that references to other package docs have to be special character quotes (` not ')
    jbousquin committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    3139cff View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    4e4f17a View commit details
    Browse the repository at this point in the history
  2. Internal docs review1 (R. Ennis). Additional comments: When the docum…

    …ent was knit, you used to get a warning indicating the YAML title and the vignette title were different. I changed it them to match and there is no warning. Might be better to leave the title as just the package name since you have a description of what the package does, how to install, etc and not just the Pensacola Bay specific example.
    jbousquin committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    f5d941a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b0ee99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2998bd3 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Create test_r

    init commit for tests r demo
    jbousquin authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    67a9c14 View commit details
    Browse the repository at this point in the history
  2. Update and rename test_r to test_r.yaml

    First attempt to add R install to existing test
    jbousquin authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    9f3ba24 View commit details
    Browse the repository at this point in the history
  3. Update test_r.yaml

    Run manually
    jbousquin authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    72181b6 View commit details
    Browse the repository at this point in the history
  4. Update test_r.yaml

    Trigger on push
    jbousquin authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    0e359f6 View commit details
    Browse the repository at this point in the history
  5. Update test_r.yaml

    Test running it
    jbousquin authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    0c38a81 View commit details
    Browse the repository at this point in the history
  6. Update test_r.yaml

    try using shell to run as R
    jbousquin authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    f53d534 View commit details
    Browse the repository at this point in the history
  7. Update test_r.yaml

    Dedent shell
    jbousquin authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    5b52641 View commit details
    Browse the repository at this point in the history
  8. Update test_r.yaml

    lib isn't loaded, reference where import is
    jbousquin authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    b70b93c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Init Commit JOSS paper

    jbousquin committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    744fe53 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    90dbbaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b90bad9 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Update documentation_test.yml

    Try building doctest as part of doc build test
    jbousquin authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    54073ab View commit details
    Browse the repository at this point in the history
  2. Update documentation_test.yml

    Be specific about python version
    jbousquin authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    85459f5 View commit details
    Browse the repository at this point in the history
  3. CI doctest and local readout don't always match (...). Changing this …

    …to pass CI, this is also what IDE shows.
    jbousquin committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    42602a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad5ae6b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ced870 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f4cd98 View commit details
    Browse the repository at this point in the history
  7. Quantity for context needs to be defined by multiplier not string. (q…

    …1 = 1 * ureg('g'), not q2 = pint.Quantity('1 g'), even though q1==q2)
    jbousquin committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    75852b6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    145ca64 View commit details
    Browse the repository at this point in the history
  9. Try with expected error

    jbousquin committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    9ad2801 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2ad2c33 View commit details
    Browse the repository at this point in the history
  11. Sort added columns to ensure consistent order. Not sure how to do tha…

    …t for column sorder in table, may need to reduce example read in
    jbousquin committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    9e8fa0d View commit details
    Browse the repository at this point in the history
  12. Change ureg name in dict

    jbousquin committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    6cae1af View commit details
    Browse the repository at this point in the history
  13. whitespace

    jbousquin committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3e89fbc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b0af1d5 View commit details
    Browse the repository at this point in the history
  15. ignore spacing

    jbousquin committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    49516e7 View commit details
    Browse the repository at this point in the history
  16. Needed to skip a line...

    jbousquin committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ad23a47 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Reduce detects being collected (suspect query errors w/ so many resul…

    …ting in inconsistent result)
    jbousquin committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    29245bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26f9557 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    337566e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    549edac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc8a0a7 View commit details
    Browse the repository at this point in the history
  6. Update documentation_test.yml

    Try installing pandoc as a step...
    jbousquin authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    98b8e01 View commit details
    Browse the repository at this point in the history
  7. Update documentation_test.yml

    Try without with...
    jbousquin authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    1b947a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Update documentation_test.yml

    Trying to get pandoc installed
    jbousquin authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    ed326ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca31f58 View commit details
    Browse the repository at this point in the history
  3. try r-lib workflow

    jbousquin committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    9ccfa34 View commit details
    Browse the repository at this point in the history
  4. Fix typo in index

    jbousquin committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    10e26ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12872e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    114e572 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    46c5a43 View commit details
    Browse the repository at this point in the history
  8. Add nbsphinx_link

    jbousquin committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    b6acf44 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    868c28d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c27ea85 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    00c2bbd View commit details
    Browse the repository at this point in the history
  12. Try two in nblink json?

    jbousquin committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    5d0192a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    19b24b8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e264067 View commit details
    Browse the repository at this point in the history
  15. Update headings

    jbousquin committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    f2d562b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fd8dd54 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c5c4174 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    c0168b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    681f81b View commit details
    Browse the repository at this point in the history
  3. Pull farther down from rst

    jbousquin committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    7950d45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b0bf6d View commit details
    Browse the repository at this point in the history
  5. Fix rst whitespace

    jbousquin committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    68246f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    24515d8 View commit details
    Browse the repository at this point in the history
  7. Landing page edits

    jbousquin committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    4516a4e View commit details
    Browse the repository at this point in the history
  8. Move text

    jbousquin committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    74ea050 View commit details
    Browse the repository at this point in the history
  9. Self reference?

    jbousquin committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    62ab166 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9706112 View commit details
    Browse the repository at this point in the history
  11. Edit TOC

    jbousquin committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d920e05 View commit details
    Browse the repository at this point in the history
  12. whitespace

    jbousquin committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    49ee212 View commit details
    Browse the repository at this point in the history
  13. Drop header

    jbousquin committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    2fbf2a1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e9856a6 View commit details
    Browse the repository at this point in the history
  15. two packages (typo)

    jbousquin committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    ad91509 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #48 from USEPA/main

    Update to main
    jbousquin authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    fe9a9c2 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #49 from USEPA/reticulate_demo_test

    Reticulate demo test
    jbousquin authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    0d8e647 View commit details
    Browse the repository at this point in the history
  18. Switching to f strings

    jbousquin committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d573734 View commit details
    Browse the repository at this point in the history
  19. Update when tests run

    jbousquin committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    30b8fdd View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    49559fa View commit details
    Browse the repository at this point in the history
  21. Support py3.8-3.11

    jbousquin committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    e66c573 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. pylint

    jbousquin committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    62292bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1882878 View commit details
    Browse the repository at this point in the history
  3. Updated fraction() to simplify it (only need to run on present sample…

    … fractions), implemented getting it from tada, default to running it on nitrogen that way.
    jbousquin committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    48fa750 View commit details
    Browse the repository at this point in the history
  4. Fix up docs for Fraction

    jbousquin committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    9434fca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f258a59 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b2ef05 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e275b85 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f4c2181 View commit details
    Browse the repository at this point in the history
  9. fix typo

    jbousquin committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    b324143 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    d15ce8f View commit details
    Browse the repository at this point in the history
  2. Add backward test

    jbousquin committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    0b3fe9c View commit details
    Browse the repository at this point in the history
  3. Re-run to update inputs

    jbousquin committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    91c0885 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05a2cbe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e9c68c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb8157f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f8a78df View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    93ef7be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    413ab51 View commit details
    Browse the repository at this point in the history
  3. shp -> geojson

    jbousquin committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b672d78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e145e49 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fdc87bb View commit details
    Browse the repository at this point in the history
  6. Update branches to run on

    jbousquin committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    ef7e904 View commit details
    Browse the repository at this point in the history