Skip to content

Commit

Permalink
Merge pull request #244 from Roche/dev
Browse files Browse the repository at this point in the history
version 1.2.4
  • Loading branch information
ofajardo committed Oct 23, 2023
2 parents f25fa75 + 477660b commit ade8011
Show file tree
Hide file tree
Showing 25 changed files with 4,009 additions and 3,552 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors:
given-names: "Otto"
orcid: "https://orcid.org/0000-0002-3363-9287"
title: "Pyreadstat"
version: 1.2.3
version: 1.2.4
doi: 10.5281/zenodo.6612282
date-released: 2018-09-24
url: "https://github.com/Roche/pyreadstat"
4 changes: 4 additions & 0 deletions change_log.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.2.4 (github, pypi and conda 2023.xx.xx)
* Added modification_time and creation_time to metadata
* added datetime64[us in addition to ns for improvement when writing.

# 1.2.3 (github, pypi and conda 2023.08.21)
* changes introduced for compatibility with cython 3.0.0. Cython 0.29 no longer supported.
Python 2.7 no longer supported.
Expand Down
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/index.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 736b8ac108c535bd77006d633100c8f4
config: 6ff477675a66a2934322b33bfdc0e690
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 2 additions & 0 deletions docs/_build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Each parsing function returns a metadata object in addition to a pandas datafram
object contains the following fields:

* notes: notes or documents (text annotations) attached to the file if any (spss and stata).
* creation_time: time of creation of the file by the application.
* modification_time: time of modification of the file by the application.
* column_names : a list with the names of the columns.
* column_labels : a list with the column labels, if any.
* column_names_to_labels : a dictionary with column_names as keys and column_labels as values
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '1.2.3',
VERSION: '1.2.4',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index &mdash; pyreadstat 1.2.3 documentation</title>
<title>Index &mdash; pyreadstat 1.2.4 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
4 changes: 3 additions & 1 deletion docs/_build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Welcome to pyreadstat’s documentation! &mdash; pyreadstat 1.2.3 documentation</title>
<title>Welcome to pyreadstat’s documentation! &mdash; pyreadstat 1.2.4 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down Expand Up @@ -79,6 +79,8 @@ <h1>Metadata Object Description<a class="headerlink" href="#metadata-object-desc
<blockquote>
<div><ul class="simple">
<li><p>notes: notes or documents (text annotations) attached to the file if any (spss and stata).</p></li>
<li><p>creation_time: time of creation of the file by the application.</p></li>
<li><p>modification_time: time of modification of the file by the application.</p></li>
<li><p>column_names : a list with the names of the columns.</p></li>
<li><p>column_labels : a list with the column labels, if any.</p></li>
<li><p>column_names_to_labels : a dictionary with column_names as keys and column_labels as values</p></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Python Module Index &mdash; pyreadstat 1.2.3 documentation</title>
<title>Python Module Index &mdash; pyreadstat 1.2.4 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Search &mdash; pyreadstat 1.2.3 documentation</title>
<title>Search &mdash; pyreadstat 1.2.4 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />

Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '1.2.3'
release = '1.2.4'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Each parsing function returns a metadata object in addition to a pandas datafram
object contains the following fields:

* notes: notes or documents (text annotations) attached to the file if any (spss and stata).
* creation_time: time of creation of the file by the application.
* modification_time: time of modification of the file by the application.
* column_names : a list with the names of the columns.
* column_labels : a list with the column labels, if any.
* column_names_to_labels : a dictionary with column_names as keys and column_labels as values
Expand Down
2 changes: 1 addition & 1 deletion pyreadstat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
from .pyreadstat import read_file_in_chunks, read_file_multiprocessing
from ._readstat_parser import ReadstatError, metadata_container

__version__ = "1.2.3"
__version__ = "1.2.4"

Loading

0 comments on commit ade8011

Please sign in to comment.