python-adaptive / adaptive

:chart_with_upwards_trend: Adaptive: parallel active learning of mathematical functions
http://adaptive.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.17k stars 60 forks source link

Release v0.7.0 #14

Closed basnijholt closed 5 years ago

basnijholt commented 5 years ago

(original issue on GitLab)

opened by Bas Nijholt (@basnijholt) at 2018-11-30T11:08:04.471Z

Since 0.6.0 we fixed the following issues:

and merged the following Merge Requests:

When there is v0.7.0 we can set up the documentation for the latest release and master.

basnijholt commented 5 years ago

originally posted by Anton Akhmerov (@anton-akhmerov) at 2018-11-30T11:20:25.291Z on GitLab

A quick question before the release: are we consistent in naming XXX_loss and XXX_loss_function everywhere now?

basnijholt commented 5 years ago

originally posted by Anton Akhmerov (@anton-akhmerov) at 2018-11-30T11:20:54.958Z on GitLab

Other than that I'm on board with releasing.

basnijholt commented 5 years ago

originally posted by Bas Nijholt (@basnijholt) at 2018-11-30T11:21:58.025Z on GitLab

A quick question before the release: are we consistent in naming XXX_loss and XXX_loss_function everywhere now?

Yes, we are doing that :)

basnijholt commented 5 years ago

originally posted by Jorn Hoofwijk (@Jorn) at 2018-12-03T09:02:05.528Z on GitLab

I think indeed it would be a good time to do a new release, however I would suggest to also include https://gitlab.kwant-project.org/qt/adaptive/merge_requests/139. Since the introduction of the round in the loss computation, I noticed some (mayor) slowdown in the Learner1D, since the Python round() function appears to be quite a slow method :/. More about that in the MR