Skip to content

Commit

Permalink
1.0.0rc1 - Fully integrated as an S3DEV project.
Browse files Browse the repository at this point in the history
Production release candidate for version 0.6.2. Changes to integrate the
pandas-validation fork as an S3DEV project are complete and now available
on PyPI.

Changes:
- No major code base (core functionality) changes have been made.
- Replaced setup.py with pyproject.toml.
- Documentation updated and completed. Prepared for readthedocs.io.
- Test suite updated and completes with 100% code coverage and pass rate.
- Pylint completes with 100% success.

Released: 2024-08-23
  • Loading branch information
j_berendt committed Aug 23, 2024
1 parent c5f9975 commit bc677e2
Show file tree
Hide file tree
Showing 129 changed files with 12,427 additions and 2,751 deletions.
25 changes: 0 additions & 25 deletions ..travis.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,51 +2,3 @@
__pycache__/
*.py[cod]

# pylint
*pylint.d*

# C extensions
*.so

# Distribution / packaging
bin/
build/
develop-eggs/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Rope
.ropeproject

# Django stuff:
*.log
*.pot

# Apple OSX files
.DS_Store
Loading

0 comments on commit bc677e2

Please sign in to comment.