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: ActivitySim/activitysim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.2
Choose a base ref
...
head repository: ActivitySim/activitysim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.4
Choose a head ref
  • 10 commits
  • 129 files changed
  • 5 contributors

Commits on Oct 29, 2024

  1. github action updates (#903)

    jpn-- authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    3d255d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. python version update (#910)

    dhensle authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    82a896e View commit details
    Browse the repository at this point in the history
  2. Skip nesting coefficient evaluation when evaluating logsums using MNL…

    … models (#909)
    
    * Update logsums.py to only evaluate nesting coefficients if the logsums are being calculated with a nested logit model
    
    * Black abm\models\util\logsums.py
    JoeJimFlood authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    46feabe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2b97f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. update core-tests (#916)

    jpn-- authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    171f172 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Resolve package version conflicts (#923)

    * limit multimethod version to 2.0 and earlier
    
    * add multimethod version to other settings
    
    * [makedocs] update installer download link
    
    * [makedocs] update branch docs
    yueshuaing authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    bf64b7b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. GitHub Actions updates (#926)

    * use libmamba solver
    
    * add permissions [makedocs]
    
    * add write permission for dev docs [makedocs]
    
    * conda-solver: classic
    jpn-- authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    39c5e12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e17c61 View commit details
    Browse the repository at this point in the history
  3. release instructions (#927)

    * use libmamba solver
    
    * add permissions [makedocs]
    
    * add write permission for dev docs [makedocs]
    
    * conda-solver: classic
    
    * include workflow dispatch option for tests
    
    * update release instructions
    
    * add installer build to instructions
    
    * Pin mamba for now, per conda-incubator/setup-miniconda#392
    
    * conda-remove-defaults
    jpn-- authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    9991fce View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. Use pandas 2 for docbuild environment (#928)

    * fix link
    
    * allow failure to import larch
    
    * workflow
    
    * blacken
    
    * try some pins
    
    * speed up docbuild
    
    * use pandas 2 for docs
    
    * oops wrong file
    
    * restore foundation
    jpn-- authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    4abb86f View commit details
    Browse the repository at this point in the history
Loading