Recent Releases of https://github.com/agoose77/literary
https://github.com/agoose77/literary - v4.0.2
What's Changed
- maint: improve dev experience by @agoose77 in https://github.com/agoose77/literary/pull/46
- fix: restore notebook module, other small tweaks
Full Changelog: https://github.com/agoose77/literary/compare/v4.0.1...v4.0.2
- Jupyter Notebook
Published by agoose77 10 months ago
https://github.com/agoose77/literary - v4.0.1
Full Changelog: https://github.com/agoose77/literary/compare/v4.0.0...v4.0.1
- Jupyter Notebook
Published by agoose77 over 3 years ago
https://github.com/agoose77/literary - v4.0.0
Full Changelog: https://github.com/agoose77/literary/compare/v4.0.0a2...v4.0.0
- Jupyter Notebook
Published by agoose77 over 3 years ago
https://github.com/agoose77/literary - v4.0.0a2
Full Changelog: https://github.com/agoose77/literary/compare/v4.0.0a1...v4.0.0a2
- Jupyter Notebook
Published by agoose77 over 3 years ago
https://github.com/agoose77/literary - v4.0.0a1
Full Changelog: https://github.com/agoose77/literary/compare/v4.0.0a0...v4.0.0a1
- Jupyter Notebook
Published by agoose77 over 3 years ago
https://github.com/agoose77/literary - v4.0.0a0
What's Changed
- Feat: move to PDM & hatch by @agoose77 in https://github.com/agoose77/literary/pull/42
Full Changelog: https://github.com/agoose77/literary/compare/v3.0.2...v4.0.0a0
- Jupyter Notebook
Published by agoose77 over 3 years ago
https://github.com/agoose77/literary - v3.0.2
Full Changelog: https://github.com/agoose77/literary/compare/2.2.0...v3.0.2
- Jupyter Notebook
Published by agoose77 over 3 years ago
https://github.com/agoose77/literary - v2.2.0
- Jupyter Notebook
Published by agoose77 almost 5 years ago
https://github.com/agoose77/literary - v2.1.0
Add a new allow_absolute_local_imports to ProjectImporter. This will be disabled by default in a future release.
- Jupyter Notebook
Published by agoose77 about 5 years ago
https://github.com/agoose77/literary - v2.0.1
The 2.x releases use a new unified configuration (see the wiki). This means that configuration files need to be updated.
- Jupyter Notebook
Published by agoose77 about 5 years ago
https://github.com/agoose77/literary - v1.9.4
This release reflects the new bootstrapped Literary development. Now, Literary is just a namespace package, and all submodules are placed in directories (apart from literary.build-meta from literary-build).
- Jupyter Notebook
Published by agoose77 about 5 years ago
https://github.com/agoose77/literary - v1.8.2
This hotfix release clears the finder cache, which was previously holding on to old PathFinder instances
- Jupyter Notebook
Published by agoose77 about 5 years ago
https://github.com/agoose77/literary - v1.8.1
This bugfix release sets parents=True for the mkdir call that establishes the generated package directory in literary build.
- Jupyter Notebook
Published by agoose77 about 5 years ago
https://github.com/agoose77/literary - v1.8.0
This release moves to a namespace package, in order to support literary-build installing under the same namespace
- Jupyter Notebook
Published by agoose77 about 5 years ago
https://github.com/agoose77/literary - v1.7.0
This release removes the configurations system based upon various standardised Python files. Instead, it now uses the traitlets configuration system. This means that some commandline behaviour has changed, and configuration is no longer read from the aforementioned files.
Configuration should now be specified in a literary_config.[json,py] file placed in one of the jupyter search paths, or at the root of the current project. It is assumed that, when running command-line programs, the working directory is the root of the project.
This now means that the same configuration system is used at runtime as well as by the command-line.
- Jupyter Notebook
Published by agoose77 about 5 years ago
https://github.com/agoose77/literary - v1.6.0
This release provides better integration with nbconvert, namely:
- registering the exporter under an entry_hook
- installing template to share/jupyter/nbconvert/templates/literary
- removing hardcoded export tag from template
- renaming preprocessor to LiteraryTagAllowListPreprocessor
It also improves support for empty configuration files, and the use of a .literary-project marker
- Jupyter Notebook
Published by agoose77 about 5 years ago
https://github.com/agoose77/literary -
Add set_except_hook flag to install_hook which installs the traceback.print_exception excepthook.
- Jupyter Notebook
Published by agoose77 about 5 years ago
https://github.com/agoose77/literary -
Notable commits:
a10e563 Bugfix: restore conditional dependency for astunparse
3e86ff2 Feature: raise Exception / warn when exported code has get_ipython calls
7c15029 Bugfix: fix #4 (patching property descriptors)
6639ae4 Bugfix: raise informative error when subcommand
d7cae0c Feature: explicitly load config from config file
bbde9ea Bugfix: don't remove the cwd from sys-path This is a useful feature for notebooks which are not members of the package
- Jupyter Notebook
Published by agoose77 over 5 years ago
https://github.com/agoose77/literary -
Notable commits:
fb34f73 Feature: support ast.unparse in Python 3.9
6639ae4 Bugfix: raise informative error when subcommand omitted
7c15029 Bugfix: fix #4 (patching property descriptors)
3e86ff2 Feature: raise Exception / warn when exported code has get_ipython calls
c7a6638 Feature: add IPython dependency
- Jupyter Notebook
Published by agoose77 over 5 years ago
https://github.com/agoose77/literary -
Notable commits: Bugfix: don't remove the cwd from sys-path This is a useful feature for notebooks which are not members of the package
- Jupyter Notebook
Published by agoose77 over 5 years ago
https://github.com/agoose77/literary - v1.1.0
- Add support for configuration using
pyproject.toml - Move per-importer state to
literary.notebook.__main__shim - Fix tests
- Refactor commandline to use subcommand structure (
literary <SUBCOMMAND>)
- Jupyter Notebook
Published by agoose77 over 5 years ago
https://github.com/agoose77/literary - v0.2.3
- Jupyter Notebook
Published by agoose77 over 5 years ago
https://github.com/agoose77/literary - Initial release
- Jupyter Notebook
Published by agoose77 over 5 years ago