[go: nahoru, domu]

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: lcw/P4estTypes.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.2
Choose a base ref
...
head repository: lcw/P4estTypes.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.3
Choose a head ref
  • 8 commits
  • 4 files changed
  • 3 contributors

Commits on May 3, 2023

  1. Set version to v0.1.3-pre

    lcw committed May 3, 2023
    Configuration menu
    Copy the full SHA
    7073335 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Transfered Connectivity{X} out of Raven into P4estTypes

    function Connectivity{X}(vertices::AbstractVector, cells::AbstractVector) where {X}
    masonamccallum authored and lcw committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    c743f16 View commit details
    Browse the repository at this point in the history
  2. Added docs: Connectivity{X}(vertices,cells)

    2D shell example in docs
    masonamccallum authored and lcw committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    95d0cfb View commit details
    Browse the repository at this point in the history
  3. Fix formatting in src/Connectivity

    remove P4estTypes.* and apply JuliaFormatter.jl
    masonamccallum authored and lcw committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    0589ef5 View commit details
    Browse the repository at this point in the history
  4. add 2D shell test

    2D shell valid connectivity
    masonamccallum authored and lcw committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    e858388 View commit details
    Browse the repository at this point in the history
  5. Removed 2D shell test

    Test is not novel. I kept the example for the docs
    masonamccallum authored and lcw committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    dc72ae6 View commit details
    Browse the repository at this point in the history
  6. Bump crate-ci/typos from 1.14.8 to 1.15.1

    Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.14.8 to 1.15.1.
    - [Release notes](https://github.com/crate-ci/typos/releases)
    - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
    - [Commits](crate-ci/typos@v1.14.8...v1.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: crate-ci/typos
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and lcw committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    740a3e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Set version to 0.1.3

    lcw committed Jun 21, 2023
    2 Configuration menu
    Copy the full SHA
    f72f745 View commit details
    Browse the repository at this point in the history
Loading