Corvince
Corvince
Looks like a good addition, but could you add a unit test for this function? Just to make sure future changes don't break your function and produce ugly bugs
Sure! To run tests you must have `pytest` installed. Then, when you are in your mesa directory, run `py.test tests` to run all the tests and confirm pytest is working....
From a quick glance this looks good, but I guess it breaks the examples!? Can you check and/or update them?
But busy atm but I will do as soon as I can
Good observation! Maybe it was originally implemented to avoid loading modules more than once? It's probably better to preserve order, though. Do you have a specific use case where the...
Interesting, have you seen mesa_geo? It also provides leaflet maps, and I vaguely remember running into the same issue, but never figuring it out. So thanks for the late solution...
I am under the impression that currently development is very active and so I would vote for 0.10.0., because I have the impression that there are a lot of moving...
> As per [semantic versioning](https://semver.org/), every time you introduce breaking API changes, you bump the major version. > Semantic versioning is a great idea and the specification is a nice...
> This is probably a nitpick. As a modeler, I'd be wondering why my `batch_run` suddenly runs much slower with a single process. I strongly disagree on this being a...
Great News! So now we officially adopt semantic versioning? Then we should document this somewhere, either in the readme or the contributing file