What's Changed
- Drop Scala 2.11 and 2.12 support
- Scala 3 support (#327) @gpampara
- Use
zio-opticsand remove comments (#325) @gpampara - Update release workflow nix commands (#324) @gpampara
- Prefer the use of a NonEmptyVector (#323) @gpampara
- Migrate to use zio, zio-prelude and simplify several types (#321) @gpampara
- Dependency upgrades and more efficient parquet file creation (#317) @gpampara
- Upgrade avro4s dependency to 3.1.0 (#313) @gpampara
- Upgrade nixpkgs to 20.03 (#314) @gpampara
- Docusaurus based project website and documentation (#308) @gpampara
- Remove travis-ci (#309) @gpampara
- Fitness functions should determine fitness viability (#303) @gpampara
- Correct
choicesfunction (#299) @gpampara - Updates to some dependencies and corrections to MetricSpace (#296) @gpampara
- Better output format derivation (#295) @gpampara
- CSV Example (#294) @KyleErwin
- Lens fixes and testing Fit cases (#291) @gpampara
- Relax restriction (#292) @gpampara
- Pass the Eval to onChange for environment handling (#290) @gpampara
- Add example of time varying parameters (#289) @gpampara
- Correct state usage in StepS. Remove hoist shenanigans (#285) @gpampara
- Remove unneeded structure constraint (#286) @gpampara
- Simplified boundary enforcement (#283) @gpampara
- Update some dependencies and remote deprecations (#284) @gpampara
- Blog subsection on site (#282) @gpampara
- Limit sinks to Measurement[A] values (#281) @gpampara
- Include MiMa in build definition (#280) @gpampara
- Algorithm stream, allowing for changes based on iteration number (#279) @gpampara
- Unify StepS in Runner (#277) @gpampara
- Rename point -> pure and pointR -> liftR (#275) @gpampara
- Add badges to show versions (#273) @gpampara