Skip to content

Commit

Permalink
Deleted unused experiment files, updated README for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
fjwillemsen committed Jun 2, 2023
1 parent 7027ec3 commit e510e32
Show file tree
Hide file tree
Showing 16 changed files with 11 additions and 1,285 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ cached_data_used/kernels/*
cached_data_used/visualizations/*
cached_data_used/last_run/*

# ignore specific experiment files
experiment_files/milo.json

# ignore mypy
mypy.ini

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,9 @@ Upon submitting a pull request or pushing to main, these same checks will be ran

### Publishing
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.

[Semantic version numbering](https://semver.org) is used as follows: `MAJOR.Minor.patch`.
`MAJOR` version for incompatible API changes.
`Minor` version for functionality in a backward compatible manner.
`patch` version for backward compatible bug fixes.
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).
138 changes: 0 additions & 138 deletions experiment_files/schema.json

This file was deleted.

37 changes: 0 additions & 37 deletions experiment_files/template.json

This file was deleted.

114 changes: 0 additions & 114 deletions experiment_files/test_henk.json

This file was deleted.

Loading

0 comments on commit e510e32

Please sign in to comment.