Contents
Proceedings of SciPy 2011
SciPy 2011, the 10th annual Scientific Computing with Python conference, was held July 11-16, 2011 in Austin, Texas. 20 peer reviewed articles were published in the conference proceedings. Full proceedings and organizing committee can be found at https://
Improving efficiency and repeatability of lake volume estimates using Python
Improving efficiency and repeatability of lake volume estimates using Python
With increasing population and water use demands in Texas, accurate estimates of lake volumes is a critical part of planning for future water supply needs. Lakes are large and surveying them is expensive in terms of labor, time and cost.
Tyler McEwen, Dharhas Pothina, Solomon Negusse
https://doi.org/10.25080/Majora-ebaa42b7-013
Time Series Analysis in Python with statsmodels
Time Series Analysis in Python with statsmodels
We introduce the new time series analysis features of scikits.statsmodels. This includes descriptive statistics, statistical tests and several linear model classes, autoregressive, AR, autoregressive moving-average, ARMA, and vector autoregressive models VAR.
Wes McKinney, Josef Perktold, Skipper Seabold
https://doi.org/10.25080/Majora-ebaa42b7-012
Google App Engine Python
Google App Engine Python
In recent years, one of the fastest growing trends in information technology has been the move towards cloud computing. The scalable concept of computing resources on demand allows applications to dynamically react to increased usage instead of having to keep resources in reserve that are often not in use but are still paid for.
Douglas A. Starnes
https://doi.org/10.25080/Majora-ebaa42b7-011
N-th-order Accurate, Distributed Interpolation Library
N-th-order Accurate, Distributed Interpolation Library
The research contained herein yielded an open source interpolation library implemented in and designed for use with the Python programming language. This library, named smbinterp, yields an interpolation to an arbitrary degree of accuracy.
Stephen M. McQuay, Steven E. Gorrell
https://doi.org/10.25080/Majora-ebaa42b7-010
Bringing Parallel Performance to Python with Domain-Specific Selective Embedded Just-in-Time Specialization
Bringing Parallel Performance to Python with Domain-Specific Selective Embedded Just-in-Time Specialization
Today's productivity programmers, such as scientists who need to write code to do science, are typically forced to choose between productive and maintainable code with modest performance (e.g. Python plus native libraries such as SciPy SciPy) or complex, brittle, hardware-specific code that entangles application logic with performance concerns but runs two to three orders of magnitude faster (e.
Shoaib Kamil, Derrick Coetzee, Armando Fox
https://doi.org/10.25080/Majora-ebaa42b7-00f
PyStream: Compiling Python onto the GPU
PyStream: Compiling Python onto the GPU
PyStream is a static compiler that can radically transform Python code and run it on a Graphics Processing Unit (GPU). Python compiled to run on the GPU is \textasciitilde{}100,000x faster than when interpreted on the CPU.
Nick Bray
https://doi.org/10.25080/Majora-ebaa42b7-00e
Building a Framework for Predictive Science
Building a Framework for Predictive Science
Key questions that scientists and engineers typically want to
address can be formulated in terms of predictive science. Questions such as:
"How well does my computational model represent
reality?", "What are the most important
parameters in the problem?", and "What is the
best next experiment to perform?" are fundamental in solving
scientific problems.
Michael M. McKerns, Leif Strand, Tim Sullivan, +2
https://doi.org/10.25080/Majora-ebaa42b7-00d
Using Python to Construct a Scalable Parallel Nonlinear Wave Solver
Using Python to Construct a Scalable Parallel Nonlinear Wave Solver
Computational scientists seek to provide efficient, easy-to-use tools and frameworks that enable application scientists within a specific discipline to build and/or apply numerical models with up-to-date computing technologies that can be executed on all available computing systems.
Kyle T. Mandli, Amal Alghamdi, Aron Ahmadia, +2
https://doi.org/10.25080/Majora-ebaa42b7-00c
IMUSim - Simulating inertial and magnetic sensor systems in Python
IMUSim - Simulating inertial and magnetic sensor systems in Python
IMUSim is a new simulation package developed in Python to model Inertial Measurement Units, i.e. devices which include accelerometers, gyroscopes and magnetometers. It was developed in the course of our research into algorithms for IMU-based motion capture, and has now been released under the GPL for the benefit of other researchers and users.
Martin J. Ling, Alex D. Young
https://doi.org/10.25080/Majora-ebaa42b7-00b
Hurricane Prediction with Python
Hurricane Prediction with Python
The National Centers for Environmental Prediction (NCEP) Global Forecast System (GFS) is a global spectral model used for aviation weather forecast. It produces forecasts of wind speed and direction, temperature, humidity and precipitation out to 192 hr every 6 hours over the entire globe.
Minwoo Lee, Charles W. Anderson, Mark DeMaria
https://doi.org/10.25080/Majora-ebaa42b7-00a
Automation of Inertial Fusion Target Design with Python
Automation of Inertial Fusion Target Design with Python
The process of tuning an inertial confinement fusion pulse shape to a specific target design is highly iterative process. When done manually, each iteration has large latency and is consequently time consuming.
Matthew Terry, Joseph Koning
https://doi.org/10.25080/Majora-ebaa42b7-009
PyModel: Model-based testing in Python
PyModel: Model-based testing in Python
In unit testing, the programmer codes the test cases, and also codes assertions that check whether each test case passed. In model-based testing, the programmer codes a "model" that generates as many test cases as desired and also acts as the oracle that checks the cases.
Jonathan Jacky
https://doi.org/10.25080/Majora-ebaa42b7-008
Using Python, Partnerships, Standards and Web Services to provide Water Data for Texans
Using Python, Partnerships, Standards and Web Services to provide Water Data for Texans
Obtaining time-series monitoring data in a particular region often requires a significant effort involving visiting multiple websites, contacting multiple organizations and dealing with a variety of data formats.
Dharhas Pothina, Andrew Wilson
https://doi.org/10.25080/Majora-ebaa42b7-007
Constructing scientific programs using SymPy
Constructing scientific programs using SymPy
We describe a method for constructing scientific programs where SymPy is used to model the mathematical steps in the derivation. With this workflow, each step in the process can be checked by machine, from the derivation of the equations to the generation of the source code.
Mark Dewing
https://doi.org/10.25080/Majora-ebaa42b7-006
Vision Spreadsheet: An Environment for Computer Vision
Vision Spreadsheet: An Environment for Computer Vision
Vision Spreadsheet is an environment for computer vision. It combines a spreadsheet with computer vision and scientific python. The cells in the spreadsheet are images, computations on images, measurements, and plots.
Scott Determan
https://doi.org/10.25080/Majora-ebaa42b7-005
Using the Global Arrays Toolkit to Reimplement NumPy for Distributed Computation
Using the Global Arrays Toolkit to Reimplement NumPy for Distributed Computation
Global Arrays (GA) is a software system from Pacific Northwest National Laboratory that enables an efficient, portable, and parallel shared-memory programming interface to manipulate distributed dense arrays.
Jeff Daily, Robert R. Lewis
https://doi.org/10.25080/Majora-ebaa42b7-004
gpustats: GPU Library for Statistical Computing in Python
gpustats: GPU Library for Statistical Computing in Python
In this work we discuss gpustats, a new Python library for assisting in "big data" statistical computing applications, particularly Monte Carlo-based inference algorithms. The library provides a general code generation / metaprogramming framework for easily implementing discrete and continuous probability density functions and random variable samplers.
Andrew Cron, Wes McKinney
https://doi.org/10.25080/Majora-ebaa42b7-003
Crab: A Recommendation Engine Framework for Python
Crab: A Recommendation Engine Framework for Python
Crab is a flexible, fast recommender engine for Python that integrates classic information filtering recommendation algorithms in the world of scientific Python packages (NumPy,SciPy, Matplotlib). The engine aims to provide a rich set of components from which you can construct a customized recommender system from a set of algorithms.
Marcel Caraciolo, Bruno Melo, Ricardo Caspirro
https://doi.org/10.25080/Majora-ebaa42b7-002
Fitting and Estimating Parameter Confidence Limits with Sherpa
Fitting and Estimating Parameter Confidence Limits with Sherpa
Sherpa is a generalized modeling and fitting package. Primarily developed for the Chandra Interactive Analysis of Observations (CIAO) package by the Chandra X-ray Center, Sherpa provides an Object-Oriented Programming (OOP) API for parametric data modeling.
Brian Refsdal, Stephen Doe, Dan Nguyen, +1
https://doi.org/10.25080/Majora-ebaa42b7-001
A Technical Anatomy of SPM.Python, a Scalable, Parallel Version of Python
A Technical Anatomy of SPM.Python, a Scalable, Parallel Version of Python
SPM.Python is a scalable, parallel fault-tolerant version of the serial Python language, and can be deployed to create parallel capabilities to solve problems in domains spanning finance, life sciences, electronic design, IT, visualization, and research.
Minesh B. Amin
https://doi.org/10.25080/Majora-ebaa42b7-000