Skip to content

Releases: mauro3/Parameters.jl

Drop Julia 1.0 support (now Julia 1.5), SmartAsserts.jl support

20 Jun 13:35
501b47b
Compare
Choose a tag to compare
Add support for SmartAsserts.jl (#152)

Add support for SmartCheck.jl (closes #34)

Update minimum Julia version to 1.5

v0.12.3

20 Sep 22:02
Compare
Choose a tag to compare

Parameters v0.12.3

Diff since v0.12.2

Closed issues:

  • Release 1.0? (#121)
  • how to make parameter independence work for using copy or reconstruct? (#136)

Merged pull requests:

  • Allow reconstruct to construct different type (but compatible) (#143) (@mauro3)

v0.12.2

22 Jan 23:59
Compare
Choose a tag to compare

Parameters v0.12.2

Diff since v0.12.1

Closed issues:

  • Split at-pack and at-unpack into a separate package (#109)
  • at-const macro? (#111)
  • Array with parametric type fails as default value (#125)
  • Cannot construct parameters object when using @cfunction (#126)
  • @unpack stopped working (#128)
  • fieldnames extension of Parameter Struct (#129)
  • Docs not building (#134)

Merged pull requests:

v0.12.1

08 May 04:10
7ed74d0
Compare
Choose a tag to compare

Parameters v0.12.1

Diff since v0.12.0

Closed issues:

  • Use Setfield.jl instead of reconstruct? (#50)
  • Global Method Error (#91)
  • example for line breaking in @unpack docstring (#98)
  • Consider adding an attrs-like converter macro? (#100)
  • Calling with kwargs (#103)
  • Cannot use with_kw as part of a macro (#104)
  • Add FieldDefaults.jl to README.md? (#106)
  • @pack_MyType (#107)
  • Request: add example of customized/specialized unpack in docs (#110)
  • complete unpacking of Named Tuples (#114)
  • reconstruct modifies input Dict (#115)
  • MethodError: no method matching stripsubtypes(::Int64) (#118)

Merged pull requests:

v0.12.0

11 Sep 08:27
v0.12.0
Compare
Choose a tag to compare

v0.12.0 (2019-09-10)

Diff since v0.11.0

Merged pull requests:

  • Removed deprecations for @pack (#102) (mauro3)
  • Implement at-pack_* for immutable (#101) (tkf)

v0.11.0

18 Jul 10:59
v0.11.0
808c90c
Compare
Choose a tag to compare

Moved from REQUIRE to Project.toml.
Dropped Julia 0.7 support
Updated Documenter to new setup.

Compact show

13 Dec 13:17
870131f
Compare
Choose a tag to compare
v0.10.3

Compact show, fix #75 (#93)

Some bug-fixes

19 Nov 21:22
Compare
Choose a tag to compare
v0.10.2

Fix wrong deprecation message.  Fixes #88

Add missing deprecation for @pack

04 Sep 14:58
fc521ee
Compare
Choose a tag to compare
v0.10.1

added missing deprecation for @pack (#79)

Drop Julia 0.6; use OrderedCollections

04 Sep 07:31
b25fa15
Compare
Choose a tag to compare
v0.10.0

more julia 1.0 updates and fix for dep-warn (#78)