Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LCAV/pyroomacoustics
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.3
Choose a base ref
...
head repository: LCAV/pyroomacoustics
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.4
Choose a head ref
  • 16 commits
  • 164 files changed
  • 4 contributors

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    b73182a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    0ccf8ae View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    7c8c0e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Configuration menu
    Copy the full SHA
    37b3998 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Move RIR builder code to libroom to allow parallelization (#265)

    * adds new rir builder written in C++ with pybind11 bindings (rather than the old cython). The advantage is that it can use threading.
    * Also adds new functions to decouple the tasks of rir_builder, namely delay_sum and fractional_delay
    * adds a C++ threadpool
    * Adds thread number control and parameter for sinc LUT granularity
    fakufaku authored Jun 4, 2023
    Configuration menu
    Copy the full SHA
    df8af24 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    b26d1fd View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Fixes #191 a bug when setting air absorption coefficients manually (#330

    )
    
    * Fixes #191, a bug when setting air abosrption coefficients manually
    
    * Improves the doc.
    
    * isort
    fakufaku authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    52b4eee View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. merge

    fakufaku committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    db64876 View commit details
    Browse the repository at this point in the history
  2. Finalizes the bugfix of the angle_function function (#332)

    * Fixes a bug in the angle_function for azimuth/colatitude computation (initial PR #329)
    
    ---------
    
    Co-authored-by: Fabio Di Marco <fabiodimarco@hotmail.it>
    fakufaku and fabiodimarco authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    58368d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    258a3cb View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    e753328 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e173e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Prepare new release

    * CI: removes python 3.7, adds 3.11 and 3.12
    
    * switches to "build" package to build the package in CI.
    
    * fixes bdist_wheel build
    
    * Replaces the brittle crossing-based point-in-polygon (2D) algorithm by Dan Sunday's robust winding based algorithm.
    
    * Fixes a bug with releasing the GIL and python 3.12 in the rir builder part of libroom. Related to wjakob/nanobind#377
    fakufaku authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f869ef2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c735c8 View commit details
    Browse the repository at this point in the history
  3. CHANGELOG update

    fakufaku committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    934bb96 View commit details
    Browse the repository at this point in the history
  4. v0.7.4

    fakufaku committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8f3344f View commit details
    Browse the repository at this point in the history
Loading