Contents Menu Expand Light mode Dark mode Auto light/dark mode
freud 2.13.1 documentation
Logo

Getting Started

  • Introduction
  • Installation
  • Quickstart Guide
  • Tutorial
    • Periodic Boundary Conditions
    • Compute Classes
    • Finding Neighbors
    • Pair Computations
  • Examples
    • freud.box.Box
    • freud.locality.Filter
    • freud.locality.PeriodicBuffer: Unit Cell RDF
    • freud.locality.Voronoi
    • freud.cluster.Cluster and freud.cluster.ClusterProperties
    • freud.density.CorrelationFunction
    • freud.density.GaussianDensity
    • freud.density.LocalDensity
    • freud.density.RDF: Accumulating g(r) for a Fluid
    • freud.density.RDF: Choosing Bin Widths
    • freud.diffraction.DiffractionPattern
    • freud.diffraction.StaticStructureFactorDirect and freud.diffraction.StaticStructureFactorDebye
    • freud.environment.AngularSeparation
    • freud.environment.BondOrder
    • freud.environment.EnvironmentCluster
    • freud.environment.LocalDescriptors: Steinhardt Order Parameters from Scratch
    • freud.interface.Interface
    • freud.order.Hexatic: Hard Hexagons
    • freud.order.Hexatic: 2D Minkowski Structure Metrics
    • freud.order.Nematic
    • freud.order.Steinhardt
    • freud.pmft.PMFTXY
    • freud.pmft.PMFTXYZ: Shifting Example
    • Implementing Common Neighbor Analysis as a custom method
    • Analyzing simulation data from HOOMD-blue at runtime
    • Analyzing GROMACS data with freud and MDTraj: Computing an RDF for Water
    • Analyzing data from LAMMPS
    • Using Machine Learning for Structural Identification
    • Handling Multiple Particle Types (A-B Bonds)
    • Calculating the Radial Distribution Function (RDF) from Simulation Data
    • Calculating Strain via Voxelization
    • Visualizing analyses with fresnel
    • Visualization with plato
    • Visualizing 3D Voronoi and Voxelization
    • Benchmarking Neighbor Finding against scipy
    • Benchmarking RDF against MDAnalysis

Topic Guides

  • Query API
  • Using freud Efficiently
  • Reading Simulation Data for freud

API

  • Box Module
  • Cluster Module
  • Data Module
  • Density Module
  • Diffraction Module
  • Environment Module
  • Interface Module
  • Locality Module
  • MSD Module
  • Order Module
  • Parallel Module
  • PMFT Module

Reference

  • Development Guide
    • Design Principles
    • Contributing to freud
    • Special Topics
      • Memory Management
      • Neighbor Finding
      • Histograms
    • Making freud Releases
  • How to cite freud
  • References
  • License
  • Credits
  v: latest
Versions
latest
stable
v2.13.1
v2.13.0
v2.12.1
v2.12.0
v2.11.0
v2.10.0
v2.9.0
v2.8.0
v2.7.0
v2.6.2
v2.6.1
v2.6.0
v2.5.1
v2.5.0
v2.4.1
v2.4.0
v2.3.0
v2.2.0
v2.1.0
v2.0.1
v2.0.0
v1.2.2
v1.2.1
v1.2.0
v1.1.0
v1.0.0
v0.11.4
v0.11.3
v0.11.0
v0.10.0
v0.9.0
v0.8.2
v0.8.1
v0.8.0
v0.7.0
v0.6.4
rtd-ld_impl_linux-64
fix-rtd-libgfortran-version
Downloads
On Read the Docs
Project Home
Builds
Back to top
Edit this page

Making freud Releases#

Release Process#

The steps to make a new release of freud are documented on the GitHub wiki:

https://github.com/glotzerlab/freud/wiki/Creating-a-Release

Next
How to cite freud
Previous
Histograms

Development of freud is led by the Glotzer Group at the University of Michigan (supported by NSF DMR 1808342) with many external contributions.

Copyright © 2010-2023 The Regents of the University of Michigan
Made with Sphinx and @pradyunsg's Furo
University of Michigan logo
On this page
  • Making freud Releases
    • Release Process