Skip to content

argmin-v0.10.0

Latest
Compare
Choose a tag to compare
@stefan-k stefan-k released this 27 Feb 15:15
· 34 commits to main since this release

What's Changed

  • Fixed argmin-math README badges, added Discord server and download count by @stefan-k in #382
  • allow user to set ParticleSwarm's random number generator by @jonboh in #383
  • Turn examples into crates by @stefan-k in #387
  • Fixed broken example links in blog posts by @stefan-k in #388
  • Update gnuplot requirement from 0.0.39 to 0.0.40 by @dependabot in #390
  • Keep track of residuals in IterState, adapted GaussNewton accordingly by @gmilleramilar in #343
  • Fixed handling of residuals in GaussNewton by @stefan-k in #392
  • Update actions/checkout to v4 by @stefan-k in #393
  • Update gnuplot requirement from 0.0.40 to 0.0.41 by @dependabot in #394
  • Dedicated crate for FileCheckpoint, removed SerializeAlias and DeserializeOwnedAlias by @stefan-k in #395
  • Fixed file checkpointing tests and added crate tests to CI by @stefan-k in #396
  • It's 2024! by @stefan-k in #397
  • Removed unnecessary waiting for 1 sec in examples by @stefan-k in #402
  • Add optional timeout to Executor by @stefan-k in #405
  • Talk about examples in the documentation by @stefan-k in #406
  • Added clippy checks for examples to CI, removed some argmin checks by @stefan-k in #407
  • Use the new residuals handling in CG by @stefan-k in #408
  • Fixed build of main docs, exclude examples by @stefan-k in #410
  • Interrupt handling now includes SIGINT, SIGTERM and SIGHUP, renamed KeyboardInterrupt to Interrupt by @stefan-k in #413
  • Restructured repo: All crates are now in the crates directory by @stefan-k in #415
  • Slightly better error handling in L-BFGS by @stefan-k in #416
  • Update gnuplot requirement from 0.0.41 to 0.0.42 by @dependabot in #464
  • Update slog-term, stop ignoring RUSTSEC-2021-0145 by @stefan-k in #465
  • Remove vulnerable ip package from website by @stefan-k in #466
  • Created READMEs for observers and checkpointing by @stefan-k in #463
  • Don't run CI on win-netlib-fix branch by @stefan-k in #467
  • Removed unnecessary Serialize/Deserialize derives by @stefan-k in #470
  • argmin version 0.10.0 and argmin-math version 0.4.0 by @stefan-k in #462

New Contributors

Full Changelog: argmin-v0.9.0...argmin-v0.10.0