diff --git a/.gitignore b/.gitignore index 00ca225b..389146ff 100644 --- a/.gitignore +++ b/.gitignore @@ -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 + diff --git a/CHANGES b/CHANGES index c41977f2..93e0fa36 100644 --- a/CHANGES +++ b/CHANGES @@ -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) diff --git a/build/lib/pcntoolkit/configs.py b/build/lib/pcntoolkit/configs.py new file mode 100644 index 00000000..98b56f17 --- /dev/null +++ b/build/lib/pcntoolkit/configs.py @@ -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 diff --git a/dist/pcntoolkit-0.27-py3.11.egg b/dist/pcntoolkit-0.27-py3.11.egg new file mode 100644 index 00000000..7ba241b2 Binary files /dev/null and b/dist/pcntoolkit-0.27-py3.11.egg differ diff --git a/dist/pcntoolkit-0.28-py3.10.egg b/dist/pcntoolkit-0.28-py3.10.egg new file mode 100644 index 00000000..d9d9b9f2 Binary files /dev/null and b/dist/pcntoolkit-0.28-py3.10.egg differ diff --git a/doc/build/html/_modules/utils.html b/doc/build/html/_modules/utils.html index dd5365f3..2bd7c2bc 100644 --- a/doc/build/html/_modules/utils.html +++ b/doc/build/html/_modules/utils.html @@ -1,181 +1,198 @@ - - - + + +
- - - - -