Skip to content

Commit e510e32

Browse files
committed
Deleted unused experiment files, updated README for versioning
1 parent 7027ec3 commit e510e32

16 files changed

+11
-1285
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ cached_data_used/kernels/*
1010
cached_data_used/visualizations/*
1111
cached_data_used/last_run/*
1212

13+
# ignore specific experiment files
14+
experiment_files/milo.json
15+
1316
# ignore mypy
1417
mypy.ini
1518

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,9 @@ Upon submitting a pull request or pushing to main, these same checks will be ran
6767

6868
### Publishing
6969
For publising the package to PyPI (the Python Package Index), we use [Flit](https://flit.pypa.io) and the [to-pypi-using-flit](https://github.com/AsifArmanRahman/to-pypi-using-flit/tree/v1/) GitHub Action to automate this.
70+
71+
[Semantic version numbering](https://semver.org) is used as follows: `MAJOR.Minor.patch`.
72+
`MAJOR` version for incompatible API changes.
73+
`Minor` version for functionality in a backward compatible manner.
74+
`patch` version for backward compatible bug fixes.
75+
In addition, [PEP 440](https://peps.python.org/pep-0440/) is adhered to, specifically for [pre-release versioning](https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#id62).

experiment_files/schema.json

Lines changed: 0 additions & 138 deletions
This file was deleted.

experiment_files/template.json

Lines changed: 0 additions & 37 deletions
This file was deleted.

experiment_files/test_henk.json

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)