-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added find_files() method Bumped version number to 0.3.0
- Loading branch information
1 parent
4f4bfe4
commit defb395
Showing
3 changed files
with
82 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,8 @@ authors: | |
affiliation: University of Manchester, UK | ||
email: [email protected] | ||
website: https://alexhenderson.info | ||
version: 0.2.0 | ||
date-released: "2023-06-11" | ||
version: 0.3.0 | ||
date-released: "2023-08-11" | ||
license: MIT | ||
license-url: https://spdx.org/licenses/MIT#licenseText | ||
repository: "https://github.com/AlexHenderson/agilent-ir-formats" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
## Agilent File Format Handling for Infrared Spectroscopy | ||
Author: Alex Henderson <[[email protected]]([email protected])> | ||
Version: 0.2.0 | ||
Version: 0.3.0 | ||
Copyright: (c) 2018-2023 Alex Henderson | ||
|
||
## About ## | ||
|
@@ -36,6 +36,7 @@ Methods: | |
Static methods: | ||
filetype() string identifying the type of files this class reads. | ||
filefilter() string identifying the Windows file extensions for files this class can read. | ||
find_files() list of all readable files in a directory structure. | ||
isreadable() whether this class is capable of reading a given file. | ||
version() the version number of this code. | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters