Skip to content

Commit c85d018

Browse files
committed
Add NEWS.md.
1 parent 987c132 commit c85d018

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

NEWS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# 0.1.6
2+
## Breaking Changes
3+
* All spatial parameters, including `Lj`, `Lr`, `Hj`, `hj`, `Zjn`, `omegaj`, `omegar`, and `region` are now stored in the `graph` structure created by `create_graph()`. `create_graph()` therefore only returns the `graph` structure, instead of both the (updated) parameters and the graph. Converesely, `init_parameters()` only contains parameters that are independent of the particular geography defined by `create_graph()`.
4+
5+
## Improvements
6+
* Minor improvements to Simulated Annealing.
7+
* Better spline options for plotting frictions surface (geography).
8+
* More faithful translation of `apply_geography()`.
9+
10+
11+
# 0.1.5
12+
13+
* Removed the MATLAB toolbox and corresponding documentation (PDF files) from the repo to decrease size. A new repo was created for the MATLAB toolbox at [SebKrantz/OptimalTransportNetworkToolbox](https://github.com/SebKrantz/OptimalTransportNetworkToolbox). This repo and especially the `docs` folder continue to be very useful for Julia users, but are no longer part of the Julia library.

0 commit comments

Comments
 (0)