Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
Latest Changes¶
Improving SQLAlchemy Queries and Improved Documentation (v2025.4.17.1)¶
Read the Full Documentation here.
What's Changed¶
- fixing sonar issue (#494) @devsetgo
- updating release drafter (#493) @devsetgo
- Improving Examples (#492) @devsetgo
- Fix of issue with distinct queries in read queries (#491) @devsetgo
- updating footer (#490) @devsetgo
- adding raw link to release drafter (#489) @devsetgo
- Improving documentation (#488) @devsetgo
- adding 3.13 testing (#486) @devsetgo
Built to help reduce copy/paste from multiple projects and uses calendar versioning (year.month.day.build) from BumpCalver.
Published Date: 2025 April 17, 15:47
New Functions and Updated Documentation (v2025.4.5.1)¶
What's Changed¶
- Fix of Calendar Version Pattern (#485) @devsetgo
- Working on Improving Documentation and Tests (#474) @devsetgo
- pip(deps): bump pytest-asyncio from 0.25.3 to 0.26.0 (#480) @dependabot[bot]
- pip(deps): bump mkdocstrings[python,shell] from 0.27.0 to 0.29.1 (#481) @dependabot[bot]
- pip(deps): bump black from 24.10.0 to 25.1.0 (#482) @dependabot[bot]
- pip(deps): bump ruff from 0.9.9 to 0.11.2 (#483) @dependabot[bot]
- pip(deps): bump pre-commit from 4.0.1 to 4.2.0 (#484) @dependabot[bot]
- pip(deps): bump pytest-asyncio from 0.25.0 to 0.25.3 (#475) @dependabot[bot]
- pip(deps): bump ruff from 0.9.4 to 0.9.9 (#476) @dependabot[bot]
- pip(deps): bump flake8 from 7.1.1 to 7.1.2 (#477) @dependabot[bot]
- pip(deps): bump twine from 6.0.1 to 6.1.0 (#478) @dependabot[bot]
- pip(deps): bump structlog from 24.4.0 to 25.1.0 (#479) @dependabot[bot]
- pip(deps): bump pymdown-extensions from 10.13 to 10.14.3 (#473) @dependabot[bot]
- pip(deps): bump python-json-logger from 2.0.7 to 3.2.1 (#469) @dependabot[bot]
- pip(deps): bump ruff from 0.8.1 to 0.9.4 (#470) @dependabot[bot]
- pip(deps): bump pytest from 8.3.3 to 8.3.4 (#471) @dependabot[bot]
- pip(deps): bump pygments from 2.18.0 to 2.19.1 (#472) @dependabot[bot]
- pip(deps): bump loguru from 0.7.2 to 0.7.3 (#463) @dependabot[bot]
- pip(deps): bump hatchling from 1.26.3 to 1.27.0 (#464) @dependabot[bot]
- pip(deps): bump bumpcalver from 2024.11.8 to 2024.12.14.1 (#466) @dependabot[bot]
- pip(deps): bump pymdown-extensions from 10.12 to 10.13 (#465) @dependabot[bot]
- pip(deps): bump pytest-asyncio from 0.24.0 to 0.25.0 (#467) @dependabot[bot]
- pip(deps): bump mkdocs-material from 9.5.46 to 9.5.47 (#460) @dependabot[bot]
- pip(deps): bump twine from 5.1.1 to 6.0.1 (#461) @dependabot[bot]
- pip(deps): bump ruff from 0.8.0 to 0.8.1 (#462) @dependabot[bot]
Published Date: 2025 April 05, 20:56
Adding new db functions (v2024.11.28.1)¶
What's Changed¶
- Adding new general execute queries and adding deprecation (#459) @devsetgo
- pip(deps): bump tox from 4.23.0 to 4.23.2 (#455) @dependabot
- pip(deps): bump fastapi[all] from 0.115.2 to 0.115.4 (#454) @dependabot
- pip(deps): bump tqdm from 4.66.5 to 4.66.6 (#456) @dependabot
- pip(deps): bump pymdown-extensions from 10.11.2 to 10.12 (#457) @dependabot
- pip(deps): bump ruff from 0.7.0 to 0.7.1 (#458) @dependabot
Published Date: 2024 November 28, 22:01
Moving to Calendar Versioning (2024.10.20.1)¶
What's Changed¶
- moving to calendar versioning (#453) @devsetgo
- pip(deps): bump tox from 4.21.0 to 4.23.0 (#452) @dependabot
- pip(deps): bump fastapi[all] from 0.114.2 to 0.115.0 (#451) @dependabot
- pip(deps): bump tox from 4.18.1 to 4.21.0 (#450) @dependabot
- pip(deps): bump watchdog from 5.0.2 to 5.0.3 (#449) @dependabot
- pip(deps): bump pylint from 3.2.7 to 3.3.1 (#448) @dependabot
- pip(deps): bump ruff from 0.6.5 to 0.6.8 (#447) @dependabot
Published Date: 2024 October 20, 16:30
Complete Replacement of CX-Oracle for OracleDB (v0.14.4)¶
What's Changed¶
- Remove CX-Oracle for OracleDB cleanup (#446) @devsetgo
- pip(deps): bump pylint from 3.2.6 to 3.2.7 (#442) @dependabot
- pip(deps): bump mkdocs-material from 9.5.33 to 9.5.34 (#443) @dependabot
- github actionts(deps): bump actions/checkout from 2 to 4 (#444) @dependabot
- github actionts(deps): bump actions/setup-python from 2 to 5 (#445) @dependabot
Published Date: 2024 September 15, 15:28
Standard Logging Suppression by Default (v0.14.3)¶
What's Changed¶
- Limit Standard Logging being Displayed (#441) @devsetgo
Published Date: 2024 August 31, 17:33
Improvements and fixes (v0.14.2)¶
What's Changed¶
- Improvements and fixes (#440) @devsetgo
Breaking changes¶
- save_text function no longer adds .txt by default.
- Change from cx-oracle to oracledb
- Improvements to documentation
Published Date: 2024 August 31, 00:02
Adding DB Disconnect (v0.14.1)¶
What's Changed¶
- Adding Database Disconnect (#439) @devsetgo
- pip(deps): bump pre-commit from 3.7.1 to 3.8.0 (#434) @dependabot
- updates to deal with stashing pages (#437) @devsetgo
- working on issue for deployment (#436) @devsetgo
- Adding MKDocs Workflow (#435) @devsetgo
- Version 0.14.0 (#433) @devsetgo
Published Date: 2024 August 25, 18:47
Fix of version for Pypi (v0.14.0-a)¶
What's Changed¶
- Version 0.14.0 (#433) @devsetgo
Published Date: 2024 July 27, 22:40
High Speed Multi-Processing Improvements (v0.14.0)¶
What's Changed¶
- High Speed Logging for Loguru Multi-Processing (#432) @devsetgo
- Resilient Sink Fixes (#431) @devsetgo
- Fix of bug in resilient sink (#430) @devsetgo
- Adding Resiliency to Logging Config (#429) @devsetgo
- pip(deps): bump mkdocs-print-site-plugin from 2.4.1 to 2.5.0 (#422) @dependabot
- pip(deps): bump ruff from 0.4.5 to 0.4.7 (#420) @dependabot
- pip(deps): bump autopep8 from 2.1.1 to 2.2.0 (#421) @dependabot
- pip(deps): bump mkdocs-material from 9.5.24 to 9.5.25 (#423) @dependabot
Published Date: 2024 July 27, 22:28
(v0.13.0-republish)¶
What's Changed¶
Republishing v0.13.0 for pypi.
Published Date: 2024 May 26, 17:13
(v0.13.0)¶
What's Changed¶
- Breaking Change: Removing Limit and Offset from read queries (#419) @devsetgo
Published Date: 2024 May 26, 15:44
Adding missing requirement (v0.12.4)¶
What's Changed¶
- adding missing requirement (#417) @devsetgo
Published Date: 2024 May 16, 14:40
Adding Email Validation (v0.12.3)¶
What's Changed¶
- bump to 0.12.3 (#416) @devsetgo
- Add email validation capabilities (#415) @devsetgo
- pip(deps): bump mkdocs-material from 9.5.20 to 9.5.21 (#414) @dependabot
- pip(deps): bump ruff from 0.4.2 to 0.4.4 (#413) @dependabot
- pip(deps): bump coverage-badge from 1.1.0 to 1.1.1 (#409) @dependabot
- pip(deps): bump mkdocs-material from 9.5.18 to 9.5.20 (#408) @dependabot
- pip(deps): bump mkdocstrings[python,shell] from 0.24.3 to 0.25.0 (#407) @dependabot
- pip(deps): bump ruff from 0.4.1 to 0.4.2 (#410) @dependabot
- pip(deps): bump tqdm from 4.66.2 to 4.66.3 (#412) @dependabot
Published Date: 2024 May 16, 14:19
logging changes (v0.12.2)¶
What's Changed¶
- Logging Changes, Documentation Updates, Using Ruff (#406) @devsetgo
Published Date: 2024 April 22, 16:17
Updates for MetaData and All HTTP Codes (v0.12.1)¶
What's Changed¶
- Enhancements and fixes (#405) @devsetgo
Published Date: 2024 April 19, 18:52
Breaking Change: Base Schema per Database Type (v0.12.0)¶
What's Changed¶
- Adding new base schema for database types (#402) @devsetgo
- creating main release for 0.11.2 (#390) @devsetgo
- Working on bug in read_query (#389) @devsetgo
- Reorganizing Library Structure (#388) @devsetgo
- Python Build and Publish fix (#382) @devsetgo
¶
Breaking Change - SchemaBase is now SchemaBaseSQLite
Published Date: 2024 April 13, 22:55
Reorganizing Library Stucture (v0.11.2-main)¶
What's Changed¶
- creating main release for 0.11.2 (#390) @devsetgo
- Working on bug in read_query (#389) @devsetgo
- Reorganizing Library Structure (#388) @devsetgo
- Python Build and Publish fix (#382) @devsetgo
Breaking Changes are included in this release for import paths. See documents for more information.
Published Date: 2024 February 17, 19:09
Read Query Fix Beta Testing (v0.11.2-beta1)¶
What's Changed¶
- Working on bug in read_query (#389) @devsetgo
- Reorganizing Library Structure (#388) @devsetgo
- Python Build and Publish fix (#382) @devsetgo
Published Date: 2024 February 16, 22:01
Pre-Release to test new structure and publishing (v0.11.2-beta)¶
What's Changed¶
- Reorganizing Library Structure (#388) @devsetgo
- Python Build and Publish fix (#382) @devsetgo
Published Date: 2024 February 10, 21:16
(v0.11.2-fix2)¶
What's Changed¶
- Python Build and Publish fix (#382) @devsetgo
Published Date: 2024 January 21, 15:01
Adding Delete Many and minor fixes (v0.11.2)¶
What's Changed¶
- Adding Delete Many and Other Updates (#381) @devsetgo
- pip(deps): bump mkdocs-material from 9.5.2 to 9.5.3 (#377) @dependabot
- pip(deps): bump fastapi[all] from 0.105.0 to 0.108.0 (#375) @dependabot
- pip(deps): bump sqlalchemy from 2.0.23 to 2.0.24 (#374) @dependabot
- pip(deps): bump pytest from 7.4.3 to 7.4.4 (#373) @dependabot
- pip(deps): bump black from 23.12.0 to 23.12.1 (#376) @dependabot
- github actionts(deps): bump actions/setup-python from 4 to 5 (#378) @dependabot
Published Date: 2024 January 20, 00:07
Breaking Change (v0.11.1)¶
What's Changed¶
- Bump of Version to 0.11.1 (#371) @devsetgo
- Query Improvement (#370) @devsetgo
- 368 get one record should return an empty value when called (#369) @devsetgo
- updating docs from v0.11.0 release (#367) @devsetgo
Published Date: 2023 December 23, 10:49
Full Release of New Features (v0.11.0)¶
What's Changed¶
- Prep for Release (#366) @devsetgo
- Fixing sonar settings (#365) @devsetgo
- Fixes and improvements (#364) @devsetgo
- Dev (#362) @devsetgo
- Fix of issues from Beta release (#361) @devsetgo
- 359 tables are created before create tables is called (#360) @devsetgo
- Change Log (#358) @devsetgo
- fixing latest-changes (#357) @devsetgo
- removing jinja template from Latest Changes Action (#356) @devsetgo
- Action fixing adding main (#355) @devsetgo
- Fixing actions (#354) @devsetgo
- Fixing Beta Publishing issues and Documentation Improvements (#353) @devsetgo
- Update setup.py for sub packages (#352) @devsetgo
- Import Bug Fix (#351) @devsetgo
- Latest Changes Action Fix (#350) @devsetgo
- Next Release (#349) @devsetgo
- Dev (#348) @devsetgo
- pip(deps): bump autopep8 from 2.0.2 to 2.0.4 (#343) @dependabot
- pip(deps): bump wheel from 0.41.2 to 0.42.0 (#345) @dependabot
- pip(deps): bump mkdocstrings[python] from 0.21.2 to 0.24.0 (#346) @dependabot
- pip(deps): bump mkdocs from 1.4.3 to 1.5.3 (#347) @dependabot
- pip(deps): bump flake8 from 6.0.0 to 6.1.0 (#332) @dependabot
- pip(deps): bump click from 8.1.3 to 8.1.7 (#337) @dependabot
- pip(deps): bump wheel from 0.40.0 to 0.41.2 (#339) @dependabot
- github actionts(deps): bump actions/checkout from 2 to 4 (#340) @dependabot
- pip(deps): bump mkdocs-material from 9.1.17 to 9.4.2 (#341) @dependabot
- pip(deps): bump black from 23.3.0 to 23.9.1 (#342) @dependabot
- pip(deps): bump mkdocs-material from 9.1.15 to 9.1.17 (#326) @dependabot
- pip(deps): bump pytest from 7.3.1 to 7.4.0 (#327) @dependabot
- pip(deps): bump mkdocs from 1.4.2 to 1.4.3 (#328) @dependabot
- pip(deps): bump autoflake from 2.1.1 to 2.2.0 (#329) @dependabot
- pip(deps): bump pre-commit from 3.2.2 to 3.3.3 (#330) @dependabot
- pip(deps): bump mkdocs-material from 9.1.9 to 9.1.15 (#325) @dependabot
- pip(deps): bump autoflake from 2.0.2 to 2.1.1 (#324) @dependabot
- pip(deps): bump pytest-xdist from 3.2.1 to 3.3.1 (#323) @dependabot
- pip(deps): bump tox from 4.4.11 to 4.5.2 (#322) @dependabot
- pip(deps): bump pytest-cov from 4.0.0 to 4.1.0 (#321) @dependabot
- pip(deps): bump loguru from 0.6.0 to 0.7.0 (#317) @dependabot
- pip(deps): bump mkdocs-gen-files from 0.4.0 to 0.5.0 (#314) @dependabot
- pip(deps): bump pylint from 2.17.2 to 2.17.4 (#319) @dependabot
- pip(deps): bump mkdocs-material from 9.1.6 to 9.1.9 (#320) @dependabot
- pip(deps): bump pytest from 7.3.0 to 7.3.1 (#318) @dependabot
Published Date: 2023 December 17, 22:00
Beta Release with fixes for multiple issues (v0.11.0-beta3-fix1)¶
What's Changed¶
- Dev (#362) @devsetgo
- Fix of issues from Beta release (#361) @devsetgo
- 359 tables are created before create tables is called (#360) @devsetgo
- Change Log (#358) @devsetgo
- fixing latest-changes (#357) @devsetgo
- removing jinja template from Latest Changes Action (#356) @devsetgo
- Action fixing adding main (#355) @devsetgo
- Fixing actions (#354) @devsetgo
- Fixing Beta Publishing issues and Documentation Improvements (#353) @devsetgo
- Update setup.py for sub packages (#352) @devsetgo
- Import Bug Fix (#351) @devsetgo
- Latest Changes Action Fix (#350) @devsetgo
- Next Release (#349) @devsetgo
- Dev (#348) @devsetgo
- pip(deps): bump autopep8 from 2.0.2 to 2.0.4 (#343) @dependabot
- pip(deps): bump wheel from 0.41.2 to 0.42.0 (#345) @dependabot
- pip(deps): bump mkdocstrings[python] from 0.21.2 to 0.24.0 (#346) @dependabot
- pip(deps): bump mkdocs from 1.4.3 to 1.5.3 (#347) @dependabot
- pip(deps): bump flake8 from 6.0.0 to 6.1.0 (#332) @dependabot
- pip(deps): bump click from 8.1.3 to 8.1.7 (#337) @dependabot
- pip(deps): bump wheel from 0.40.0 to 0.41.2 (#339) @dependabot
- github actionts(deps): bump actions/checkout from 2 to 4 (#340) @dependabot
- pip(deps): bump mkdocs-material from 9.1.17 to 9.4.2 (#341) @dependabot
- pip(deps): bump black from 23.3.0 to 23.9.1 (#342) @dependabot
- pip(deps): bump mkdocs-material from 9.1.15 to 9.1.17 (#326) @dependabot
- pip(deps): bump pytest from 7.3.1 to 7.4.0 (#327) @dependabot
- pip(deps): bump mkdocs from 1.4.2 to 1.4.3 (#328) @dependabot
- pip(deps): bump autoflake from 2.1.1 to 2.2.0 (#329) @dependabot
- pip(deps): bump pre-commit from 3.2.2 to 3.3.3 (#330) @dependabot
- pip(deps): bump mkdocs-material from 9.1.9 to 9.1.15 (#325) @dependabot
- pip(deps): bump autoflake from 2.0.2 to 2.1.1 (#324) @dependabot
- pip(deps): bump pytest-xdist from 3.2.1 to 3.3.1 (#323) @dependabot
- pip(deps): bump tox from 4.4.11 to 4.5.2 (#322) @dependabot
- pip(deps): bump pytest-cov from 4.0.0 to 4.1.0 (#321) @dependabot
- pip(deps): bump loguru from 0.6.0 to 0.7.0 (#317) @dependabot
- pip(deps): bump mkdocs-gen-files from 0.4.0 to 0.5.0 (#314) @dependabot
- pip(deps): bump pylint from 2.17.2 to 2.17.4 (#319) @dependabot
- pip(deps): bump mkdocs-material from 9.1.6 to 9.1.9 (#320) @dependabot
- pip(deps): bump pytest from 7.3.0 to 7.3.1 (#318) @dependabot
Published Date: 2023 December 17, 16:23
Fixing AsyncDatabase create tables (v0.11.0-beta3)¶
What's Changed¶
- Fix of issues from Beta release (#361) @devsetgo
- 359 tables are created before create tables is called (#360) @devsetgo
- Change Log (#358) @devsetgo
- fixing latest-changes (#357) @devsetgo
- removing jinja template from Latest Changes Action (#356) @devsetgo
- Action fixing adding main (#355) @devsetgo
- Fixing actions (#354) @devsetgo
- Fixing Beta Publishing issues and Documentation Improvements (#353) @devsetgo
- Update setup.py for sub packages (#352) @devsetgo
- Import Bug Fix (#351) @devsetgo
- Latest Changes Action Fix (#350) @devsetgo
- Next Release (#349) @devsetgo
- Dev (#348) @devsetgo
- pip(deps): bump autopep8 from 2.0.2 to 2.0.4 (#343) @dependabot
- pip(deps): bump wheel from 0.41.2 to 0.42.0 (#345) @dependabot
- pip(deps): bump mkdocstrings[python] from 0.21.2 to 0.24.0 (#346) @dependabot
- pip(deps): bump mkdocs from 1.4.3 to 1.5.3 (#347) @dependabot
- pip(deps): bump flake8 from 6.0.0 to 6.1.0 (#332) @dependabot
- pip(deps): bump click from 8.1.3 to 8.1.7 (#337) @dependabot
- pip(deps): bump wheel from 0.40.0 to 0.41.2 (#339) @dependabot
- github actionts(deps): bump actions/checkout from 2 to 4 (#340) @dependabot
- pip(deps): bump mkdocs-material from 9.1.17 to 9.4.2 (#341) @dependabot
- pip(deps): bump black from 23.3.0 to 23.9.1 (#342) @dependabot
- pip(deps): bump mkdocs-material from 9.1.15 to 9.1.17 (#326) @dependabot
- pip(deps): bump pytest from 7.3.1 to 7.4.0 (#327) @dependabot
- pip(deps): bump mkdocs from 1.4.2 to 1.4.3 (#328) @dependabot
- pip(deps): bump autoflake from 2.1.1 to 2.2.0 (#329) @dependabot
- pip(deps): bump pre-commit from 3.2.2 to 3.3.3 (#330) @dependabot
- pip(deps): bump mkdocs-material from 9.1.9 to 9.1.15 (#325) @dependabot
- pip(deps): bump autoflake from 2.0.2 to 2.1.1 (#324) @dependabot
- pip(deps): bump pytest-xdist from 3.2.1 to 3.3.1 (#323) @dependabot
- pip(deps): bump tox from 4.4.11 to 4.5.2 (#322) @dependabot
- pip(deps): bump pytest-cov from 4.0.0 to 4.1.0 (#321) @dependabot
- pip(deps): bump loguru from 0.6.0 to 0.7.0 (#317) @dependabot
- pip(deps): bump mkdocs-gen-files from 0.4.0 to 0.5.0 (#314) @dependabot
- pip(deps): bump pylint from 2.17.2 to 2.17.4 (#319) @dependabot
- pip(deps): bump mkdocs-material from 9.1.6 to 9.1.9 (#320) @dependabot
- pip(deps): bump pytest from 7.3.0 to 7.3.1 (#318) @dependabot
Published Date: 2023 December 17, 16:18
Build Updates (v0.11.0-beta2)¶
What's Changed¶
- Change Log (#358) @devsetgo
- fixing latest-changes (#357) @devsetgo
- removing jinja template from Latest Changes Action (#356) @devsetgo
- Action fixing adding main (#355) @devsetgo
- Fixing actions (#354) @devsetgo
- Fixing Beta Publishing issues and Documentation Improvements (#353) @devsetgo
- Update setup.py for sub packages (#352) @devsetgo
- Import Bug Fix (#351) @devsetgo
- Latest Changes Action Fix (#350) @devsetgo
- Next Release (#349) @devsetgo
- Dev (#348) @devsetgo
- pip(deps): bump autopep8 from 2.0.2 to 2.0.4 (#343) @dependabot
- pip(deps): bump wheel from 0.41.2 to 0.42.0 (#345) @dependabot
- pip(deps): bump mkdocstrings[python] from 0.21.2 to 0.24.0 (#346) @dependabot
- pip(deps): bump mkdocs from 1.4.3 to 1.5.3 (#347) @dependabot
- pip(deps): bump flake8 from 6.0.0 to 6.1.0 (#332) @dependabot
- pip(deps): bump click from 8.1.3 to 8.1.7 (#337) @dependabot
- pip(deps): bump wheel from 0.40.0 to 0.41.2 (#339) @dependabot
- github actionts(deps): bump actions/checkout from 2 to 4 (#340) @dependabot
- pip(deps): bump mkdocs-material from 9.1.17 to 9.4.2 (#341) @dependabot
- pip(deps): bump black from 23.3.0 to 23.9.1 (#342) @dependabot
- pip(deps): bump mkdocs-material from 9.1.15 to 9.1.17 (#326) @dependabot
- pip(deps): bump pytest from 7.3.1 to 7.4.0 (#327) @dependabot
- pip(deps): bump mkdocs from 1.4.2 to 1.4.3 (#328) @dependabot
- pip(deps): bump autoflake from 2.1.1 to 2.2.0 (#329) @dependabot
- pip(deps): bump pre-commit from 3.2.2 to 3.3.3 (#330) @dependabot
- pip(deps): bump mkdocs-material from 9.1.9 to 9.1.15 (#325) @dependabot
- pip(deps): bump autoflake from 2.0.2 to 2.1.1 (#324) @dependabot
- pip(deps): bump pytest-xdist from 3.2.1 to 3.3.1 (#323) @dependabot
- pip(deps): bump tox from 4.4.11 to 4.5.2 (#322) @dependabot
- pip(deps): bump pytest-cov from 4.0.0 to 4.1.0 (#321) @dependabot
- pip(deps): bump loguru from 0.6.0 to 0.7.0 (#317) @dependabot
- pip(deps): bump mkdocs-gen-files from 0.4.0 to 0.5.0 (#314) @dependabot
- pip(deps): bump pylint from 2.17.2 to 2.17.4 (#319) @dependabot
- pip(deps): bump mkdocs-material from 9.1.6 to 9.1.9 (#320) @dependabot
- pip(deps): bump pytest from 7.3.0 to 7.3.1 (#318) @dependabot
Published Date: 2023 December 16, 20:34
Beta Release with fixes for multiple issues (v0.11.0-beta1-fix5)¶
What's Changed¶
- fixing latest-changes (#357) @devsetgo
- removing jinja template from Latest Changes Action (#356) @devsetgo
- Action fixing adding main (#355) @devsetgo
- Fixing actions (#354) @devsetgo
- Fixing Beta Publishing issues and Documentation Improvements (#353) @devsetgo
- Update setup.py for sub packages (#352) @devsetgo
- Import Bug Fix (#351) @devsetgo
- Latest Changes Action Fix (#350) @devsetgo
- Next Release (#349) @devsetgo
- Dev (#348) @devsetgo
- pip(deps): bump autopep8 from 2.0.2 to 2.0.4 (#343) @dependabot
- pip(deps): bump wheel from 0.41.2 to 0.42.0 (#345) @dependabot
- pip(deps): bump mkdocstrings[python] from 0.21.2 to 0.24.0 (#346) @dependabot
- pip(deps): bump mkdocs from 1.4.3 to 1.5.3 (#347) @dependabot
- pip(deps): bump flake8 from 6.0.0 to 6.1.0 (#332) @dependabot
- pip(deps): bump click from 8.1.3 to 8.1.7 (#337) @dependabot
- pip(deps): bump wheel from 0.40.0 to 0.41.2 (#339) @dependabot
- github actionts(deps): bump actions/checkout from 2 to 4 (#340) @dependabot
- pip(deps): bump mkdocs-material from 9.1.17 to 9.4.2 (#341) @dependabot
- pip(deps): bump black from 23.3.0 to 23.9.1 (#342) @dependabot
- pip(deps): bump mkdocs-material from 9.1.15 to 9.1.17 (#326) @dependabot
- pip(deps): bump pytest from 7.3.1 to 7.4.0 (#327) @dependabot
- pip(deps): bump mkdocs from 1.4.2 to 1.4.3 (#328) @dependabot
- pip(deps): bump autoflake from 2.1.1 to 2.2.0 (#329) @dependabot
- pip(deps): bump pre-commit from 3.2.2 to 3.3.3 (#330) @dependabot
- pip(deps): bump mkdocs-material from 9.1.9 to 9.1.15 (#325) @dependabot
- pip(deps): bump autoflake from 2.0.2 to 2.1.1 (#324) @dependabot
- pip(deps): bump pytest-xdist from 3.2.1 to 3.3.1 (#323) @dependabot
- pip(deps): bump tox from 4.4.11 to 4.5.2 (#322) @dependabot
- pip(deps): bump pytest-cov from 4.0.0 to 4.1.0 (#321) @dependabot
- pip(deps): bump loguru from 0.6.0 to 0.7.0 (#317) @dependabot
- pip(deps): bump mkdocs-gen-files from 0.4.0 to 0.5.0 (#314) @dependabot
- pip(deps): bump pylint from 2.17.2 to 2.17.4 (#319) @dependabot
- pip(deps): bump mkdocs-material from 9.1.6 to 9.1.9 (#320) @dependabot
- pip(deps): bump pytest from 7.3.0 to 7.3.1 (#318) @dependabot
Published Date: 2023 December 16, 16:33
Build Fixes (v0.11.0-beta1-fix4)¶
What's Changed¶
- Update setup.py for sub packages (#352) @devsetgo
- Import Bug Fix (#351) @devsetgo
- Latest Changes Action Fix (#350) @devsetgo
- Next Release (#349) @devsetgo
- Dev (#348) @devsetgo
- pip(deps): bump autopep8 from 2.0.2 to 2.0.4 (#343) @dependabot
- pip(deps): bump wheel from 0.41.2 to 0.42.0 (#345) @dependabot
- pip(deps): bump mkdocstrings[python] from 0.21.2 to 0.24.0 (#346) @dependabot
- pip(deps): bump mkdocs from 1.4.3 to 1.5.3 (#347) @dependabot
- pip(deps): bump flake8 from 6.0.0 to 6.1.0 (#332) @dependabot
- pip(deps): bump click from 8.1.3 to 8.1.7 (#337) @dependabot
- pip(deps): bump wheel from 0.40.0 to 0.41.2 (#339) @dependabot
- github actionts(deps): bump actions/checkout from 2 to 4 (#340) @dependabot
- pip(deps): bump mkdocs-material from 9.1.17 to 9.4.2 (#341) @dependabot
- pip(deps): bump black from 23.3.0 to 23.9.1 (#342) @dependabot
- pip(deps): bump mkdocs-material from 9.1.15 to 9.1.17 (#326) @dependabot
- pip(deps): bump pytest from 7.3.1 to 7.4.0 (#327) @dependabot
- pip(deps): bump mkdocs from 1.4.2 to 1.4.3 (#328) @dependabot
- pip(deps): bump autoflake from 2.1.1 to 2.2.0 (#329) @dependabot
- pip(deps): bump pre-commit from 3.2.2 to 3.3.3 (#330) @dependabot
- pip(deps): bump mkdocs-material from 9.1.9 to 9.1.15 (#325) @dependabot
- pip(deps): bump autoflake from 2.0.2 to 2.1.1 (#324) @dependabot
- pip(deps): bump pytest-xdist from 3.2.1 to 3.3.1 (#323) @dependabot
- pip(deps): bump tox from 4.4.11 to 4.5.2 (#322) @dependabot
- pip(deps): bump pytest-cov from 4.0.0 to 4.1.0 (#321) @dependabot
- pip(deps): bump loguru from 0.6.0 to 0.7.0 (#317) @dependabot
- pip(deps): bump mkdocs-gen-files from 0.4.0 to 0.5.0 (#314) @dependabot
- pip(deps): bump pylint from 2.17.2 to 2.17.4 (#319) @dependabot
- pip(deps): bump mkdocs-material from 9.1.6 to 9.1.9 (#320) @dependabot
- pip(deps): bump pytest from 7.3.0 to 7.3.1 (#318) @dependabot
Published Date: 2023 December 12, 11:45
Async Database and FastAPI functions (v0.11.0-beta0)¶
What's Changed¶
- Dev (#348) @devsetgo - New functionality and documentation for FastAPI Endpoints and Async Database Functionality
- pip(deps): bump autopep8 from 2.0.2 to 2.0.4 (#343) @dependabot
- pip(deps): bump wheel from 0.41.2 to 0.42.0 (#345) @dependabot
- pip(deps): bump mkdocstrings[python] from 0.21.2 to 0.24.0 (#346) @dependabot
- pip(deps): bump mkdocs from 1.4.3 to 1.5.3 (#347) @dependabot
- pip(deps): bump flake8 from 6.0.0 to 6.1.0 (#332) @dependabot
- pip(deps): bump click from 8.1.3 to 8.1.7 (#337) @dependabot
- pip(deps): bump wheel from 0.40.0 to 0.41.2 (#339) @dependabot
- github actionts(deps): bump actions/checkout from 2 to 4 (#340) @dependabot
- pip(deps): bump mkdocs-material from 9.1.17 to 9.4.2 (#341) @dependabot
- pip(deps): bump black from 23.3.0 to 23.9.1 (#342) @dependabot
- pip(deps): bump mkdocs-material from 9.1.15 to 9.1.17 (#326) @dependabot
- pip(deps): bump pytest from 7.3.1 to 7.4.0 (#327) @dependabot
- pip(deps): bump mkdocs from 1.4.2 to 1.4.3 (#328) @dependabot
- pip(deps): bump autoflake from 2.1.1 to 2.2.0 (#329) @dependabot
- pip(deps): bump pre-commit from 3.2.2 to 3.3.3 (#330) @dependabot
- pip(deps): bump mkdocs-material from 9.1.9 to 9.1.15 (#325) @dependabot
- pip(deps): bump autoflake from 2.0.2 to 2.1.1 (#324) @dependabot
- pip(deps): bump pytest-xdist from 3.2.1 to 3.3.1 (#323) @dependabot
- pip(deps): bump tox from 4.4.11 to 4.5.2 (#322) @dependabot
- pip(deps): bump pytest-cov from 4.0.0 to 4.1.0 (#321) @dependabot
- pip(deps): bump loguru from 0.6.0 to 0.7.0 (#317) @dependabot
- pip(deps): bump mkdocs-gen-files from 0.4.0 to 0.5.0 (#314) @dependabot
- pip(deps): bump pylint from 2.17.2 to 2.17.4 (#319) @dependabot
- pip(deps): bump mkdocs-material from 9.1.6 to 9.1.9 (#320) @dependabot
- pip(deps): bump pytest from 7.3.0 to 7.3.1 (#318) @dependabot
Published Date: 2023 December 10, 20:17
Pattern Analysis Update and Bug Fix (v0.10.1)¶
What's Changed¶
- Improvement to the patterns analysis (#313) @devsetgo
- pip(deps): bump mkdocs-material from 9.1.3 to 9.1.5 (#308) @dependabot
- pip(deps): bump pre-commit from 3.2.0 to 3.2.1 (#310) @dependabot
- pip(deps): bump watchdog from 2.3.1 to 3.0.0 (#309) @dependabot
- pip(deps): bump pylint from 2.17.0 to 2.17.1 (#311) @dependabot
- pip(deps): bump tox from 4.4.7 to 4.4.8 (#312) @dependabot
Published Date: 2023 April 08, 21:45
ChatGPT Driven Improvements (v0.10.0)¶
ChatGPT¶
Using ChatGPT to improve tests, find bugs, and improve performance. Code coverage is at 100% and the code base appears to be performing better than before.
Major changes are in PR #304
What's Changed¶
- latest change fix for regex pattern. (#307) @devsetgo
- Dev (#306) @devsetgo
- Workflow changes (#305) @devsetgo
- ChatGPT Driven Improvements (#304) @devsetgo
- pip(deps): bump pre-commit from 3.0.2 to 3.1.1 (#300) @dependabot
- pip(deps): bump pytest-xdist from 3.1.0 to 3.2.0 (#302) @dependabot
- pip(deps): bump autoflake from 2.0.0 to 2.0.1 (#299) @dependabot
- pip(deps): bump watchdog from 2.1.9 to 2.3.1 (#301) @dependabot
- pip(deps): bump pytest from 7.2.0 to 7.2.1 (#303) @dependabot
- pip(deps): bump pylint from 2.15.7 to 2.16.1 (#298) @dependabot
- pip(deps): bump autopep8 from 2.0.0 to 2.0.1 (#289) @dependabot
- pip(deps): bump pylint from 2.15.7 to 2.15.10 (#295) @dependabot
- pip(deps): bump black from 22.10.0 to 23.1.0 (#294) @dependabot
- pip(deps): bump tox from 3.27.1 to 4.4.4 (#296) @dependabot
- pip(deps): bump pre-commit from 2.20.0 to 3.0.2 (#297) @dependabot
Published Date: 2023 April 01, 00:27
Open CSV enhancements and library updates (v0.9.0)¶
What's Changed¶
- fix of latest changes (#288) @devsetgo
- Open_CSV Enhancements (#287) @devsetgo
- pip(deps): bump pytest-cov from 3.0.0 to 4.0.0 (#274) @dependabot
- pip(deps): bump mkdocs-material from 8.4.2 to 8.5.5 (#276) @dependabot
- pip(deps): bump autoflake from 1.5.3 to 1.6.1 (#275) @dependabot
- pip(deps): bump tqdm from 4.64.0 to 4.64.1 (#273) @dependabot
- pip(deps): bump pytest from 7.1.2 to 7.1.3 (#272) @dependabot
- pip(deps): bump mkdocs from 1.3.1 to 1.4.0 (#271) @dependabot
- pip(deps): bump tox from 3.25.1 to 3.26.0 (#269) @dependabot
- pip(deps): bump pylint from 2.15.0 to 2.15.3 (#270) @dependabot
- pip(deps): bump mkdocs-material from 8.3.9 to 8.4.2 (#268) @dependabot
- pip(deps): bump autopep8 from 1.6.0 to 1.7.0 (#264) @dependabot
- pip(deps): bump pylint from 2.14.5 to 2.15.0 (#265) @dependabot
- pip(deps): bump autoflake from 1.4 to 1.5.3 (#263) @dependabot
- pip(deps): bump black from 22.6.0 to 22.8.0 (#267) @dependabot
- pip(deps): bump flake8 from 5.0.1 to 5.0.4 (#266) @dependabot
- pip(deps): bump pre-commit from 2.19.0 to 2.20.0 (#260) @dependabot
- pip(deps): bump mkdocs from 1.3.0 to 1.3.1 (#261) @dependabot
- pip(deps): bump flake8 from 4.0.1 to 5.0.1 (#259) @dependabot
- pip(deps): bump mkdocs-material from 8.3.8 to 8.3.9 (#258) @dependabot
- pip(deps): bump pylint from 2.14.4 to 2.14.5 (#262) @dependabot
- pip(deps): bump twine from 4.0.0 to 4.0.1 (#252) @dependabot
- pip(deps): bump pylint from 2.14.0 to 2.14.4 (#251) @dependabot
- pip(deps): bump mkdocs-material from 8.2.16 to 8.3.8 (#253) @dependabot
- pip(deps): bump black from 22.3.0 to 22.6.0 (#254) @dependabot
- pip(deps): bump tox from 3.25.0 to 3.25.1 (#255) @dependabot
- pip(deps): bump watchdog from 2.1.8 to 2.1.9 (#256) @dependabot
- github actionts(deps): bump actions/setup-python from 3 to 4 (#257) @dependabot
- pip(deps): bump pylint from 2.13.7 to 2.14.0 (#250) @dependabot
- pip(deps): bump watchdog from 2.1.7 to 2.1.8 (#246) @dependabot
- pip(deps): bump pre-commit from 2.18.1 to 2.19.0 (#248) @dependabot
- pip(deps): bump mkdocs-material from 8.2.12 to 8.2.16 (#249) @dependabot
- pip(deps): bump tox from 3.24.5 to 3.25.0 (#242) @dependabot
- pip(deps): bump pre-commit from 2.17.0 to 2.18.1 (#243) @dependabot
- pip(deps): bump click from 8.1.2 to 8.1.3 (#245) @dependabot
- pip(deps): bump pylint from 2.13.4 to 2.13.7 (#240) @dependabot
- pip(deps): bump tqdm from 4.63.1 to 4.64.0 (#244) @dependabot
- pip(deps): bump mkdocs-material from 8.2.8 to 8.2.12 (#241) @dependabot
- pip(deps): bump pytest from 7.1.1 to 7.1.2 (#239) @dependabot
- pip(deps): bump watchdog from 2.1.6 to 2.1.7 (#238) @dependabot
- pip(deps): bump pylint from 2.12.2 to 2.13.4 (#237) @dependabot
- pip(deps): bump mkdocs from 1.2.3 to 1.3.0 (#234) @dependabot
- pip(deps): bump tqdm from 4.63.0 to 4.63.1 (#233) @dependabot
- pip(deps): bump black from 22.1.0 to 22.3.0 (#236) @dependabot
- pip(deps): bump pytest from 7.0.1 to 7.1.1 (#231) @dependabot
- pip(deps): bump click from 8.0.4 to 8.1.2 (#235) @dependabot
- pip(deps): bump mkdocs-material from 8.2.5 to 8.2.8 (#232) @dependabot
- pip(deps): bump twine from 3.8.0 to 4.0.0 (#230) @dependabot
- document updates (#229) @devsetgo
Published Date: 2022 December 04, 16:55
Additional Logging Configuration (v0.8.0)¶
What's Changed¶
- New Logging Configuration items (#228) @devsetgo
- pip(deps): bump tqdm from 4.62.3 to 4.63.0 (#224) @dependabot
- pip(deps): bump mkdocs-material from 8.2.3 to 8.2.4 (#227) @dependabot
- github actionts(deps): bump actions/setup-python from 2.3.1 to 3 (#226) @dependabot
- pip(deps): bump mkdocs-material from 8.1.9 to 8.2.3 (#225) @dependabot
- pip(deps): bump twine from 3.7.1 to 3.8.0 (#223) @dependabot
- pip(deps): bump pytest from 6.2.5 to 7.0.1 (#222) @dependabot
- pip(deps): bump pytest-runner from 5.3.1 to 6.0.0 (#221) @dependabot
- pip(deps): bump loguru from 0.5.3 to 0.6.0 (#218) @dependabot
- pip(deps): bump black from 21.12b0 to 22.1.0 (#219) @dependabot
- pip(deps): bump mkdocs-material from 8.1.8 to 8.1.9 (#220) @dependabot
Published Date: 2022 March 12, 21:07
(v0.7.1)¶
What's Changed¶
- Bump version: 0.7.0 → 0.7.1 (#217) @devsetgo
- Hotfix for setup file (#216) @devsetgo
Published Date: 2022 January 29, 01:51
Logging to Beta Testing (v0.7.0)¶
Logging is now has basic unit tests and is more ready to use with live application.
What's Changed¶
- Adding Logging Config (#215) @devsetgo
- pip(deps): bump pre-commit from 2.15.0 to 2.16.0 (#210) @dependabot
- pip(deps): bump pylint from 2.12.1 to 2.12.2 (#211) @dependabot
- pip(deps): bump tox from 3.24.4 to 3.24.5 (#212) @dependabot
- pip(deps): bump black from 21.11b1 to 21.12b0 (#213) @dependabot
- pip(deps): bump twine from 3.6.0 to 3.7.1 (#214) @dependabot
- pip(deps): bump twine from 3.5.0 to 3.6.0 (#204) @dependabot
- pip(deps): bump coverage-badge from 1.0.2 to 1.1.0 (#205) @dependabot
- pip(deps): bump mkdocs-material from 7.3.6 to 8.0.2 (#206) @dependabot
- pip(deps): bump pylint from 2.11.1 to 2.12.1 (#207) @dependabot
- pip(deps): bump black from 21.10b0 to 21.11b1 (#208) @dependabot
- github actionts(deps): bump actions/setup-python from 2.2.2 to 2.3.1 (#209) @dependabot
- Dev (#203) @devsetgo
- pip(deps): bump tox from 3.24.3 to 3.24.4 (#193) @dependabot
- pip(deps): bump tqdm from 4.62.2 to 4.62.3 (#194) @dependabot
- pip(deps): bump pylint from 2.10.2 to 2.11.1 (#195) @dependabot
- pip(deps): bump mkdocs-material from 7.2.6 to 7.3.0 (#196) @dependabot
- pip(deps): bump black from 21.8b0 to 21.9b0 (#197) @dependabot
- pip(deps): bump mkdocs-material from 7.2.4 to 7.2.6 (#189) @dependabot
- pip(deps): bump pytest from 6.2.4 to 6.2.5 (#191) @dependabot
- pip(deps): bump watchdog from 2.1.3 to 2.1.5 (#192) @dependabot
- pip(deps): bump tox from 3.24.1 to 3.24.3 (#190) @dependabot
- pip(deps): bump pre-commit from 2.14.0 to 2.15.0 (#188) @dependabot
- pip(deps): bump black from 21.7b0 to 21.8b0 (#187) @dependabot
- pip(deps): bump pylint from 2.9.6 to 2.10.2 (#184) @dependabot
- pip(deps): bump tqdm from 4.62.0 to 4.62.2 (#185) @dependabot
- github actionts(deps): bump actions/setup-python from 1 to 2.2.2 (#182) @dependabot
- Bump wheel from 0.36.2 to 0.37.0 (#180) @dependabot
- Bump mkdocs-material from 7.2.2 to 7.2.4 (#181) @dependabot
- Bump tox from 3.24.0 to 3.24.1 (#177) @dependabot
- Bump mkdocs-material from 7.2.1 to 7.2.2 (#178) @dependabot
- Bump pre-commit from 2.13.0 to 2.14.0 (#179) @dependabot
- Bump pylint from 2.9.5 to 2.9.6 (#176) @dependabot
- Bump tqdm from 4.61.2 to 4.62.0 (#175) @dependabot
- Bump mkdocs-material from 7.1.10 to 7.2.1 (#174) @dependabot
- Bump twine from 3.4.1 to 3.4.2 (#171) @dependabot
- Bump pylint from 2.9.3 to 2.9.5 (#170) @dependabot
- Bump mkdocs from 1.2.1 to 1.2.2 (#173) @dependabot
- documentation update (#169) @devsetgo
- README fix (#168) @devsetgo
Published Date: 2022 January 29, 01:42
Logging Configuration (v0.6.0)¶
What's Changed¶
- Adding Logging and Cleanup (#167) @devsetgo
- Bump tqdm from 4.61.1 to 4.61.2 (#166) @dependabot
- Bump pylint from 2.8.3 to 2.9.3 (#165) @dependabot
- Bump watchdog from 2.1.2 to 2.1.3 (#164) @dependabot
- Bump mkdocs-material from 7.1.8 to 7.1.9 (#163) @dependabot
- Bump tqdm from 4.61.0 to 4.61.1 (#162) @dependabot
- Bump mkdocs-material from 7.1.7 to 7.1.8 (#161) @dependabot
- Bump mkdocs from 1.1.2 to 1.2.1 (#159) @dependabot
- Bump black from 21.5b2 to 21.6b0 (#158) @dependabot
- Bump mkdocs-material from 7.1.6 to 7.1.7 (#160) @dependabot
- Bump pytest-cov from 2.12.0 to 2.12.1 (#154) @dependabot
- Bump pylint from 2.8.2 to 2.8.3 (#155) @dependabot
- Bump black from 21.5b1 to 21.5b2 (#156) @dependabot
- Bump mkdocs-material from 7.1.5 to 7.1.6 (#157) @dependabot
- Bump tqdm from 4.60.0 to 4.61.0 (#153) @dependabot
- Bump pre-commit from 2.12.1 to 2.13.0 (#151) @dependabot
- Bump pytest-runner from 5.3.0 to 5.3.1 (#152) @dependabot
- Bump mkdocs-material from 7.1.4 to 7.1.5 (#150) @dependabot
- Bump watchdog from 2.1.1 to 2.1.2 (#149) @dependabot
- Bump click from 7.1.2 to 8.0.1 (#148) @dependabot
- Bump black from 21.5b0 to 21.5b1 (#147) @dependabot
- Bump watchdog from 2.1.0 to 2.1.1 (#146) @dependabot
- Bump pytest-cov from 2.11.1 to 2.12.0 (#145) @dependabot
- Bump flake8 from 3.9.1 to 3.9.2 (#143) @dependabot
- Bump pytest from 6.2.3 to 6.2.4 (#139) @dependabot
- Bump watchdog from 2.0.3 to 2.1.0 (#138) @dependabot
- Bump black from 21.4b2 to 21.5b0 (#140) @dependabot
- Bump mkdocs-material from 7.1.3 to 7.1.4 (#141) @dependabot
- Dev (#142) @devsetgo
- Bump tox from 3.23.0 to 3.23.1 (#137) @dependabot
- Bump autopep8 from 1.5.6 to 1.5.7 (#136) @dependabot
- Bump pylint from 2.7.4 to 2.8.2 (#135) @dependabot
- Bump black from 20.8b1 to 21.4b2 (#134) @dependabot
- Bump mkdocs-material from 7.1.2 to 7.1.3 (#133) @dependabot
- Adding SonarCloud Code Coverage (#130) @devsetgo
- Bump mkdocs-material from 7.1.1 to 7.1.2 (#132) @dependabot
- Bump watchdog from 2.0.2 to 2.0.3 (#131) @dependabot
- Bump pre-commit from 2.12.0 to 2.12.1 (#129) @dependabot
- Bump flake8 from 3.9.0 to 3.9.1 (#128) @dependabot
- Bump mkdocs-material from 7.1.0 to 7.1.1 (#127) @dependabot
- Bump tqdm from 4.59.0 to 4.60.0 (#124) @dependabot
- Bump pytest from 6.2.2 to 6.2.3 (#125) @dependabot
- Bump pre-commit from 2.11.1 to 2.12.0 (#126) @dependabot
- Bump pylint from 2.7.2 to 2.7.4 (#122) @dependabot
- Bump mkdocs-material from 7.0.6 to 7.1.0 (#123) @dependabot
- Bump mkdocs-material from 7.0.5 to 7.0.6 (#121) @dependabot
- Bump flake8 from 3.8.4 to 3.9.0 (#120) @dependabot
- Bump twine from 3.3.0 to 3.4.1 (#118) @dependabot
- Bump autopep8 from 1.5.5 to 1.5.6 (#119) @dependabot
Published Date: 2021 July 16, 23:44
Fixing Publish (v0.5.0-2)¶
What's Changed¶
- adding update for publish (#117) @devsetgo
Published Date: 2021 March 18, 17:19
Calendar and RegEx Function + Documentation (v0.5.0)¶
What's Changed¶
- Adding Calendar Functions (#116) @devsetgo
- Bump pre-commit from 2.10.1 to 2.11.1 (#113) @dependabot
- update to Saturday (#115) @devsetgo
- Bump tqdm from 4.58.0 to 4.59.0 (#112) @dependabot
- Bump mkdocs-material from 7.0.4 to 7.0.5 (#114) @dependabot
- fixes for mkdoc material update (#111) @devsetgo
- Bump tox from 3.22.0 to 3.23.0 (#109) @dependabot
- Bump mkdocs-material from 7.0.2 to 7.0.4 (#108) @dependabot
- Bump pylint from 2.7.1 to 2.7.2 (#107) @dependabot
- Bump coverage from 5.4 to 5.5 (#110) @dependabot
- Bump pylint from 2.6.2 to 2.7.1 (#103) @dependabot
- Bump mkdocs-material from 6.2.8 to 7.0.2 (#104) @dependabot
- Bump watchdog from 2.0.1 to 2.0.2 (#105) @dependabot
- Bump tqdm from 4.57.0 to 4.58.0 (#106) @dependabot
- Bump tox from 3.21.4 to 3.22.0 (#101) @dependabot
- Bump watchdog from 2.0.0 to 2.0.1 (#99) @dependabot
- Bump pylint from 2.6.0 to 2.6.2 (#102) @dependabot
- Bump tqdm from 4.56.2 to 4.57.0 (#100) @dependabot
- Bump pytest-runner from 5.2 to 5.3.0 (#98) @dependabot
- Bump tqdm from 4.56.0 to 4.56.2 (#97) @dependabot
- Bump watchdog from 1.0.2 to 2.0.0 (#96) @dependabot
- Bump pre-commit from 2.10.0 to 2.10.1 (#95) @dependabot
- Bump mkdocs-material from 6.2.6 to 6.2.8 (#94) @dependabot
- Bump tox from 3.21.3 to 3.21.4 (#93) @dependabot
- Bump autopep8 from 1.5.4 to 1.5.5 (#92) @dependabot
- Bump tox from 3.21.2 to 3.21.3 (#87) @dependabot
- Bump mkdocs-material from 6.2.5 to 6.2.6 (#88) @dependabot
- Bump pytest from 6.2.1 to 6.2.2 (#89) @dependabot
- Bump coverage from 5.3.1 to 5.4 (#91) @dependabot
- Bump pre-commit from 2.9.3 to 2.10.0 (#90) @dependabot
- Bump tox from 3.21.1 to 3.21.2 (#84) @dependabot
- Bump mkdocs-material from 6.2.4 to 6.2.5 (#85) @dependabot
- Bump pytest-cov from 2.10.1 to 2.11.1 (#86) @dependabot
- Bump tox from 3.20.1 to 3.21.1 (#81) @dependabot
- Bump mkdocs-material from 6.2.3 to 6.2.4 (#82) @dependabot
- Bump tqdm from 4.55.1 to 4.56.0 (#83) @dependabot
- Bump tqdm from 4.55.0 to 4.55.1 (#80) @dependabot
- Bump mkdocs-material from 6.2.2 to 6.2.3 (#79) @dependabot
Published Date: 2021 March 18, 17:06
Minor updates and library updates. (v0.4.1)¶
What's Changed¶
- Updates and Minor updates (#78) @devsetgo
- Bump tqdm from 4.54.1 to 4.55.0 (#77) @dependabot
- Bump twine from 3.2.0 to 3.3.0 (#76) @dependabot
- Bump coverage from 5.3 to 5.3.1 (#74) @dependabot
- Bump mkdocs-material from 6.1.7 to 6.2.2 (#75) @dependabot
- Bump watchdog from 0.10.4 to 1.0.2 (#73) @dependabot
- Bump pytest from 6.1.2 to 6.2.1 (#71) @dependabot
- Bump wheel from 0.36.1 to 0.36.2 (#70) @dependabot
- Bump tqdm from 4.54.0 to 4.54.1 (#67) @dependabot
- Bump mkdocs-material from 6.1.6 to 6.1.7 (#68) @dependabot
- Bump pre-commit from 2.9.2 to 2.9.3 (#69) @dependabot
- Bump wheel from 0.36.0 to 0.36.1 (#66) @dependabot
- Bump wheel from 0.35.1 to 0.36.0 (#64) @dependabot
- Bump tqdm from 4.53.0 to 4.54.0 (#65) @dependabot
- Bump pre-commit from 2.8.2 to 2.9.2 (#61) @dependabot
- Bump mkdocs-material from 6.1.5 to 6.1.6 (#60) @dependabot
- Bump tqdm from 4.52.0 to 4.53.0 (#62) @dependabot
- Bump watchdog from 0.10.3 to 0.10.4 (#63) @dependabot
- Bump tqdm from 4.51.0 to 4.52.0 (#59) @dependabot
- Bump mkdocs-material from 6.1.4 to 6.1.5 (#58) @dependabot
- Bump mkdocs-material from 6.1.2 to 6.1.4 (#57) @dependabot
- Bump pre-commit from 2.8.0 to 2.8.2 (#55) @dependabot
- Bump mkdocs-material from 6.1.0 to 6.1.2 (#56) @dependabot
- Bump pytest from 6.1.1 to 6.1.2 (#52) @dependabot
- Bump pre-commit from 2.7.1 to 2.8.0 (#53) @dependabot
- Bump tqdm from 4.50.2 to 4.51.0 (#54) @dependabot
- Bump mkdocs-material from 6.0.2 to 6.1.0 (#51) @dependabot
- Bump tqdm from 4.50.1 to 4.50.2 (#49) @dependabot
- Bump tox from 3.20.0 to 3.20.1 (#50) @dependabot
- Bump pytest from 6.1.0 to 6.1.1 (#48) @dependabot
- Bump mkdocs-material from 6.0.1 to 6.0.2 (#47) @dependabot
- Bump flake8 from 3.8.3 to 3.8.4 (#45) @dependabot
- Bump tqdm from 4.50.0 to 4.50.1 (#44) @dependabot
- Bump bump2version from 1.0.0 to 1.0.1 (#46) @dependabot
- Bump tqdm from 4.49.0 to 4.50.0 (#42) @dependabot
- Bump black from 19.10b0 to 20.8b1 (#43) @dependabot
- Bump tqdm from 4.46.0 to 4.49.0 (#40) @dependabot
- Bump pytest from 5.4.2 to 6.1.0 (#39) @dependabot
- Bump coverage from 5.1 to 5.3 (#38) @dependabot
- Bump autoflake from 1.3.1 to 1.4 (#41) @dependabot
- Bump twine from 3.1.1 to 3.2.0 (#37) @dependabot
- Bump wheel from 0.34.2 to 0.35.1 (#34) @dependabot
- Bump pytest-cov from 2.9.0 to 2.10.1 (#36) @dependabot
- Bump watchdog from 0.10.2 to 0.10.3 (#35) @dependabot
- Bump mkdocs-material from 5.2.2 to 6.0.1 (#33) @dependabot
- Bump pylint from 2.5.2 to 2.6.0 (#32) @dependabot-preview
- Bump pre-commit from 2.4.0 to 2.7.1 (#31) @dependabot-preview
- Bump tox from 3.15.1 to 3.20.0 (#30) @dependabot-preview
- Bump flake8 from 3.8.2 to 3.8.3 (#29) @dependabot-preview
- Bump autopep8 from 1.5.2 to 1.5.4 (#28) @dependabot-preview
Published Date: 2020 December 26, 23:51
0.4.0 - save_csv options (v0.4.0)¶
[0.4.0] - Examples and Data¶
Added¶
- skipping version 0.3.0 and adding to 0.4.0
- Adding delimiter option to save_csv
- Tests to check if delimiter > 1 character
- set ',' if none
- Adding quotechar option to save_csv
- Tests to check if quotechar > 1 character
- set '"' if none
- Add test of non-list to save_csv
[0.3.0] - Examples and Data¶
Added¶
- Adding examples (see examples folder)
- Adding file_function documentation
- Adding documents site - https://devsetgo.github.io/devsetgo_lib/
Published Date: 2020 April 16, 21:54
Improvements (v0.2.0)¶
- Improved Tests
- Improved Errors
- Adding more logging
Published Date: 2020 January 26, 21:08
v0.1.1 (v0.1.1)¶
- New documentation
- fixes to pypi deployment
Published Date: 2020 January 26, 17:26
Beta Release (v0.1.0b2)¶
Basic Function (file and folder) Publish to PyPi (fixing PyPi publishing issues) Needs documentation.
Published Date: 2020 January 26, 13:03
Pypi Beta Release (v0.1.0b)¶
Change to semantic versioning - Publish to Pypi - Base Functions
Published Date: 2020 January 26, 12:53