MLStyle.jl Versions Save

Julia functional programming infrastructures and metaprogramming facilities

v0.4.17

1 year ago

MLStyle v0.4.17

Diff since v0.4.16

Closed issues:

  • enum should use === to compare equivalence (#154)

Merged pull requests:

  • [docs] Fix MacroTools.jl typo (#153) (@xlxs4)
  • introduce MLStyle.enum_matcher (#155) (@thautwarm)

v0.4.16

1 year ago

MLStyle v0.4.16

Diff since v0.4.15

Merged pull requests:

  • better error message for empty expression (#150) (@Roger-luo)

v0.4.15

1 year ago

MLStyle v0.4.15

Diff since v0.4.14

Closed issues:

  • Flexible active pattern syntax (#146)
  • Broken on master (#147)

Merged pull requests:

  • avoid "type DataType has no field size" (#148) (@visr)

v0.4.14

1 year ago

MLStyle v0.4.14

Diff since v0.4.13

Closed issues:

  • Requests for new tutorials: OO.jl and ParameterizedModule.jl (#38)
  • Directly matching macrocall expressions (#59)
  • Error UndefVarError: @compiler_options not defined (#137)

Merged pull requests:

  • add a dummy case macro for auto-completion (#145) (@Roger-luo)

v0.4.13

1 year ago

MLStyle v0.4.13

Diff since v0.4.12

v0.4.12

1 year ago

MLStyle v0.4.12

Diff since v0.4.11

v0.4.11

2 years ago

MLStyle v0.4.11

Diff since v0.4.10

Closed issues:

  • Einops has good docs (#125)
  • Where clauses for value predicates (#128)
  • Define @trymatch and @tryswitch (#131)
  • Julia 1.7 Compat (#134)

Merged pull requests:

  • Implement @tryswitch (#132) (@serenity4)
  • Implement @trymatch (#133) (@serenity4)
  • Update Project.toml (#136) (@mforets)

v0.4.10

2 years ago

MLStyle v0.4.10

Diff since v0.4.9

Closed issues:

  • dependency free codegen (#120)

Merged pull requests:

  • Some Docs suggestions (#114) (@caseykneale)
  • Revert "Some Docs suggestions" (#115) (@thautwarm)
  • Squashing Some Docs suggestions (#116) (@thautwarm)
  • Squashing Some Docs suggestions (#117) (@thautwarm)
  • Remove claim that v0.4 is unreleased (#118) (@rasmushenningsson)
  • Add Example to Reference Pattern Docs (#122) (@nucklass)
  • fix 1.7 compat (#124) (@Roger-luo)

v0.4.9

3 years ago

MLStyle v0.4.9

Diff since v0.4.8

Closed issues:

  • using qualified names in @as_record (#113)

v0.4.8

3 years ago

MLStyle v0.4.8

Diff since v0.4.7

Closed issues:

  • CI issues (#108)
  • supporting macro match (#109)
  • Updating PatternCompilationError definition (#110)
  • faster active patterns by allowing hints for type guessing (#111)