Skip to content

Commit

Permalink
v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ronshnapp committed Mar 6, 2024
1 parent ecbbc1b commit 74d2eba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
setup(
name='myptv',
packages=find_packages(include=['myptv', 'myptv.fibers']),
version='0.8.2',
version='0.8.3',
description='A 3D Particle Tracking Velocimetry library',
install_requires=['numpy', 'scipy', 'scikit-image','pandas','matplotlib','pyyaml', 'tk', 'Pillow>=9.5.0'],
author='Ron Shnapp',
Expand Down
6 changes: 3 additions & 3 deletions user_manual/user_manual.log
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017/Debian) (preloaded format=pdflatex 2023.7.13) 24 FEB 2024 09:19
This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017/Debian) (preloaded format=pdflatex 2023.7.13) 6 MAR 2024 21:06
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
Expand Down Expand Up @@ -781,7 +781,7 @@ Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 1726.
Here is how much of TeX's memory you used:
10184 strings out of 493756
148413 string characters out of 6152244
281390 words of memory out of 5000000
280390 words of memory out of 5000000
13289 multiletter control sequences out of 15000+600000
24847 words of font info for 66 fonts, out of 8000000 for 9000
645 hyphenation exceptions out of 8191
Expand All @@ -804,7 +804,7 @@ fb></usr/share/texmf/fonts/type1/public/cm-super/sfsx2488.pfb></usr/share/texmf
cm-super/sftt0900.pfb></usr/share/texmf/fonts/type1/public/cm-super/sftt1000.pf
b></usr/share/texmf/fonts/type1/public/cm-super/sftt1200.pfb></usr/share/texmf/
fonts/type1/public/cm-super/sftt1440.pfb>
Output written on user_manual.pdf (33 pages, 4254190 bytes).
Output written on user_manual.pdf (33 pages, 4254672 bytes).
PDF statistics:
955 PDF objects out of 1000 (max. 8388607)
820 compressed objects within 9 object streams
Expand Down
Binary file modified user_manual/user_manual.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion user_manual/user_manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

\begin{minipage}{14cm}
{\small \sffamily
Version: 0.8.2 \\
Version: 0.8.3 \\
Last updated: \today \\
Github repository: \url{https://github.com/ronshnapp/MyPTV} \\
Get help \& interact with our community: \url{https://github.com/ronshnapp/MyPTV/discussions}\\
Expand Down

0 comments on commit 74d2eba

Please sign in to comment.