Skip to content

Commit dd301de

Browse files
committed
Mention Base.@kwdef updates in README. Small docs update.
1 parent c4b0e50 commit dd301de

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ Documentation is here: [stable](https://mauro3.github.io/Parameters.jl/stable) a
108108
109109
# Related packages
110110
111+
- `Base.@kwdef` has functionality similar to `@with_kw` but more
112+
limited. However, with Julia v1.1 its capabilities will be much
113+
enhanced, see [#29316](https://github.com/JuliaLang/julia/pull/29316).
114+
If that is enough, ditch the Parameters.jl dependency.
111115
- [QuickTypes.jl](https://github.com/cstjean/QuickTypes.jl) also
112116
provides key-word constructors and default values. Provides a more
113117
compact format. I'd say QuickTypes.jl is more suited for REPL and

docs/src/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# [Parameters.jl](https://github.com/mauro3/Parameters.jl)
22

3-
**Breaking news: Julia 0.5 support dropped.**
4-
53
This is a package I use to handle numerical-model parameters, thus the
64
name. However, it should be useful otherwise too. It has two main
75
features:

0 commit comments

Comments
 (0)