Skip to content

Commit dbd5909

Browse files
authored
Merge pull request #36 from jhelvy/rc-v0.7.0
Rc v0.7.0
2 parents 15fe6ed + cc418e8 commit dbd5909

File tree

6 files changed

+19
-14
lines changed

6 files changed

+19
-14
lines changed

CRAN-RELEASE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This package was submitted to CRAN on 2022-06-16.
2+
Once it is accepted, delete this file and tag the release (commit f56b55c).

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: logitr
22
Title: Logit Models w/Preference & WTP Space Utility Parameterizations
3-
Version: 0.6.1
3+
Version: 0.7.0
44
Authors@R: c(
55
person(given = "John",
66
family = "Helveston",

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# logitr 0.7.0
2+
3+
- A new vignette on benchmarking was added which tests the package speed against other similar packages.
4+
- A new data set, `runtimes`, was included, which is exported from the colab notebook used for benchmarking here: https://colab.research.google.com/drive/1vYlBdJd4xCV43UwJ33XXpO3Ys8xWkuxx?usp=sharing
5+
- Sobol draws are supported via a new `drawType` argument.
6+
- A warning is displayed against using Halton draws after 5 random variables have been specified in a mixed logit model. Users are encouraged to switch to using Sobol draws and increasing the number of draws to at least 200.
7+
- Changed the argument name `price` to `scalePar` to be more general.
8+
- Changed the argument name `randPrice` to `randScale` to be more general.
9+
- The `modelSpace` argument is no longer required for specifying a WTP space model as it is redundant. Including a `scalePar` argument is enough to determine that it is a WTP space model.
10+
111
# logitr 0.6.1
212

313
- Fixes error on some of the gradient tests from 0.6.0 release. The gradient tests were sensitive to the random starting parameters, so I modified how the starting parameters were set for the first iteration of a multistart loop such that they would be more consistent.

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,6 @@ View the [basic
6666
usage](https://jhelvy.github.io/logitr/articles/basic_usage.html) page
6767
for details on how to use **logitr** to estimate models.
6868

69-
## Related software
70-
71-
If you are a Python user, [`xlogit`](https://github.com/arteagac/xlogit)
72-
is a similar package built in Python. It has a similar user interface
73-
for defining models, and it is even faster than logitr as it uses
74-
GPU-accelerated estimation for mixed logit models. It is a good resource
75-
for comparing results with those from logitr.
76-
7769
## Author, Version, and License Information
7870

7971
- Author: *John Paul Helveston* <https://www.jhelvy.com/>
@@ -94,15 +86,15 @@ citation("logitr")
9486
#>
9587
#> John Paul Helveston (2022). logitr: Fast Estimation of Multinomial
9688
#> and Mixed Logit Models with Preference Space and Willingness to Pay
97-
#> Space Utility Parameterizations. R package version 0.6.1
89+
#> Space Utility Parameterizations.
9890
#>
9991
#> A BibTeX entry for LaTeX users is
10092
#>
10193
#> @Manual{,
10294
#> title = {logitr: Fast Estimation of Multinomial and Mixed Logit Models with Preference Space and Willingness to Pay Space Utility Parameterizations},
10395
#> author = {John Paul Helveston},
10496
#> year = {2022},
105-
#> note = {R package version 0.6.1},
97+
#> note = {R package},
10698
#> url = {https://jhelvy.github.io/logitr/},
10799
#> }
108100
```

cran-comments.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
0 errors | 0 warnings | 0 notes
88

99
## Notes
10-
* This is a new release
10+
* This is a new release.
11+
* Apologies for another release so soon (it's been a productive week) - this will be the last for at least a month or longer.

inst/CITATION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ citEntry(
55
title = "logitr: Fast Estimation of Multinomial and Mixed Logit Models with Preference Space and Willingness to Pay Space Utility Parameterizations",
66
author = "John Paul Helveston",
77
year = "2022",
8-
note = "R package version 0.6.1",
8+
note = "R package",
99
url = "https://jhelvy.github.io/logitr/",
10-
textVersion = "John Paul Helveston (2022). logitr: Fast Estimation of Multinomial and Mixed Logit Models with Preference Space and Willingness to Pay Space Utility Parameterizations. R package version 0.6.1"
10+
textVersion = "John Paul Helveston (2022). logitr: Fast Estimation of Multinomial and Mixed Logit Models with Preference Space and Willingness to Pay Space Utility Parameterizations."
1111
)

0 commit comments

Comments
 (0)