-------------
It is the third stable release for ``abess``. This version improve the
runtime performance, the clarity of project’s documentation, and add
helpful continuous integration.
- Cpp
- New features:
- Support important searching to significantly improve
computational efficiency when dimensionality is large.
- Performance improvement:
- Update the version of dependencies: from Spectra 0.9.0 to 1.0.0
- Bug fixed
- R package
- Support important searching for generalized linear model in
``abess``
- A new release in CRAN.
- Python package
- Remove useless parameter to improve clarity.
- Support important searching for generalized linear model
``abessLm``, ``abessLogistic``, ``abessPoisson``, ``abessCox``,
``abessMlm``, ``abessMultinomial``
- A new release in Pypi.
- Project development
- Code coverage
- Check line covering rate for both Python and R. And the
coverage rates are summarized and report.
- Add more test suites to improve coverage and stability
- Documentation
- Add docs2search for the R package’s website
- Add a logo for the project
- Improve documentation by adding two tutorial sections:
``detail of algorithm`` and ``power of abess``.
- Improve code coverage
- Continuous integration
- Check the installation in Windows, Mac, and Linux
- Automatically generate the ``.whl`` files and publish the
Python package into Pypi when tagging the project in github.