2,836,610 research outputs found

    CliMA/RandomFeatures.jl: v0.1.0

    No full text
    RandomFeatures v0.1.0 Closed issues: Samples should be stored transformed (#10) Merged pull requests: Initial Documentation + API dostrings (#2) (@odunbar) Initial commit of CliMA tooling (#3) (@tsj5) CompatHelper: add new compat entry for EnsembleKalmanProcesses at version 0.10, (keep existing compat) (#4) (@github-actions[bot]) CompatHelper: add new compat entry for SpecialFunctions at version 2, (keep existing compat) (#5) (@github-actions[bot]) CompatHelper: add new compat entry for StatsBase at version 0.33, (keep existing compat) (#6) (@github-actions[bot]) CompatHelper: add new compat entry for Distributions at version 0.25, (keep existing compat) (#7) (@github-actions[bot]) CompatHelper: add new compat entry for DocStringExtensions at version 0.9, (keep existing compat) (#8) (@github-actions[bot]) Add author in README.md (#9) (@odunbar) Basic Hyperparameter training examples with EKP (#11) (@odunbar) Samplers bugfix (#12) (@odunbar) CompatHelper: bump compat for EnsembleKalmanProcesses to 0.11, (keep existing compat) (#13) (@github-actions[bot]) CompatHelper: bump compat for EnsembleKalmanProcesses to 0.12, (keep existing compat) (#14) (@github-actions[bot]) Streamline Samplers interface (#15) (@odunbar) Update TagBot.yml (#16) (@odunbar) new docs page (#17) (@odunbar) Project.toml (#18) (@odunbar

    JuliaGPU/GPUCompiler.jl: v0.13.9

    No full text
    GPUCompiler v0.13.9 Diff since v0.13.8 Merged pull requests: Remove PTX-specific hack. (#264) (@maleadt) Detect stderr ttyhascolor at init (#265) (@jpsamaroo) Update manifest (#266) (@github-actions[bot]) fix verifier warnings (#267) (@aviatesk) Update timeout for AMDGPU (#268) (@vchuravy) Update manifest (#269) (@github-actions[bot]

    SciFracX/FractionalDiffEq.jl: v0.3.1

    No full text
    FractionalDiffEq v0.3.1 Diff since v0.3.0 Closed issues: BoundsError in FOChaos.jl (#64) Merged pull requests: CompatHelper: bump compat for ToeplitzMatrices to 0.8, (keep existing compat) (#62) (@github-actions[bot]) Throw error when use PIEX, FLMM and PEXE methods with high order FDE (#65) (@ErikQQY

    JuliaMolSim/DFTK.jl: v0.4.7

    No full text
    DFTK v0.4.7 Diff since v0.4.6 Closed issues: Segfault in preconditioning (#529) Investigate eigensolver bad convergence (#578) Convergence monitoring (#579) De-threadiding parallel loops (#588) Merged pull requests: CompatHelper: bump compat for Polynomials to 3, (keep existing compat) (#598) (@github-actions[bot]) Use Val(true) in G_to_r to help const-prop (#605) (@antoine-levitt) Change printing (#606) (@antoine-levitt) Switch maximum iteration count to 100 (#607) (@antoine-levitt) Fix unsafe use of unpack (#608) (@antoine-levitt

    pulsipher/InfiniteOpt.jl: v0.4.0

    No full text
    InfiniteOpt v0.4.0 Diff since v0.3.2 Closed issues: [FEATURE] Containers for @set_parameter_bounds and @add_parameter_bounds (#15) [FEATURE] Vector Constraints (#37) [FEATURE] Update to include JuMP 0.21.6 Features (#57) Revamp Macros with JuMP Dependencies (#60) Extend Native Measure Quadrature Evaluation Methods (#85) [FEATURE] Quadrature with user-specific nodes (#86) Migrate from TravisCI to GitHub Actions (#87) Make Function typing parametric (#91) Allow Parameter Functions to handle additional arguments (#93) [BUG] UndefVarError: T not defined, when optimizing using InfiniteOpt (#97) LP Sensitivity Deprecation Warnings (#98) Improved Support Combinatorics Checker (#100) Better Decouple the Documentation Structure (#102) Export JuMP Methods and DataTypes (#103) Update Abstraction Terminology (#104) Semi-Infinite Variable Macro (#110) Update for Julia v1.6 (#112) Parameter Function Macro (#115) Nomenclature Update for Infinite Sets (#116) Include Integral Bounds as Supports (#117) Update Links to JuMP Documentation (#119) Fix 32-bit Support for Quadrature (#120) Improve Behavior of Expect for Non-Random Domains (#121) Change Support Format for add_supports/set_supports on Dependent Parameters (#125) Change Nomenclature for ParameterBounds (#133) Merged pull requests: Added JuMP.reduced_cost (#92) (@bdaves12) Added Quadrature Methods for Integration (#96) (@bdaves12) Added generative support paradigm (#99) (@pulsipher) Update measure.md to show how supports are generated and considered in integrals (#101) (@mzagorowska) Fix miscellaneous typos (#106) (@amadeusine) Add Finite Gauss Lobatto Method, Update Documentation, Update Finite Quadrature Methods (#107) (@bdaves12) Nomenclature Update (#108) (@pulsipher) Update with JuMP 0.21.6 (#109) (@pulsipher) Update to Julia 1.6 (#113) (@pulsipher) Enhanced Integral Quadrature Methods (#114) (@bdaves12) Much Enhanced Parameter Functions (#118) (@pulsipher) Integral fixes (#122) (@pulsipher) Fix World Age Problem with Generated Functions (#123) (@pulsipher) Revamped Exporting Configuration (#124) (@pulsipher) Add Upper and Lower bounds as supports for Uni and Multi Dimensional Measures. (#126) (@bdaves12) Unified dependent parameter support queries (#127) (@pulsipher) Change Nomenclature from Sets to Domains (#128) (@pulsipher) Overhaul of expect and support_sum (#129) (@pulsipher) Typo (#130) (@azev77) CompatHelper: bump compat for "Distributions" to "0.25" (#132) (@github-actions[bot]) Overhaul of Variables and Constraints (#135) (@pulsipher) CompatHelper: bump compat for "Distributions" to "0.25" (#136) (@github-actions[bot]) Revamped macros and enhanced performance (#138) (@pulsipher) Revamped Documentation (#139) (@pulsipher) v0.4.0 prep (#140) (@pulsipher

    JuliaGeometry/Rotations.jl: v1.1.0

    No full text
    Rotations v1.1.0 Diff since v1.0.4 Closed issues: Weird interactions with Unitful (#55) Cannot take the mean of single or two axis euler rotations (#91) Missing principal_value methods (#179) Define conj(r::Rotation) = r ? (#182) Incorrect norm(::RodriguesParam) (#187) UnitQuaternion quaternion number equality conflicts with rotation matrix equality (#189) one(Angle2d(0.1)) returns error (#194) Merged pull requests: made dcm to quat function always return principal quat (#97) (@ryanelandt) Add Unitful-friendly constructor for Angle2d (#141) (@OliverEvans96) Correct UnitQuaternion with Quaternions.jl (#175) (@hyrodium) Remove mean method for rotations (#177) (@hyrodium) Fix principal_value method (#180) (@hyrodium) Fix format of scripts (#183) (@hyrodium) update versions in ci.yml (#184) (@hyrodium) Add nearest_rotation function (#186) (@hyrodium) Update fields of UnitQuaternion (#191) (@hyrodium) CompatHelper: add new compat entry for "Quaternions" at version "0.4" (#192) (@github-actions[bot]) Fix Base.one(::Angle2d) method and etc. (#195) (@hyrodium) Provide a no-op convert (#200) (@timholy) rename UnitQuaternion to QuatRotation (#201) (@hyrodium) Bump version to v1.1.0 (#202) (@hyrodium

    lorenzs2908/hello-github-actions: First release

    No full text
    No description provided

    martibosch/invest-ucm-calibration: Release v0.6.0

    No full text
    Features feat: CLI args types, docstrings; fix aoi CLI arg; fix CLI tests feat: rm stale config files feat: accept aoi_vector_filepath arg feat: compare random arg in get_model_perf_df feat: predict t_da using rioxarray (also dropped dask) Fixes fix: drop stale dask requirement fix: factors/intensity param keys:values in cli dump solution fix: rm align CLI option and rm align req for t_raster in docstrings fix: test the dates argument fix: proper management of the dates arg/attr Other docs: remove refs to stale predict_t methods docs: updated license file for github badge docs: updated user guide for CLI (quotes, comma/space sep) docs: updated README (install instructions, license badge) docs: fix path to cli function, rtd install package ci: skip existing in github actions test pypi ci: added aoi tests ci: fix num_steps/num_update_logs in cli tests ci: test both cc_methods refactor: use sample_comparison_df in calibration energy ci: test cli for both comma and space separators ci: calibrate in module tests refactor: use keyword-only args style: using ruff with numpy docstrings refactor: using Python 3 super class syntax docs: updated RTD config to use cond

    Jutho/TensorOperations.jl: v2.1.3

    No full text
    TensorOperations v2.1.3 Diff since v2.1.2 Merged pull requests: Install TagBot as a GitHub Action (#82) (@JuliaTagBot

    devmotion/CalibrationErrors.jl: v0.4.0

    No full text
    CalibrationErrors v0.4.0 Diff since v0.3.0 Merged pull requests: Install TagBot as a GitHub Action (#11) (@JuliaTagBot) Switch to KernelFunctions (#12) (@devmotion
    corecore