Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Sep 15:09
· 215 commits to master since this release
9566ea7

Revise v3.0.0

Diff since v2.7.6

Closed issues:

  • Dependent blocks (#249)
  • Sometimes error when Revising debug messages (#271)
  • Type parameter causes UndefVarError (#429)
  • suppress "revise is not tracking" warnings after first time (#438)
  • Slowdown in package load times (#456)
  • includet removes equal code in same module scope (#475)
  • AstroBase.Bodies is a pathological case again (#479)
  • Startup time excessive (#485)
  • convert an object of type Tuple{LineNumberNode,Expr} (#508)
  • Revise causes lots of "Method definition ... overwritten on the same line." warnings on nightly (#516)
  • Revise exits Julia (#519)
  • Strange error with PGFPlotsX and StatsPlots (#520)
  • Using Revise before DiffEqFlux makes it fail (#529)

Merged pull requests:

  • RFC: Revise 3.0, rewrite based on LoweredCodeUtils.CodeEdges (#497) (@timholy)
  • Update the docs for Revise 3 (#530) (@timholy)