Skip to content

v2.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Mar 15:45
· 152 commits to master since this release

Mill v2.6.0

Diff since v2.5.0

Closed issues:

  • Unit tests for replacein functions (#6)
  • Add a high-level description of a package and also specify tags (#9)
  • ArrayNode reflectinmodel sometimes results in weird error (#16)
  • Registering Nodes with Flux (#18)
  • Refactor readme: PathNode example to use LazyNode (#40)
  • Add safe defaults (#69)
  • Make whole model application type stable (#71)
  • Use Preferences.jl instead of Ref switches (#74)
  • Stop using LearnBase = 0.5 until it's supported by MLDataPattern (#82)
  • MaybeHotMatrix does not support Flux.onecold (#83)
  • Add tests for unicode inputs for ngram matrix (#87)
  • Remove onehot matrix multiplication if the speedup is not large enough (#88)
  • ArrayModels are too restrictive (#89)
  • Add convenience functions (#90)
  • Expand catobs docs (#92)
  • Impose fixed ordering of evaluation inside ProductNodes (#93)
  • Flux.onecold for MaybeHotMatrix (#94)
  • Try generated functions in product model (#95)
  • Performance integration tests (#98)
  • Add fundamental forward pass tests (#100)
  • Check Float64 gradient tests (#101)
  • subsetting NGramMatrix with range does not work (#105)

Merged pull requests:

  • using stable rng to better compare different minor julia versions (#68) (@racinmat)
  • CompatHelper: bump compat for Setfield to 0.8, (keep existing compat) (#80) (@github-actions[bot])
  • Removed false update. (#84) (@racinmat)
  • implemented onecold for maybehots which don't contain missings (#85) (@racinmat)
  • skipping derivation of reduce catobs during inference and adding helper functions (#91) (@racinmat)
  • Pevnak/generated (#96) (@pevnak)
  • added contribution guidelines (#97) (@racinmat)
  • CompatHelper: bump compat for LearnBase to 0.6, (keep existing compat) (#99) (@github-actions[bot])
  • Added expample of PathNode as LazyNode (#103) (@racinmat)
  • CompatHelper: add new compat entry for MacroTools at version 0.5, (keep existing compat) (#104) (@github-actions[bot])