Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ See the
release or the version in development.

To check out the code, report a bug, or contribute a new feature, please visit
the `github repository <https://github.com/soft-matter/trackpy>`_.
the `GitHub repository <https://github.com/soft-matter/trackpy>`_.

Different versions of the documentations are available: consult the documentation
of the current `stable <https://soft-matter.github.io/trackpy/stable/>`_
Expand Down
5 changes: 3 additions & 2 deletions doc/releases/v0.7.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.7
------
----

trackpy v0.7 includes an enhancement/bug fix to how MSD calculations handle gaps
in trajectories. The msd() and imsd() functions now output NaN values (instead
Expand All @@ -15,4 +15,5 @@ Bug fixes

Enhancements
~~~~~~~~~~~~
- Clarify what parameters are kwonly in documented signature of link_foo() (@anntzer, #789)
- Clarify what parameters are keyword-only in documentation of link functions
(@anntzer, #789)
Loading