Skip to content

Releases: maxkapur/DeferredAcceptance.jl

v0.7.0

28 Jun 06:07

Choose a tag to compare

DeferredAcceptance v0.7.0

Diff since v0.6.2

v0.6.2

26 Apr 00:38

Choose a tag to compare

DeferredAcceptance v0.6.2

Diff since v0.6.1

Option for exact (albeit expensive) computation of demand in multiple test model.
Cleaned up examples and docstrings.

v0.6.1

11 Mar 06:03

Choose a tag to compare

DeferredAcceptance v0.6.1

Diff since v0.6.0

A modified secant method for finding equilibrium cutoffs.
An example of a dynamic tatonnement process with schools competing on both quality and selectivity.

v0.6.0

23 Feb 07:27

Choose a tag to compare

DeferredAcceptance v0.6.0

Diff since v0.5.0

Substantial reorganization of example files and plots.
A new, much more general demand function form that evaluates using Monte Carlo simulation.
Rename and divide some functions to accurately reflect algorithmic approach.

v0.5.0

22 Feb 09:58

Choose a tag to compare

DeferredAcceptance v0.5.0

Diff since v0.4.0

New overloads for nonatomic DA allow working with arbitrary demand function.
Implement a Walrasian algorithm that computes equilibria in this case.

v0.4.0

18 Feb 08:14

Choose a tag to compare

DeferredAcceptance v0.4.0

Diff since v0.3.1

New overloads for nonatomic DA allow working with multinomial logit choice model.
Improved type assertions and expanded test suite.

v0.3.1

09 Feb 01:26

Choose a tag to compare

DeferredAcceptance v0.3.1

Diff since v0.3.0

Expanded tutorial, including example of nonatomic DA. Improved code formatting and type declarations.

v0.3.0

08 Feb 06:07

Choose a tag to compare

DeferredAcceptance v0.3.0

Diff since v0.2.0

ismarketclearing() to check if a set of cutoffs clears the market (and thus encodes a stable assignment).
Reverse mode in DA_nonatomic_lite and wrapper DA_nonatomic.
Fixed a misplaced iteration cap that caused tests to fail at unreasonably generous tolerances.

v0.2.0

06 Feb 07:17

Choose a tag to compare

DeferredAcceptance v0.2.0

Diff since v0.1.0

v0.2.0 contains greatly expanded documentation, including docstrings for all the core functions, a tutorial, and a more thorough test file. I have also greatly improved the implementation of nonatomic DA by reducing the state space to the score cutoff vectors.

Closed issues:

  • TagBot trigger issue (#1)

v0.1.0

03 Feb 12:24

Choose a tag to compare

First release, with core functionality in place. Future updates will prioritize documentation, examples, and tests.