summary | 
shortlog | log | 
commit | 
commitdiff | 
tree
first ⋅ prev ⋅ next
 
Scott Gasch [Wed, 12 Oct 2022 20:50:20 +0000 (13:50 -0700)]
 
Update README with link to local git repo + previous version.
Scott Gasch [Wed, 12 Oct 2022 19:39:04 +0000 (12:39 -0700)]
 
Cut version 0.0.1b
- Add __len__ to NumericPopulation and then use it instead of a dependency on numpy.
- Adds file to publish doc changes w/o waiting for cronjob.
- Fixup sphinx usage examples to render correctly(?)
- Towards a more type-clean mypy check.
- Fix cut_version.sh for new name.
- Fixup sphinx doc generation so that it works post name change.
Scott Gasch [Wed, 12 Oct 2022 19:31:51 +0000 (12:31 -0700)]
 
Add __len__ to NumericPopulation and then use it instead of a dependency on
numpy.
Scott Gasch [Wed, 12 Oct 2022 19:31:15 +0000 (12:31 -0700)]
 
Adds file to publish doc changes w/o waiting for cronjob.
Scott Gasch [Wed, 12 Oct 2022 18:45:06 +0000 (11:45 -0700)]
 
Fixup sphinx usage examples to render correctly(?)
Scott Gasch [Wed, 12 Oct 2022 18:16:55 +0000 (11:16 -0700)]
 
Towards a more type-clean mypy check.
Scott Gasch [Wed, 12 Oct 2022 17:38:01 +0000 (10:38 -0700)]
 
Fix cut_version.sh for new name.
Scott Gasch [Wed, 12 Oct 2022 17:35:23 +0000 (10:35 -0700)]
 
Fixup sphinx doc generation so that it works post name change.
Scott Gasch [Wed, 12 Oct 2022 17:17:06 +0000 (10:17 -0700)]
 
Migration from old pyutilz package name (which, in turn, came from
my old python_utilities package).  This one is ok to upload to
PyPI per:
    https://github.com/pypa/pypi-support/issues/2201