Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

subhk

subhk pushed 671 commits to master subhk/WaterLily.jl
  • Added continuous van Leer limiter W Rider suggested that a continuous limiter avoids issues with regression tests a... 19219fb
  • Added μbody_plot! μbody_plot! adds the body contour from the μ field to a plot. Added this as a flag for sim_gif! a... 6522b59
  • Added tilt to TwoD_block example Added rotation angle α = amp*cos(t*U/L) to demonstrate a non-trivial set of kinema... 390f65c
  • Updated Poisson Renamed pressure solver functions to `solver!` to match the Iterativesolvers.jl syntax. Also moved ... ccc6d9d
  • Add body velocity divergence σᵥ The source term to the Poisson equation needs a correction when the body velocity i... cca3a45
  • Improve measure! accuracy Autobody measure is now forced to return Float64 for distance, which forces 0≤μ₀≤1. measu... e0223db
  • Add kernel thickness parameter ϵ Added ϵ to the Simulation struct (with default ϵ=1) and passed to measure!. Update... 72a6bdd
  • Add kernel thickness parameter ϵ Added ϵ to the Simulation struct (with default ϵ=1) and passed to measure!. Update... 442bdd1
  • Merge branch 'master' of https://github.com/weymouth/WaterLily.jl 056778f
  • Add function type information to AutoBody This helps the compile avoid type confusion in the measure!(Flow,AutoBody... d7cff09
  • StaticArrays in measure!(flow,body) Using `x = SVector(I.I)` avoids a ton of allocations and speeds up measure! by ... 70662c9
  • Temp fix for block example Need to fix the NaN issue with ForwardDiff, but for now I'm just avoiding the bad location. adc8b8b
  • Use StaticArrays in block example It is really important to use SVector/Smatric in more complex `sdf`,`map` functio... b3c9910
  • Create hover.gif b302e10
  • Update README.md 4ac443d
  • Update README.md 800c5fa
  • Update ThreeD_TaylorGreenVortex.jl edited package name and syntax 8284be3
  • Merge pull request #12 from maeckha/patch-1 Update ThreeD_TaylorGreenVortex.jl bad2f24
  • edited syntax and settings 9aefb85
  • added dependencies to project.toml 9fe83f8
  • and 651 more ...

View on GitHub

subhk pushed 12 commits to master subhk/lagrangian-filtering
  • Add further documentation about filtering, times and units 0826083
  • Document the Eulerian filtering method 2a0ee35
  • Warn when output field only has one of units or calendar In this case, the output value will be a numpy datetime (na... f4636bb
  • Add example for how to obtain particle trajectories to docs 3752dfc
  • Reformat conftest.py with updated Black Seems the style around the ** operator has changed, causing a reformat. fbe0711
  • Specify documentation language as English to avoid error 4dd5ee2
  • Add citation file Closes #77. 4ef6498
  • Allow configuring filter type and order We don't always want to be restricted to a 4th-order Butterworth highpass fi... 5685e90
  • Document some common issues with the filtering library 6f47228
  • Update Python versions in testing f8715fa
  • Bump setup-python action version 52cc90b
  • Update to new black formatting 329f12d

View on GitHub

subhk pushed 1 commit to master subhk/LidJul.jl
  • A few fix to cope with Makie and PrettyTable deprecations 3249031

View on GitHub

subhk pushed 1137 commits to main subhk/ParallelStencil.jl
  • Update ci.yml 5da3a52
  • Merge pull request #46 from omlins/multithreading 2nd workflow adjustment 0741ba9
  • bump to v0.6.0 122414c
  • add kwargs support to PK init ae4773d
  • add kwargs support to PS init ef09481
  • Add and improve expr processing tools 3a9f3b4
  • Add PSNumber and some imports 556e73b
  • Add parametrizable Data.Array and Data.DeviceArray e1b836d
  • Add xpu runtime allocator functions with sophisticated handling of numbertype e92572f
  • Add error if kwargs in kernel definition or call c7ebdc1
  • Add error if kwargs in kernel definition or call d57727c
  • Use split_parallel_args 2c10572
  • Add tests for PK init without numbertype 5974e9c
  • Add tests for PS init without numbertype 221d05d
  • Add tests for allocators without default numbertype eede5eb
  • Add tests for PK parallel macros without default numbertype 0abd89e
  • Add tests for PS parallel macros without default numbertype 5d2ee1e
  • Add example with parametrized numbertype 98679e0
  • remove stall MPI import efb32d0
  • remove stale MPI import 8ec9002
  • and 1117 more ...

View on GitHub

subhk pushed 1 commit to main subhk/SHTnsSpheres.jl
  • Use full path to SHTns lib (#19) ea8692e

View on GitHub

subhk pushed 2 commits to master subhk/FEASTSolver.jl
  • Update and add flake.nix 0cf45d9
  • Merge pull request #10 from spacedome/update Update and add flake.nix bdaf0de

View on GitHub

subhk pushed 10 commits to main subhk/GeometricMultigrid.jl
  • Create dependabot.yml 18f1587
  • Merge pull request #5 from ranocha/patch-1 Create dependabot.yml d4ca695
  • Bump actions/cache from 1 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 1 to 4. - [Release notes... 7550b8c
  • Bump julia-actions/setup-julia from 1 to 2 Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-... c55f395
  • Bump codecov/codecov-action from 1 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) fr... 8ba1b43
  • Merge pull request #6 from WaterLily-jl/dependabot/github_actions/julia-actions/setup-julia-2 Bump julia-actions/set... 01fb29a
  • Merge pull request #7 from WaterLily-jl/dependabot/github_actions/actions/cache-4 Bump actions/cache from 1 to 4 401994f
  • Merge pull request #8 from WaterLily-jl/dependabot/github_actions/codecov/codecov-action-5 Bump codecov/codecov-acti... f2e4dcd
  • Bump actions/checkout from 2 to 4 --- updated-dependencies: - dependency-name: actions/checkout dependency-type: d... 35eeed8
  • Merge pull request #9 from WaterLily-jl/dependabot/github_actions/actions/checkout-4 Bump actions/checkout from 2 to 4 12d2c61

View on GitHub

subhk pushed 1 commit to main subhk/FrontalStability

View on GitHub