Releases: JuliaStaging/JuliaVariables.jl
Releases · JuliaStaging/JuliaVariables.jl
v0.2.1
JuliaVariables v0.2.1
Diff since v0.2.0
Closed issues:
local
statement not handled (#12)
- Malformed or non-canonicalized = expression from short-form function definition (#16)
- Rename
solve
to solve!
? (#17)
Merged pull requests:
- Install TagBot as a GitHub Action (#15) (@JuliaTagBot)
- Introduce solve[_from_local]! and deprecate non-! (#18) (@tkf)
v0.2.0
v0.2.0 (2019-11-17)
Diff since v0.1.3
Closed issues:
- Complexity of implementation and refactoring (#13)
Merged pull requests:
- WIP Refactor: A concise and maintainable implementation (#14) (thautwarm)
v0.1.3
v0.1.3 (2019-09-28)
Diff since v0.1.2
Closed issues:
- correct analysing things like
a += b
(#6)
Merged pull requests:
- bugfix: fix bug about addition assignment. (#7) (lfkdsk)
v0.1.2
v0.1.2 (2019-09-12)
Diff since v0.1.1
Closed issues:
- scope of defining keyword arguments broke (#5)
Merged pull requests:
- Fix README line
rmlines = JuliaVariables.rmlines
(#4) (cscherrer)