Skip to content

Commit

Permalink
Merge pull request #132 from amarquand/dev
Browse files Browse the repository at this point in the history
version 0.28
  • Loading branch information
amarquand authored Jun 9, 2023
2 parents 84e47ec + 5464f44 commit 7734147
Show file tree
Hide file tree
Showing 25 changed files with 2,531 additions and 1,415 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,16 @@ Temporary Items
# IDE
.vscode

# build folder
build

# egg
pcntoolkit.egg-info

# Demo folder
HBR_demo

ssh_error_log.txt
HBR_demo/*
dist/pcntoolkit-0.27-py3.11.egg

5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,8 @@ version 0.27
- Fixed a translation problem between the previous naming convention for HBR models (only Gaussian models) and the current naming (also SHASH models)
- Minor updates to fix synchronisation problems in PCNportal (related to the HBR updates above)
- Added configuration files for containerisation with Docker

version 0.28
- Updated to PyMC5 (including migrating back-end to PyTensor
- Added support for longitudinal normative modelling with BLR (see Buckova-Rehak et al 2023)
- Changed default optimiser for trend surface models (for scalability)
9 changes: 9 additions & 0 deletions build/lib/pcntoolkit/configs.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Mon Dec 7 12:51:07 2020
@author: seykia
"""

PICKLE_PROTOCOL = 4
Binary file added dist/pcntoolkit-0.27-py3.11.egg
Binary file not shown.
Binary file added dist/pcntoolkit-0.28-py3.10.egg
Binary file not shown.
Loading

0 comments on commit 7734147

Please sign in to comment.