summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump versionJarrod Millman2022-04-301-1/+1
|
* Designate 1.3.1 releasev1.3.1Jarrod Millman2022-04-301-1/+1
|
* Add 1.3.1 release notesJarrod Millman2022-04-301-0/+20
|
* Update manifest (#388)Jarrod Millman2022-04-301-3/+2
|
* Update doc requirements (#389)Jarrod Millman2022-04-302-3/+3
|
* Bump versionJarrod Millman2022-04-301-1/+1
|
* Bump versionJarrod Millman2022-04-291-1/+1
|
* Designate 1.3 releasev1.3.0Jarrod Millman2022-04-292-2/+2
|
* Update 1.3 release notesJarrod Millman2022-04-291-5/+5
|
* Bump versionJarrod Millman2022-04-251-1/+1
|
* Designate 1.3rc1 releasev1.3rc1Jarrod Millman2022-04-251-1/+1
|
* Update release processJarrod Millman2022-04-251-4/+4
|
* Add 1.3rc1 release notesJarrod Millman2022-04-251-0/+28
|
* Require sphinx>3 (#385)Jarrod Millman2022-04-256-9/+8
|
* Update tests + coverage config to rm warnings. (#383)Ross Barnowski2022-04-182-2/+2
| | | | | | | Replace deprecated pytest behavior with suggested warnings.catch_warnings. Remove include from coverage configuration as it is ignored when source is set.
* MAINT: Dont import for version (#382)Eric Larson2022-04-143-2/+11
| | | | | | | | | * MAINT: Dont import for version * FIX: Sp * FIX: Add * STY: PEP
* Runtime verification of sphinx and jinja2 versions (#381)Ross Barnowski2022-04-133-6/+35
| | | | | | | * Add runtime sphinx/jinja version checker. * Remove jinja2 pin. * modify CI to account for removed pin.
* DOC: fix broken link to built-in validation checks. (#379)Ross Barnowski2022-04-131-1/+1
|
* Add pre-commit hook / linter (#374)Jarrod Millman2022-04-0515-105/+143
| | | | | | | * Add pre-commit hook / linter * Run linter * Fix GH workflow
* Cleanup cruft (#371)Jarrod Millman2022-03-302-18/+3
|
* Remove deprecated numpydoc_edit_link (#372)Jarrod Millman2022-03-303-18/+0
| | | Deprecated in 2017
* Bump versionJarrod Millman2022-03-291-1/+1
|
* Designate 1.2.1 releasev1.2.1Jarrod Millman2022-03-291-1/+1
|
* Update release notesJarrod Millman2022-03-291-0/+31
|
* Update year (#370)Jarrod Millman2022-03-292-2/+3
|
* Upper bound jinja (#369)Jarrod Millman2022-03-292-2/+2
| | | | | * Upper bound jinja * Upper bound pydata-sphinx-theme
* Use isgeneratorfunction to avoid overgenerating YD01 (#368)Joel Nothman2022-03-161-1/+5
| | | Fixes #365
* Fix AttributeError in underline length check (#363)Ross Barnowski2022-01-262-1/+33
| | | | | | | | | | | | | | | | | * Add test for bad behavior. Fix test. * Add test for bad behavior. * Improve object name introspection Co-authored-by: Eric Larson <larson.eric.d@gmail.com> * Improve test specificity for name introspection Co-authored-by: Eric Larson <larson.eric.d@gmail.com> Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
* Use consistent release tags (#361)Jarrod Millman2022-01-251-2/+2
|
* Update release processJarrod Millman2022-01-241-1/+2
|
* Bump versionJarrod Millman2022-01-241-1/+1
|
* Designate 1.2 releasev1.2.0numpydoc-1.2Jarrod Millman2022-01-241-1/+1
|
* Add 1.2 release notes (#359)Jarrod Millman2022-01-241-0/+55
|
* Document release process (#357)Jarrod Millman2022-01-211-0/+17
|
* Fix CI (#358)Jarrod Millman2022-01-201-0/+1
|
* Bump versionJarrod Millman2022-01-202-1/+42
|
* Designate 1.2rc1 releasenumpydoc-1.2rc1Jarrod Millman2022-01-201-1/+1
|
* Use fstrings (#353)Jarrod Millman2022-01-107-42/+39
| | | Convert string formatting to f-strings with flynt
* Require sphinx >= 1.8 (#352)Jarrod Millman2022-01-103-11/+4
|
* Add badges (#354)Jarrod Millman2022-01-091-5/+10
|
* Fix typos found by codespell (#343)Dimitri Papadopoulos Orfanos2022-01-092-5/+5
|
* Update deps (#350)Jarrod Millman2022-01-093-3/+3
| | | | | | | | sphinx is tested for 1.8+ and some documentation said we support 1.8+ and some said 1.6.5+. Now it says 1.8+ everywhere. I also said we need Jinja2 >= 2.10, which was released in 2017. We don't test old versions and I am not sure they even work on the versions of Python we support (3.7 was released in 2018).
* Remove empty file (#351)Jarrod Millman2022-01-091-0/+0
|
* Use setuptools instead of distutils (#349)Jarrod Millman2022-01-081-4/+1
| | | distutils is deprecated
* Update supported Python versions (#348)Jarrod Millman2022-01-083-7/+6
| | | | | | | Drop support for 3.5 and 3.6 Add support for 3.10 3.6 EOL 23 Dec 2021 3.5 EOL 13 Sep 2020
* Fix validation bug when parameter type is set of options. (#347)Ross Barnowski2022-01-072-0/+27
| | | | | * Add test case. * Fix validation error when param_type is set of options.
* Escape newline in docstring. (#345)Matthias Bussonnier2021-12-271-1/+1
| | | Otherwise `'.` is seen as the second parameter.
* Avoid mutable default arguments (#342)Dimitri Papadopoulos Orfanos2021-12-164-12/+30
| | | | | | | While they are not always an actual bug, they are certainly a Python anti-pattern and possible the source of future bugs. In at least one case, the default mutable argument `config` is actually modified later on by the function.
* Correctly validate parameters under the "Other Parameters" section (#337)dcbr2021-11-053-20/+62
| | | | | | | | | * Fix invalid "PR01" error when parameter is specified in "Other Parameters" section. * Fix 'foo' docstring in doc/example.py * Change "PR03" (wrong parameters order) validation test * Revert "PR03" changes.
* Fix Warnings section in validate (#335)MatthewFlamm2021-10-252-0/+23
| | | | | * Add Warnings to validate tests * Add Warnings to allowed sections.