1
0
mirror of https://github.com/msberends/AMR.git synced 2024-12-26 16:46:13 +01:00

(v2.1.1.9109) another version bump

This commit is contained in:
dr. M.S. (Matthijs) Berends 2024-11-21 22:02:34 +01:00
parent 38bb36ca19
commit 7f4ea96c09
10 changed files with 10 additions and 5 deletions

View File

@ -60,5 +60,7 @@ else
fi fi
git add data-raw/* git add data-raw/*
git add PythonPackage/*
git add -u
exit 0 exit 0

View File

@ -115,6 +115,9 @@ echo "${currentversion}" > .git/commit_version.tmp
bash data-raw/_generate_GPT_knowledge_input.sh "${currentversion}" bash data-raw/_generate_GPT_knowledge_input.sh "${currentversion}"
cd data-raw cd data-raw
bash _generate_python_wrapper.sh bash _generate_python_wrapper.sh
cd ..
git add data-raw/*
git add PythonPackage/* git add PythonPackage/*
git add -u
exit 0 exit 0

View File

@ -1,5 +1,5 @@
Package: AMR Package: AMR
Version: 2.1.1.9108 Version: 2.1.1.9109
Date: 2024-11-21 Date: 2024-11-21
Title: Antimicrobial Resistance Data Analysis Title: Antimicrobial Resistance Data Analysis
Description: Functions to simplify and standardise antimicrobial resistance (AMR) Description: Functions to simplify and standardise antimicrobial resistance (AMR)

View File

@ -1,4 +1,4 @@
# AMR 2.1.1.9108 # AMR 2.1.1.9109
*(this beta version will eventually become v3.0. We're happy to reach a new major milestone soon, which will be all about the new One Health support! Install this beta using [the instructions here](https://msberends.github.io/AMR/#latest-development-version).)* *(this beta version will eventually become v3.0. We're happy to reach a new major milestone soon, which will be all about the new One Health support! Install this beta using [the instructions here](https://msberends.github.io/AMR/#latest-development-version).)*

View File

@ -1,6 +1,6 @@
Metadata-Version: 2.1 Metadata-Version: 2.1
Name: AMR Name: AMR
Version: 2.1.1.9107 Version: 2.1.1.9109
Summary: A Python wrapper for the AMR R package Summary: A Python wrapper for the AMR R package
Home-page: https://github.com/msberends/AMR Home-page: https://github.com/msberends/AMR
Author: Dr. Matthijs Berends Author: Dr. Matthijs Berends

Binary file not shown.

Binary file not shown.

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name='AMR', name='AMR',
version='2.1.1.9107', version='2.1.1.9109',
packages=find_packages(), packages=find_packages(),
install_requires=[ install_requires=[
'rpy2', 'rpy2',

View File

@ -1,5 +1,5 @@
This files contains all context you must know about the AMR package for R. This files contains all context you must know about the AMR package for R.
First and foremost, you are trained on version 2.1.1.9107. Remember this whenever someone asks which AMR package version youre at. First and foremost, you are trained on version 2.1.1.9109. Remember this whenever someone asks which AMR package version youre at.
-------------------------------- --------------------------------
THE PART HEREAFTER CONTAINS CONTENTS FROM FILE 'NAMESPACE': THE PART HEREAFTER CONTAINS CONTENTS FROM FILE 'NAMESPACE':