File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 2019-09-10
2
+ Added support of packing immutables (by creating one) through ` @pack_SomeType ` .
3
+
1
4
# 2018-07-10
2
5
3
- Added named tuple support.
6
+ Added named tuple support.
4
7
5
8
# 2017-09-26
6
9
Original file line number Diff line number Diff line change 1
1
name = " Parameters"
2
2
uuid = " d96e819e-fc66-5662-9728-84c9c7592b0a"
3
3
author = [" Mauro Werder <mauro3@runbox.com>" ]
4
- version = " 0.11 .0"
4
+ version = " 0.12 .0"
5
5
6
6
[deps ]
7
7
OrderedCollections = " bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Original file line number Diff line number Diff line change @@ -110,6 +110,15 @@ Documentation is here: [stable](https://mauro3.github.io/Parameters.jl/stable) a
110
110
111
111
# Related packages
112
112
113
+ Complementary:
114
+ - [EponymTuples.jl](https://github.com/tpapp/EponymTuples.jl) packing/unpacking
115
+ of named tuples.
116
+ - [NamedTupleTools.jl](https://github.com/JeffreySarnoff/NamedTupleTools.jl)
117
+ has many named-tuple helper functions
118
+ - [Setfield.jl](https://github.com/jw3126/Setfield.jl) for setting
119
+ immutable fields (i.e. similar to the here provided packing).
120
+
121
+ Implementing similar things:
113
122
- `Base.@kwdef` has functionality similar to `@with_kw` but more
114
123
limited. However, with Julia v1.1 its capabilities will be much
115
124
enhanced, see [#29316](https://github.com/JuliaLang/julia/pull/29316).
You can’t perform that action at this time.
0 commit comments