Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

file gtools_windows_legacy.plugin not found #15

Closed
sergiocorreia opened this issue Sep 18, 2017 · 2 comments
Closed

file gtools_windows_legacy.plugin not found #15

sergiocorreia opened this issue Sep 18, 2017 · 2 comments

Comments

@sergiocorreia
Copy link

Hi Mauricio,

I just updated gtools and got an error that got me a bit confused (nothing else has changed on my system:

. gcollapse (sum) price, by(turn)
file gtools_windows_legacy.plugin not found

I'm running Windows 10 and Stata 14.2. The string reported by which gtools is this:

*! version 0.6.16 13Sep2017 Mauricio Caceres Bravo, mauricio.caceres.bravo@gmail.com
mcaceresb added a commit that referenced this issue Sep 18, 2017
Bug fixes

* Fixes #15
  which was introduced trying to fix
  #15
@mcaceresb
Copy link
Owner

mcaceresb commented Sep 18, 2017

This should be fixed in the develop branch. Let me know if you keep having any problems. I inadvertently introduced this error when fixing #9

@sergiocorreia
Copy link
Author

Thanks, working now!

mcaceresb added a commit that referenced this issue Sep 29, 2017
Features

* `gisid` is added as a working replacement for `isid` and `isid, missok`.
  `gisid` taks `if` and `in` statements; however, it does not implement
  `isid, sort` or `isid using`.
* `glevelsof` is added as a working replacement for `levelsof`.
  All `levelsof` features are available.
* Temporary variable no longer created for `egen, tag` or `egen, group`
* Fixes #6
    * Variables are sorted internally for `egen, group`, which matches `egen`.
    * Variables are sorted internally for `gcollapse`, which is faster.
* Various internal enhancements:
    * The hash is validated faster
    * Hash validation is also used to read in group variables
    * Integer bijection now sorts by the integers correctly,
      obviating the need for a second sort.
    * No need to validate the hash with integer bijection.
    * The memory usage is marginally leaner.
    * Reorganized all the files, making the code-base easier to maintain.
* Various commented internal code deleted.

Enhancements

* Fixes #13 so
  `gcollapse` maintains source formats on targets.
* Improved internal handling of if conditions for `egen`.
* `egen` now only processes observations in range for `id, group`
* `egen, group` now marginally faster when all vars are integers

Bug fixes

* Prior versions de-facto used a 64-bit hash instead of a 128-bit hash.
  The new version should use the 128-bit hash correctly.
* Prior versions would fail if there was only 1 observation.
* Fixes #15
  which was introduced trying to fix
  #15

Backwards-incompatible

* `gcollapse, unsorted` no longer supported (due to internal sorting)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants