Skip to content

Commit

Permalink
Merge branch 'master' into fix165
Browse files Browse the repository at this point in the history
  • Loading branch information
martwo authored Aug 8, 2023
2 parents 656e68a + eb3baf4 commit afb90f4
Show file tree
Hide file tree
Showing 11 changed files with 1,595 additions and 39 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with unittest
- name: Run tests with unittest
env:
ICECUBE_PASSWORD: ${{ secrets.ICECUBE_PASSWORD }}
run: |
./tests/run.sh
11 changes: 11 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ v23.2.1
- Individual datasets of a dataset collection (``dsc``) can now be accessed
via ``dsc[name]`` or ``dsc[name1, name2, ...]``.

- Allow the definition of an origin of a dataset via the
core.dataset.DatasetOrigin class and download the dataset automatically from
the origin to the local host. The following transfer methods are provided:

- wget
- rsync

Unit tests for these transfer methods are added.

- The iminuit package is an optional tool now.

v23.2.0
=======
- Complete overhaul of SkyLLH for more generic handling of parameters
Expand Down
Loading

0 comments on commit afb90f4

Please sign in to comment.