Releases: martisak/3gpp-citations
Releases · martisak/3gpp-citations
v1.1.4
v1.1.3
v1.1.1
v1.1.0
- Release version 1.1.0 - @martisak
- Test: Add multiple Python version to Travis - @martisak
- Test: Fix lint warning invalid-name in test_write_bibtex - @martisak
- Test: Fix lint warning invalid-name in test_get_worksheet - @martisak
- Test: Fix lint warning anomalous-backslash-in-string - @martisak
- Test: Remove unnecessary print in test_format_url - @martisak
- Test: Fix lint warning wrong-import-order in test_format_url.py - @martisak
- Test: Fix lint warning unidiomatic-typecheck in test_get_bibdatabase - @martisak
- Test: Fix unidiomatic-typecheck lint warning in test_format_entry - @martisak
- Test: Fix unused argument 'module' (unused-argument) in test_get_entry - @martisak
- Test: Fix unused argument 'module' (unused-argument) in test_format_entry - @martisak
- Test: Adding pylint and flakes to the test make target. - @martisak
- Refactor: Clean dependencies - @martisak
- Refactor: Rename method get_workbook to get_worksheet - @martisak
- Refactor: Rename variable db - @martisak
- Refactor: Rename variable db - @martisak
- Refactor: Rename variable db - @martisak
- Refactor: Rename variable ws - @martisak
- Refactor: Rename variable - @martisak
- Fix: Lint bad-continuation - @martisak
- Fix: Lint superfluous-parens - @martisak
- Fix: Lint literal-comparison - @martisak
- Fix: lint anomalous-backslash-in-string - @martisak
- Enhancement: Add pylint module - @martisak
- Fix: Lint superfluous-parens - @martisak
- Fix: Lint missing-docstring - @martisak
- Documentation: Add link to CODE_OF_CONDUCT in README.md - @martisak
- Create CODE_OF_CONDUCT.md - @martisak
- Update issue templates - @martisak
- Test: Improve readability of test_get_entry - @martisak
- Test: Add test_get_entry_required_fields test - @martisak
- Test: Test required and relevant fields exist in test_format_entry - @martisak
- Test: Improve readability of test_format_entry - @martisak
- Test: Improve test_get_entry by validating date fields - @martisak
- Test: Improve readability of test_write_bibtex - @martisak
- Test: Improve readability of test_parse_args - @martisak
- Test: Improve readability of test_parse_excel_row - @martisak
- Test: Add validation of url to test_format_url. - @martisak
- Documentation: Fix typos in the description. - @martisak
- Refactor: Rename method parse_row to parse_excel_row - @martisak
- Documentation: Python 2.7.10 message in README - @martisak
- Documentation: Add PyPI version badge - @martisak
- Documentation: Add installation instructions - @martisak
v1.0.0
- Enhancement: Automatic PyPI deployment of tags. - @martisak
- Fix: Changes in setup.py before PyPI deployment. - @martisak
- Enhancement: Add build target to Makefile - @martisak
- Enhancement: Improve Makefile by adding clean targets. - @martisak
- Test: Add test for main function - @martisak
- Refactor: Inline Temp - @martisak
- Test: Add test cases for
write_bibtex
- @martisak - Refactor: Extract method
write_bibtex
- @martisak - Refactor: Pull up/move method for creating workbook - @martisak
- Test: Add test case for reading empty row - @martisak
- Test: Add test case for get_entry - @martisak
- Refactor: Extract method get_entry - @martisak
- Refactor: Rename variable
row
=>release_row
- @martisak - Test: Add testcase for the parse_row function - @martisak
- Test: Add test for get_workbook - @martisak
- Refactor: Extract method get_workbook - @martisak
- Test: Add test for get_bibdatabase - @martisak
- Refactor: Extract method get_bibdatabase - @martisak
- Fix: Removed sys module - @martisak
- Test: Add test case for date_format - @martisak
- Refactor: Extract method parse_date - @martisak
- Documentation: Added introduction - @martisak
- Test: New tests for
format_url
. - @martisak - Refactor: Extract method for formatting url - @martisak
- Documentation: Add Test tag to CONTRIBUTING.md - @martisak
- Test: Create test cases for format_entry - @martisak
- Refactor: Extract method for formatting entry - @martisak
- Refactor: Rename variable - @martisak
- Refactor: Extract method for parsing row - @martisak
- Test: Remove placeholder test - @martisak
- Test: Drop py.test in before_script. - @martisak
- Test: Align Makefile with Travis CI - @martisak
- Test: Add a test case with flipped input and output fields - @martisak
- Fix: Removed check if module is running as main program - @martisak
- Documentation: Replace Refactoring tag with Refactor - @martisak
- Test: Adding test-cases for the parse_args function. - @martisak
- Documentation: Add Contribution guide - @martisak
- Documentation: Add WASP acknowledgment to README - @martisak
- Enhancement: Travis build badge on README - @martisak
- Fix: Long line in EPILOG - @martisak
- Enhancement: Add placeholder test - @martisak
- Enhancement: Using Travis CI and Coveralls - @martisak
- Fix: Upgrade pyyaml to 4.2b4 - @martisak
- Enhancement: Prepare package for testing with py.test - @martisak
- Enhancement: Author information in setup.py - @martisak
- Refactor: Rename output to examples - @martisak
- Enhancement: Add generated bib-files as examples - @martisak
- Create MANIFEST.in - @martisak
- Refactor: Rename submodule - @martisak
- Fix: Backport open to Python 2 in setup.py - @martisak
- Add
data
to .gitignore - @martisak - Refactor: Move Python files to module - @martisak
- Create setup.py - @martisak
- Refactor: Move output files to output directory - @martisak
- Create Makefile - @martisak
- Create .gitigore - @martisak
- Create License - @martisak
- Documentation: Add License badge - @martisak
- Documentation: Add issue tracker badge in README - @martisak
- Fix: Changes in requirements after security alert on request - @martisak
- Argparse, and xelatex option - undefined
- Fix deprectation warning - undefined
- 38-series - @martisak
- Requirements - @martisak
- Changed a print-statement to be more Python 3 friendly, as suggested by @peremen - undefined
- Parsing dates - undefined