-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation
- Loading branch information
Showing
17 changed files
with
997 additions
and
262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# .readthedocs.yml | ||
# Read the Docs configuration file | ||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
|
||
# Required | ||
version: 2 | ||
|
||
# Build documentation in the docs/ directory with Sphinx | ||
sphinx: | ||
builder: html | ||
configuration: docs/conf.py | ||
|
||
# Optionally build your docs in additional formats such as PDF and ePub | ||
formats: | ||
|
||
# Optionally set the version of Python and requirements required to build your docs | ||
python: | ||
version: 3.7 | ||
install: | ||
- method: pip | ||
path: . | ||
extra_requirements: | ||
- docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,37 @@ | ||
# v0.7.0 | ||
# Changelog | ||
|
||
## v0.8.0.dev1 | ||
|
||
* Add `csaps` function that can be used as the main API | ||
* Refactor the internal structure of the package | ||
* Add the [documentation](https://csaps.readthedocs.io) | ||
|
||
**Attention** | ||
|
||
This is the last version that supports Python 3.5. | ||
The next versions will support Python 3.6 or above. | ||
|
||
## v0.7.0 | ||
|
||
* Add Generic-based type-hints and mypy-compatibility | ||
|
||
# v0.6.1 | ||
## v0.6.1 | ||
|
||
* A slight refactoring and extra data copies removing | ||
|
||
# v0.6.0 | ||
## v0.6.0 | ||
|
||
* Add "axis" parameter for univariate/multivariate cases | ||
|
||
# v0.5.0 | ||
## v0.5.0 | ||
|
||
* Reorganize the project to package-based structure | ||
* Add the interface class for all smoothing spline classes | ||
|
||
# v0.4.2 | ||
## v0.4.2 | ||
|
||
* FIX: "smooth" value is 0.0 was not used | ||
|
||
# v0.4.1 | ||
## v0.4.1 | ||
|
||
* First PyPI release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.