-
Notifications
You must be signed in to change notification settings - Fork 3
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
0.5 dev #168
0.5 dev #168
Conversation
…162) - add tests 385/385 - update docs
4/385 tests fail
- fixes #161 - 384/384 tests pass
- add tests - 388/388 pass - documentation should be auto generated with repl tag
391/391 tests pass
- update docs - print function name directly in macro - add 1 test - 392/392 pass
- do not export the `use` function, only the macro - because of side effects, no tests are written
- fixes #121 - new tests added - 404/404 pass - docstring added - function tests moved to test/functions.jl
We are ready for 0.5.0, @gergelyattilakiss, please check. |
Codecov ReportAttention: Patch coverage is
|
!!! warning "Kezdi.jl is in beta" | ||
`Kezdi.jl` is currently in beta. We have more than 300 unit tests and a large code coverage. [![Coverage](https://codecov.io/gh/codedthinking/Kezdi.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/codedthinking/Kezdi.jl) The package, however, is not guaranteed to be bug-free. If you encounter any issues, please report them as a [GitHub issue](https://github.com/codedthinking/Kezdi.jl/issues/new). | ||
|
||
If you would like to receive updates on the package, please star the repository on GitHub and sign up for [email notifications here](https://relentless-producer-1210.ck.page/62d7ebb237). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe use and/or instead of and between Github and sign up
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops, one more place with copy-paste
Summary
New features implemented:
@clear
@use "fname.dta", clear
@describe
@list varlist
~f(x)
to stop vectorization off()
cond()
functionRelated Issues
@list
should allow for columns #131DNV
to~
to be consistent with Tidier.jl #161Number of Passing Unit Tests
Tests passing: 404/404
Checklist
Tests
] test
runs without errorsDocumentation