2026-04-19  rocky <rb@dustyfeet.com>

	* admin-tools/pyenv-versions: Administrivia

2026-04-19  rocky <rb@dustyfeet.com>

	* pyproject.toml: Release 10.0.0

2026-04-19  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #54 from Mathics3/release-10.0.0 Get ready for release 10.0.0

2026-04-19  R. Bernstein <rocky@users.noreply.github.com>

	* README.rst: Revise Mathicscript version and dependencies Updated version information and dependencies in README.

2026-04-19  rocky <rb@dustyfeet.com>

	* .github/workflows/consistency-checks.yml,
	.github/workflows/ubuntu.yml, Makefile, pymathics/graph/base.py,
	pymathics/graph/version.py, pyproject.toml: Get ready for release
	10.0.0

2026-04-18  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #51 from Mathics3/move-to-System-namespace Create builtin-functions in System namespace

2026-03-28  rocky <rb@dustyfeet.com>

	* .github/workflows/consistency-checks.yml,
	.github/workflows/ubuntu.yml: adjust CI

2026-03-28  rocky <rb@dustyfeet.com>

	* pymathics/graph/__init__.py, pymathics/graph/boxes.py: Create
	builtin-functions in System namespace

2026-04-16  rocky <rb@dustyfeet.com>

	* pymathics/graph/boxes.py, pymathics/graph/tree.py: Correct
	GraphBox[] and use unicode ->

2026-04-03  rocky <rb@dustyfeet.com>

	* .github/workflows/consistency-checks.yml: Mathics->Mathics3

2026-04-03  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #53 from Mathics3/roll-in-3.14-roll-out-3.10 Roll in 3.14 roll out 3.10

2026-04-03  rocky <rb@dustyfeet.com>

	* .github/workflows/consistency-checks.yml, pyproject.toml: Adjust
	CI

2026-04-03  rocky <rb@dustyfeet.com>

	* .github/workflows/consistency-checks.yml,
	.github/workflows/ubuntu.yml, pyproject.toml: Roll in Python 3.14
	and out 3.10

2026-04-02  rocky <rb@dustyfeet.com>

	* .github/workflows/ubuntu.yml: Adjust CI for interim code

2026-04-02  rocky <rb@dustyfeet.com>

	* pymathics/graph/tree.py: Move an import

2026-02-08  Juan Mauricio Matera <matera@fisica.unlp.edu.ar>

	* pymathics/graph/boxes.py, pymathics/graph/format.py,
	pyproject.toml, test/helper.py, test/test_fixme.py: Black (#50) * black * update boxes_to -> to methods * black

2026-02-08  Juan Mauricio Matera <matera@fisica.unlp.edu.ar>

	* .pre-commit-config.yaml: Update Black version in pre-commit config

2025-12-23  rocky <rb@dustyfeet.com>

	* .github/workflows/consistency-checks.yml,
	.github/workflows/ubuntu.yml, Makefile, pyproject.toml: Use
	mathics-core from git until release

2025-12-22  rocky <rb@dustyfeet.com>

	* pyproject.toml: We allow Python 3.14 now

2025-12-22  rocky <rb@dustyfeet.com>

	* pymathics/graph/base.py, pymathics/graph/tree.py, pyproject.toml: 
	Track changes in mathics-core

2025-08-30  rocky <rb@dustyfeet.com>

	* .github/workflows/consistency-checks.yml: Administrivia

2025-08-29  rocky <rb@dustyfeet.com>

	* README.rst, pymathics/graph/version.py: Correct README.rst; bump
	version

2025-08-29  rocky <rb@dustyfeet.com>

	* .gitignore, NEWS.md, admin-tools/make-dist.sh,
	admin-tools/pyenv-versions, pyproject.toml: Get ready for release
	9.0.0

2025-08-29  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #48 from Mathics3/release-9.0 Release 9.0.0

2025-08-24  R. Bernstein <rocky@users.noreply.github.com>

	* pyproject.toml: Remove Python 3.9 support (#47)

2025-08-21  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #46 from
	Mathics3/track-element-order-API-change function get_sort_key() -> element_order property

2025-08-17  rocky <rb@dustyfeet.com>

	* pymathics/graph/base.py: Go over element_order comment

2025-08-17  rocky <rb@dustyfeet.com>

	* pymathics/graph/base.py: function get_sort_key() -> element_order
	property

2025-05-25  rocky <rb@dustyfeet.com>

	* pyproject.toml: Defer declaring Python 3.14 support for now It probably can handle it, but only if all of the prerequisites are
	met.  And I don't know if that is possible.

2025-05-25  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #45 from Mathics3/Mathics3-Module-refactor Administrivia pip to use toml

2025-02-08  rocky <rb@dustyfeet.com>

	* MANIFEST.in, NEWS.md: Get ready for release 8.0.1

2025-02-08  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #44 from Mathics3/go-over-packaging Add some files to tarball/wheel

2025-02-08  rocky <rb@dustyfeet.com>

	* MANIFEST.in: Add some files to tarball/wheel Fixes #43

2025-02-02  rocky <rb@dustyfeet.com>

	* pymathics/graph/base.py: Restore 0644 mode on base file

2025-01-31  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #42 from Mathics3/fix_docstring_typos fix dd field typos

2025-01-30  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #41 from Mathics3/fix_docstring_typos fix some docstring typos

2025-01-27  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #40 from Mathics3/release-8.0.0 Release 8.0.0 * Update version * Go over dependencies * Use PyPI wheels

2025-01-17  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #39 from Mathics3/expression_argument Adjust the use of `expression` parameter in eval_ methods

2025-01-13  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #37 from Mathics3/add-GraphQ Add GraphQ; lint some

2024-11-27  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #36 from
	Mathics3/track-edge-changes-in-mathics track module change in mathics-core...

2024-11-25  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #35 from Mathics3/edges-as-operators Redo DirectedEdge and UndirectedEdge as operators

2024-11-25  rocky <rb@dustyfeet.com>

	* .github/workflows/ubuntu.yml, pymathics/graph/base.py: Redo
	DirectedEdge and UnirectedEdge as operators

2024-10-01  rocky <rb@dustyfeet.com>

	* .github/workflows/ubuntu.yml: Need to use github now for CI

2024-10-01  rocky <rb@dustyfeet.com>

	* pymathics/graph/base.py: Track API change in Matcher in
	mathics-core

2024-08-19  rocky <rb@dustyfeet.com>

	* pymathics/graph/__init__.py: Spelling typo

2024-08-19  rocky <rb@dustyfeet.com>

	* .editorconfig, pymathics/graph/version.py: Bump version

2024-08-10  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #34 from Mathics3/release-7.0.0 Get ready for release 7.0.0

2024-08-08  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #33 from Mathics3/dl_blanklines adding blanklines between </dl> and the examples in docstrings

2024-08-06  rocky <rb@dustyfeet.com>

	* setup.py: Wrong name

2024-08-06  rocky <rb@dustyfeet.com>

	* setup.py: For now keep pymathics-graph over mathics3-graph

2024-08-04  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #32 from Mathics3/fix_ovelaid_graphs closing pyplot before draw

2024-08-03  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #31 from Mathics3/sort_connected_components sort_connected_components

2024-08-03  mmatera <matera@fisica.unlp.edu.ar>

	* pymathics/graph/components.py: sort_connected_components

2024-08-03  rocky <rb@dustyfeet.com>

	* .editorconfig, README.rst, setup.py,
	test/consistency-and-style/test_summary_text.py: Track changes in
	mathics-core setup.py: We need at least Python 3.8 .editorconfig: remove
	duplicate config line __init__.py: add just in case
	test_summary_text.py: import location has moved

2024-01-15  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #29 from Mathics3/update_Mathics7 Update mathics7

2023-12-12  mmatera <matera@fisica.unlp.edu.ar>

	* pymathics/graph/base.py: fix doctests

2023-12-12  mmatera <matera@fisica.unlp.edu.ar>

	* Makefile, pymathics/graph/base.py, pymathics/graph/tree.py,
	pymathics/graph/version.py, setup.py,
	test/consistency-and-style/test_summary_text.py, test/helper.py:
	fixes

2023-07-24  rocky <rb@dustyfeet.com>

	* test/helper.py: CI woes - we now need to explicitly load builtins

2023-07-23  rocky <rb@dustyfeet.com>

	* pymathics/graph/version.py, setup.py: Bump version to 7.x

2023-07-15  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #28 from Mathics3/NetworkX-3 Network x 3

2023-04-22  rocky <rb@dustyfeet.com>

	* pymathics/graph/properties.py, pymathics/graph/version.py:
	Revisions for NetWorkX >= 3.0.0

2023-03-02  rocky <rb@dustyfeet.com>

	* setup.py: Move towards NetworkX 3.0

2023-07-15  rocky <rb@dustyfeet.com>

	* .github/workflows/consistency-checks.yml,
	.github/workflows/ubuntu.yml, .gitignore,
	test/consistency-and-style/test_summary_text.py: Administrivia

2023-07-15  rocky <rb@dustyfeet.com>

	* pymathics/graph/__init__.py, pymathics/graph/properties.py: Fix
	typo in function signature

2023-07-13  rocky <rb@dustyfeet.com>

	* pymathics/graph/base.py,
	test/consistency-and-style/test_summary_text.py: change imports
	track Mathics3 changes Overall, modularity is better in Mathics3 so we don't have to import
	pattern_object inside methods anymore.

2023-03-02  rocky <rb@dustyfeet.com>

	* NEWS.md, pymathics/graph/version.py: Bump version

2023-02-25  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #27 from Mathics3/release-6.0.0 Get ready for release 6.0.0

2023-02-23  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #26 from Mathics3/misc-fixes Doc and type corrections

2023-02-19  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #25 from Mathics3/doc-link-pass Another pass over doc links

2023-02-19  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #24 from Mathics3/small-typos Some small typos corrected

2023-02-18  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #23 from Mathics3/graph-properties-docs-again Go over Graph properties docs

2023-02-18  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #22 from
	Mathics3/go-over-parameter-graph-docs+type-check Make a pass over parametric graph section..

2023-02-18  rocky <rb@dustyfeet.com>

	* pymathics/graph/__init__.py, pymathics/graph/base.py,
	pymathics/graph/eval/parametric.py, pymathics/graph/parametric.py,
	pymathics/graph/properties.py, test/test_base.py,
	test/test_properties.py: Reinstate EdegeDelete somewhat...  Use that in AcycleGraphQ test.  More pytests-like tests moved out of doctests

2023-02-17  rocky <rb@dustyfeet.com>

	* pymathics/graph/__init__.py, pymathics/graph/base.py,
	pymathics/graph/eval/parametric.py, pymathics/graph/parametric.py:
	Make a pass over parametric graph section..  Some type-checking corrections were made and some bugs found from
	this fixed.

2023-02-15  rocky <rb@dustyfeet.com>

	* .github/workflows/ubuntu.yml: Update Action stage name for
	Mathics3

2023-02-15  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #21 from Mathics3/go-over-centrality Correct problem with PageRank..

2023-02-14  Juan Mauricio Matera <matera@fisica.unlp.edu.ar>

	* pymathics/graph/base.py, pymathics/graph/centralities.py,
	pymathics/graph/operations.py, pymathics/graph/parametric.py:
	another round of small fixes (#20) * another round of small fixes * remove extra line

2023-02-14  Juan Mauricio Matera <matera@fisica.unlp.edu.ar>

	* pymathics/graph/__init__.py, pymathics/graph/base.py,
	pymathics/graph/boxes.py, pymathics/graph/centralities.py,
	pymathics/graph/collections.py, pymathics/graph/format.py: Splitting
	base (#18) splitting base in submodules

2023-02-14  Juan Mauricio Matera <matera@fisica.unlp.edu.ar>

	* pymathics/graph/base.py, pymathics/graph/operations.py,
	pymathics/graph/parametric.py, pymathics/graph/properties.py,
	pymathics/graph/tree.py,
	test/consistency-and-style/test_summary_text.py: More docs (#19) * more docs and restore the tests on documentation

2023-02-14  Juan Mauricio Matera <matera@fisica.unlp.edu.ar>

	* pymathics/graph/base.py, pymathics/graph/format.py: handling boxes
	(#17) * handling boxes * handling boxes_to_latex via boxes_to_png

2023-02-13  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #15 from
	Mathics3/tweak-docs-for-measures-and-metrics Go over docs for graph measures and metrics...

2023-02-12  rocky <rb@dustyfeet.com>

	* pymathics/graph/__init__.py, pymathics/graph/base.py,
	pymathics/graph/measures_and_metrics.py: Go over docs for graph
	measures and metrics...  Also add some examples which will also be used on the Danjo side in
	the gallery

2023-02-12  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #16 from Mathics3/add_docstrigs_doc_1 Complete the documentation of pymathics.graph.base

2023-02-12  mmatera <matera@fisica.unlp.edu.ar>

	* pymathics/graph/components.py, pymathics/graph/curated.py,
	pymathics/graph/parametric.py, pymathics/graph/random.py,
	pymathics/graph/structured.py, pymathics/graph/tree.py: second round

2023-02-12  mmatera <matera@fisica.unlp.edu.ar>

	* pymathics/graph/base.py: add docstrings

2023-02-12  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #13 from Mathics3/section-module-revision Align better with WMA

2023-02-12  rocky <rb@dustyfeet.com>

	* .pre-commit-config.yaml, pymathics/graph/base.py,
	pymathics/graph/components.py, pymathics/graph/curated.py,
	pymathics/graph/measures_and_metrics.py,
	pymathics/graph/parametric.py: Correct Graph options bug; go over
	examples.  * Graph options need to be in System context.  * Improve examples for GraphDistance and component sections * Add GraphDistance summary

2023-02-12  rocky <rb@dustyfeet.com>

	* .isort.cfg, pymathics/graph/properties.py: merge from master
	artifact

2023-02-12  rocky <rb@dustyfeet.com>

	* .isort.cfg, .pre-commit-config.yaml, pymathics/graph/__init__.py,
	pymathics/graph/algorithms.py, pymathics/graph/base.py,
	pymathics/graph/components.py, pymathics/graph/curated.py,
	pymathics/graph/eval/parametric.py, pymathics/graph/eval/tree.py,
	pymathics/graph/measures_and_metrics.py,
	pymathics/graph/operations.py, pymathics/graph/parametric.py,
	pymathics/graph/properties.py, pymathics/graph/random.py,
	pymathics/graph/structured.py, test/helper.py,
	test/test_algorithms.py: isort and black

2023-02-12  rocky <rb@dustyfeet.com>

	* pymathics/graph/eval/tree.py, pymathics/graph/tree.py: Sort out
	Tree module ...  This might be temporary though based on WMA docs

2023-02-12  rocky <rb@dustyfeet.com>

	* pymathics/graph/__init__.py, pymathics/graph/algorithms.py,
	pymathics/graph/base.py, pymathics/graph/curated.py,
	pymathics/graph/eval/__init__.py, pymathics/graph/{ =>
	eval}/harary.py, pymathics/graph/eval/parametric.py,
	pymathics/graph/{generators.py => parametric.py},
	pymathics/graph/random.py, pymathics/graph/structured.py,
	pymathics/graph/tree.py, test/test_generators.py,
	test/test_parametric.py: Align better with WMA Graph Construction & Representation:

	https://reference.wolfram.com/language/guide/GraphConstructionAndRepresentation.htmlMove eval stuff to pymathics.graph.eval

2023-02-12  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #14 from
	Mathics3/cleaning_tests_and_adding_workflows Cleaning tests and adding workflows

2023-02-12  mmatera <matera@fisica.unlp.edu.ar>

	* pymathics/graph/base.py, test/test_algorithms.py,
	test/test_fixme.py: all the tests in place

2023-02-11  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #12 from Mathics3/another_round Katz Centrality, _create_graph and a little more on documentation

2023-02-10  Juan Mauricio Matera <matera@fisica.unlp.edu.ar>

	* Makefile, pymathics/graph/__init__.py, pymathics/graph/base.py,
	pymathics/graph/generators.py, test/helper.py: Improving create
	graph (#10) * fix Characterencoding * fixes in creating graph * importing unlisted symbols * KatzCentrality --------- Co-authored-by: rocky <rb@dustyfeet.com>

2023-02-10  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #9 from Mathics3/test-adjustments Pull out pytests from algorithms doctest

2023-02-09  rocky <rb@dustyfeet.com>

	* pymathics/graph/__init__.py, pymathics/graph/algorithms.py,
	pymathics/graph/base.py, pymathics/graph/graphsymbols.py: Export
	public names correctly..  Start pymathics.graph.graphsymbols

2023-02-09  rocky <rb@dustyfeet.com>

	* pymathics/graph/algorithms.py, test/test_algorithms.py,
	test/test_generators.py: Pull out pytests from algorithms doctest

2023-02-09  Juan Mauricio Matera <matera@fisica.unlp.edu.ar>

	* Makefile, pymathics/graph/__init__.py,
	pymathics/graph/algorithms.py, pymathics/graph/base.py,
	pymathics/graph/generators.py,
	pymathics/graph/measures_and_metrics.py, setup.py,
	test/test_algorithms.py: First bunch of bug corrections (#7) * first bunch of silly bugs corrections * adding specialized doctest to Makefile I am going to merge this in order to start with other more large
	changes.

2023-02-08  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #8 from Mathics3/mathics-6.0.0 Mathics 6.0.0

2023-01-26  rocky <rb@dustyfeet.com>

	* pymathics/graph/__init__.py, pymathics/graph/algorithms.py,
	pymathics/graph/generators.py,
	pymathics/graph/measures_and_metrics/__init__.py: Start to cleanup
	for doc handling

2023-01-26  rocky <rb@dustyfeet.com>

	* pymathics/graph/__init__.py, pymathics/graph/algorithms.py,
	pymathics/graph/base.py, pymathics/graph/generators.py,
	pymathics/graph/measures_and_metrics/__init__.py,
	pymathics/graph/measures_and_metrics/basic.py,
	pymathics/graph/measures_and_metrics/degree.py,
	pymathics/graph/tree.py: Start to organize along the groupings of
	WMA

2023-01-26  rocky <rb@dustyfeet.com>

	* .pre-commit-config.yaml, pymathics/graph/__init__.py,
	pymathics/graph/__main__.py, pymathics/graph/algorithms.py,
	pymathics/graph/generators.py, pymathics/graph/tree.py,
	test/helper.py: more conventional, newer Python style * __main__ -> main, start * Start Explicit imports * Sort main classes alphabetically

2023-01-25  rocky <rb@dustyfeet.com>

	* pymathics/graph/__main__.py, pymathics/graph/tree.py,
	test/__init__.py, test/helper.py, test/test_algorithms.py,
	test/test_tree.py: Style on tree; add 1st tree pytest

2023-01-24  rocky <rb@dustyfeet.com>

	* README.rst, pymathics/graph/generators.py: Modernize code

2023-01-23  rocky <rb@dustyfeet.com>

	* .pre-commit-config.yaml, Makefile, pymathics/graph/algorithms.py,
	test/test_algorithms.py: Start our first tests

2023-01-23  rocky <rb@dustyfeet.com>

	* README.rst, pymathics/graph/__main__.py,
	pymathics/graph/algorithms.py, pymathics/graph/generators.py,
	pymathics/graph/tree.py, pymathics/graph/version.py, setup.py:
	Changes for Mathics 6.0.0

2022-07-31  rocky <rb@dustyfeet.com>

	* NEWS.md, admin-tools/pyenv-versions, pymathics/graph/__main__.py,
	pymathics/graph/version.py, setup.cfg, setup.py: Get ready for
	release 5.0.0a0

2022-07-31  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #6 from
	Mathics3/mathics-5.0.0-more-adjustments Mathics 5.0.0 more adjustments

2022-07-25  rocky <rb@dustyfeet.com>

	* pymathics/graph/__main__.py, pymathics/graph/algorithms.py: More
	conversions and fixes

2022-07-25  rocky <rb@dustyfeet.com>

	* pymathics/graph/__init__.py, pymathics/graph/__main__.py,
	pymathics/graph/algorithms.py, pymathics/graph/generators.py,
	pymathics/graph/tree.py: Misc 5.0.0 API changes

2022-07-25  R. Bernstein <rocky@users.noreply.github.com>

	* : commit 701b6d4044aa7e4ea8c0aed3e0a3c468e9ad5e30 Author: mmatera
	<matera@fisica.unlp.edu.ar> Date:   Mon Jul 25 14:55:20 2022 -0300

2022-07-24  rocky <rb@dustyfeet.com>

	* pymathics/graph/__main__.py, pymathics/graph/generators.py: More
	massive changes to get more of this working

2022-07-24  rocky <rb@dustyfeet.com>

	* pymathics/graph/__main__.py: More Mathics 5.0.0 adjustments

2022-07-23  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #5 from Mathics3/mathics-5.0.0 Update example banner

2022-07-21  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #4 from Mathics3/mathics-5.0.0 Mathics 5.0.0

2022-07-21  rocky <rb@dustyfeet.com>

	* pymathics/graph/__main__.py, pymathics/graph/generators.py,
	pymathics/graph/version.py: pymathics`Graph now working with Mathics
	5.0.0

2022-07-19  rocky <rb@dustyfeet.com>

	* .pre-commit-config.yaml, pymathics/graph/__main__.py, setup.py:
	WIP - conversion to mathics 5.0.0

2022-07-11  rocky <rb@dustyfeet.com>

	* pymathics/graph/generators.py: Handle directed edge case?

2022-06-19  rocky <rb@dustyfeet.com>

	* .pre-commit-config.yaml, pymathics/graph/generators.py: Update
	black to 22.3.0

2022-03-05  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #3 from Mathics3/add-license Create LICENSE

2022-02-21  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #2 from Mathics3/code-of-conduct Create CODE_OF_CONDUCT.md

2021-06-27  rocky <rb@dustyfeet.com>

	* .pre-commit-config.yaml: Administrivia

2021-06-27  rocky <rb@dustyfeet.com>

	* : commit d36aeffa624f9b34f91878a35cc606eb536d4094 Author: rocky
	<rb@dustyfeet.com> Date:   Sun Jun 27 14:32:24 2021 -0400

2021-06-27  rocky <rb@dustyfeet.com>

	* .editorconfig, .pre-commit-config.yaml, Makefile, NEWS.md,
	README.rst, pymathics/graph/__init__.py,
	pymathics/graph/__main__.py, pymathics/graph/algorithms.py,
	pymathics/graph/generators.py, pymathics/graph/harary.py,
	pymathics/graph/tree.py, pymathics/graph/version.py, setup.cfg,
	setup.py: Get ready for release 2.3.0 Fix lint errors

2021-06-27  rocky <rb@dustyfeet.com>

	* .editorconfig, .pre-commit-config.yaml, NEWS.md, README.rst,
	pymathics/graph/__init__.py, pymathics/graph/__main__.py,
	pymathics/graph/algorithms.py, pymathics/graph/generators.py,
	pymathics/graph/harary.py, pymathics/graph/tree.py,
	pymathics/graph/version.py, setup.cfg, setup.py: Get ready for
	release 2.3.0 Fix lint errors

2021-05-15  rocky <rb@dustyfeet.com>

	* NEWS.md, pymathics/graph/version.py: Get ready for release 2.2.0

2021-05-15  rocky <rb@dustyfeet.com>

	* pymathics/graph/generators.py, setup.py: Revise for Mathics 2.2.0
	release

2021-02-15  rocky <rb@dustyfeet.com>

	* pymathics/graph/generators.py: KaryTree doc formatting typo

2020-12-24  rocky <rb@dustyfeet.com>

	* .gitignore, README.rst: Administrivia: * Add badges * More ignore

2020-12-24  rocky <rb@dustyfeet.com>

	* NEWS.md, README.rst, admin-tools/.gitignore,
	admin-tools/make-dist.sh, admin-tools/pyenv-versions, setup.py:
	Administrivia....  Add NEWS.md and code to build distribution

2020-12-24  rocky <rb@dustyfeet.com>

	* .gitignore, README.rst, admin-tools/git2cl,
	screenshots/console.md, setup.py: Fill out README.rst and add
	screenshots.  setup.py: use more recent Mathics

2020-12-21  rocky <rb@dustyfeet.com>

	* screenshots/console.md: Add some screenshots

2020-12-13  rocky <rb@dustyfeet.com>

	* pymathics/graph/__main__.py, pymathics/graph/algorithms.py,
	pymathics/graph/generators.py: binomail_tree() supporting
	create_using ...  Also submitted as PR https://github.com/networkx/networkx/pull/4461 This allows us to create trees with directed edges.

2020-12-08  rocky <rb@dustyfeet.com>

	* pymathics/graph/generators.py: Add LadderGraph

2020-12-08  rocky <rb@dustyfeet.com>

	* pymathics/graph/__main__.py, pymathics/graph/generators.py,
	pymathics/graph/tree.py: Allow more networkx generators also MATPLOTLAB -> NETWORKX

2020-12-08  rocky <rb@dustyfeet.com>

	* pymathics/graph/__main__.py, pymathics/graph/generators.py: start
	GraphData

2020-12-08  rocky <rb@dustyfeet.com>

	* pymathics/graph/__main__.py, pymathics/graph/algorithms.py: Redo
	connected component with nx routines

2020-12-07  rocky <rb@dustyfeet.com>

	* pymathics/graph/__main__.py, pymathics/graph/algorithms.py,
	pymathics/graph/generators.py: Misc Tweaks Start documenting Graph.  Use existing graph layout  in
	FindSpanningTree RandomGraph doc fix.

2020-12-06  rocky <rb@dustyfeet.com>

	* pymathics/graph/algorithms.py: Add PlanarQ[]

2020-12-06  rocky <rb@dustyfeet.com>

	* pymathics/graph/__main__.py, pymathics/graph/generators.py: Set
	spirial shape for PathGraph...  and move this to generators

2020-12-06  rocky <rb@dustyfeet.com>

	* pymathics/graph/__main__.py: EdgeList and VertexList fixes

2020-12-06  rocky <rb@dustyfeet.com>

	* pymathics/graph/algorithms.py: Add FindSpanningTree

2020-12-06  rocky <rb@dustyfeet.com>

	* pymathics/graph/__init__.py, pymathics/graph/__main__.py,
	pymathics/graph/algorithms.py, pymathics/graph/{graph_generators.py
	=> generators.py}, pymathics/graph/tree.py: Misc fixes and
	adjustments * RandomGraph now largely works (with some bugs still remaining) * graph options processing gone over and DRY'd a little * Code split up more: "algorithms.py" added and modules better   documented. graph_generators.py -> generators.py

2020-12-06  rocky <rb@dustyfeet.com>

	* pymathics/graph/graph_generators.py: Add KaryTree

2020-12-05  rocky <rb@dustyfeet.com>

	* pymathics/graph/__main__.py, pymathics/graph/graph_generators.py,
	pymathics/graph/tree.py: Add VertexShapeFunction

2020-12-05  rocky <rb@dustyfeet.com>

	* pymathics/graph/graph_generators.py, pymathics/graph/tree.py:
	graph layout should be Python string

2020-12-05  rocky <rb@dustyfeet.com>

	* pymathics/graph/__main__.py, pymathics/graph/graph_generators.py,
	pymathics/graph/tree.py: Tweak VertexLabels and DirectedEdges

2020-12-04  rocky <rb@dustyfeet.com>

	* pymathics/graph/__main__.py, pymathics/graph/graph_generators.py:
	VertexLabeling->VertexLabels Use helper function in CompleteGraph

2020-12-04  rocky <rb@dustyfeet.com>

	* pymathics/graph/graph_generators.py, pymathics/graph/tree.py: Add
	CompleteKaryTree. Directed->DirectedEdges This matches WL better

2020-12-04  rocky <rb@dustyfeet.com>

	* pymathics/graph/__main__.py: Lose a field in translation to
	networkx

2020-12-04  rocky <rb@dustyfeet.com>

	* pymathics/graph/graph_generators.py: Add CycleGraph

2020-12-04  rocky <rb@dustyfeet.com>

	* pymathics/graph/tree.py: Add TreeQ[]

2020-12-04  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #1 from Mathics3/networkx-simplify Networkx simplify

2020-12-04  rocky <rb@dustyfeet.com>

	* pymathics/graph/__main__.py: Add tree checking. Add 2 expr Graph
	and TreeGraph

2020-12-03  rocky <rb@dustyfeet.com>

	* pymathics/graph/__main__.py: Recognize there is a XML box type

2020-11-29  rocky <rb@dustyfeet.com>

	* pymathics/graph/__main__.py: Add TreeGraph

2020-11-29  rocky <rb@dustyfeet.com>

	* pymathics/graph/__main__.py, pymathics/graph/graph_generators.py:
	DRY graph generators

2020-11-29  rocky <rb@dustyfeet.com>

	* pymathics/graph/__main__.py, pymathics/graph/graph_generators.py,
	pymathics/graph/harary.py: Add PlotLabel, PlotTheme->GraphLayout

2020-11-29  rocky <rb@dustyfeet.com>

	* pymathics/graph/__main__.py, pymathics/graph/graph_generators.py,
	setup.py: Add VertexLabeling and matplotlib dependency

2020-11-28  rocky <rb@dustyfeet.com>

	* pymathics/graph/graph_generators.py: Handle trees properly. More
	graphs

2020-11-28  rocky <rb@dustyfeet.com>

	* pymathics/graph/__init__.py, pymathics/graph/__main__.py,
	pymathics/graph/graph_generators.py: Add graph generators and graph
	layout graphy layout is via PlotTheme

2020-11-28  rocky <rb@dustyfeet.com>

	* pymathics/graph/__main__.py, setup.py: Start handling networkx
	graphing. YAY!

2020-11-06  R. Bernstein <rocky@users.noreply.github.com>

	* README.rst: Update README.rst

2020-11-05  rocky <rocky@gnu.org>

	* pymathics.graph: Mathic Graph functions
