|
@@ -74,13 +74,6 @@
|
|
|
\end{center}
|
|
|
\end{frame}
|
|
|
|
|
|
-\begin{frame}
|
|
|
- P. Virtanen et al.\\
|
|
|
- \textit{SciPy 1.0--Fundamental Algorithms for Scientific Computing in Python}\\
|
|
|
- \url{https://arxiv.org/abs/1907.10121}
|
|
|
-
|
|
|
-\end{frame}
|
|
|
-
|
|
|
\begin{frame}{Event Horizon Telescope}
|
|
|
\structure{supermassive black hole in M87}
|
|
|
|
|
@@ -158,24 +151,34 @@
|
|
|
\end{columns}
|
|
|
\end{frame}
|
|
|
|
|
|
+\begin{frame}{A brief history of SciPy}
|
|
|
+ \begin{center}
|
|
|
+ \includegraphics[width=0.9\textwidth]{1907_10121}
|
|
|
+ \end{center}
|
|
|
+
|
|
|
+ \begin{flushright}
|
|
|
+ \url{https://arxiv.org/abs/1907.10121}
|
|
|
+ \end{flushright}
|
|
|
+\end{frame}
|
|
|
+
|
|
|
\begin{frame}{NumPy/SciPy Documentation}
|
|
|
\begin{tabular}{ll}
|
|
|
\url{cluster} & clustering package\\
|
|
|
\url{constants} & constants \\
|
|
|
- \url{fftpack} & discrete Fourier transforms \\
|
|
|
- \url{integrate} & integration and ordinary differential equations\\
|
|
|
+ \textbf<2>{\url{fftpack}} & discrete Fourier transforms \\
|
|
|
+ \textbf<2>{\url{integrate}} & integration and ordinary differential equations\\
|
|
|
\url{interpolate} & interpolation\\
|
|
|
\url{io} & input and output\\
|
|
|
\url{linalg} & linear algebra\\
|
|
|
\url{misc} & miscellaneous routines\\
|
|
|
\url{ndimage} & multi-dimensional image processing\\
|
|
|
\url{odr} & orthogonal distance regression\\
|
|
|
- \url{optimize} & optimization and root finding\\
|
|
|
+ \textbf<2>{\url{optimize}} & optimization and root finding\\
|
|
|
\textbf<2>{\url{signal}} & signal processing\\
|
|
|
\url{sparse} & sparse matrices\\
|
|
|
\url{spatial} & spatial algorithms and data structures\\
|
|
|
\url{special} & special functions\\
|
|
|
- \url{stats} & statistical functions
|
|
|
+ \textbf<2>{\url{stats}} & statistical functions
|
|
|
\end{tabular}
|
|
|
\end{frame}
|
|
|
|