1) Support for column oriented Parquet data files as an alternative to .dta format for Stata binary files. When only a fraction of variables are needed, this is very efficient. See https://www.databricks.com/glossary/what-is-parquet for a discussion of why/when column orientation is appropriate.
2) A way to determine the maximum memory used since job start. This is useful because many Stata procedures use temporary memory that is given up between procedures. So the -memory- command isn't helpful in learning what amount of memory is needed.
3) -use- and -net from- should follow http redirects. See https://curl.se/docs/comparison-table.html to see how common this feature is among libraries supporting http access.
4) Error messages from within -for- loops should contain information about which code line triggered the message.
5) -save- should support -if- and variable lists. -save- should allow http targets.
2) A way to determine the maximum memory used since job start. This is useful because many Stata procedures use temporary memory that is given up between procedures. So the -memory- command isn't helpful in learning what amount of memory is needed.
3) -use- and -net from- should follow http redirects. See https://curl.se/docs/comparison-table.html to see how common this feature is among libraries supporting http access.
4) Error messages from within -for- loops should contain information about which code line triggered the message.
5) -save- should support -if- and variable lists. -save- should allow http targets.
Comment