Skip to content

Commit

Permalink
Tweak NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsanders committed Mar 4, 2017
1 parent 6368529 commit 1f5836c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

## v0.7
### Breaking API changes
- Rename `displaymode` to `setdisplay` and simplify syntax #210:
- Deprecate `displaymode`, replacing it with `setdisplay`, with simplified syntax #210:
```
setdisplay(:full)
```

### Added features
- `parse(Interval, string)` #215
- `bisect` function in `ValidatedNumerics.RootFinding` #217
- Fast integer power function `pow` #208
- `parse(Interval, string)` (extends and exports previously internal function) #215
- `bisect` function in `ValidatedNumerics.RootFinding` for bisecting `Interval`s and `IntervalBox`es #217

### Other
- Many tests use `Base.Test` instead of `FactCheck` #205
- Miscellaneous bugfixes
- Tests use `Base.Test` instead of `FactCheck` #205

## v0.6
- Add a plot recipe for (only) 2D `IntervalBox`es using `RecipesBase.jl`.
Expand Down

0 comments on commit 1f5836c

Please sign in to comment.