Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-pylib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-pylib
Commits
de82b057
Commit
de82b057
authored
2 months ago
by
Florian Spreckelsen
Browse files
Options
Downloads
Patches
Plain Diff
REL: Prepare release of 0.17.0
parent
c9d6b270
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!175
BUG: Request responses without the "Set-Cookie" header no longer overwrite the...
Pipeline
#59942
passed
2 months ago
Stage: code_style
Stage: linting
Stage: test
Stage: deploy
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CHANGELOG.md
+9
-7
9 additions, 7 deletions
CHANGELOG.md
CITATION.cff
+2
-2
2 additions, 2 deletions
CITATION.cff
README.md
+1
-1
1 addition, 1 deletion
README.md
setup.py
+3
-3
3 additions, 3 deletions
setup.py
src/doc/conf.py
+2
-2
2 additions, 2 deletions
src/doc/conf.py
with
17 additions
and
15 deletions
CHANGELOG.md
+
9
−
7
View file @
de82b057
...
...
@@ -5,20 +5,26 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.1.0/
)
,
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [
Unreleased]
##
## [
0.17.0] - 2025-01-14
##
### Added ###
*
New setup extra
`test`
which installs the dependencies for testing.
*
The Container class has a new member function
`filter`
which is based o
`_filter_entity_list`
.
*
The Container class has a new member function
`filter_by_identity`
which is based on
`_filter_entity_list`
.
*
The
`Entity`
properties
`_cuid`
and
`_flags`
are now available for read-only access
as
`cuid`
and
`flags`
, respectively.
### Changed ###
*
Renamed the
`filter`
function of Container, ParentList and PropertyList to
`filter_by_identity`
.
*
Renamed the
`filter`
function of Container, ParentList and
PropertyList to
`filter_by_identity`
.
### Deprecated ###
*
`ParentList.filter`
and
`PropertyList.filter`
functions, use
`filter_by_identity`
instead.
### Removed ###
*
Support for Python 3.8
...
...
@@ -42,10 +48,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
*
[
#127
](
https://gitlab.com/linkahead/linkahead-pylib/-/issues/127
)
pylinkahead.ini now supports None and tuples as values for the
`timeout`
keyword
### Security ###
### Documentation ###
## [0.16.0] - 2024-11-13 ##
### Added ###
...
...
This diff is collapsed.
Click to expand it.
CITATION.cff
+
2
−
2
View file @
de82b057
...
...
@@ -20,6 +20,6 @@ authors:
given-names: Stefan
orcid: https://orcid.org/0000-0001-7214-8125
title: CaosDB - Pylib
version: 0.1
6
.0
version: 0.1
7
.0
doi: 10.3390/data4020083
date-released: 202
4-1
1-1
3
date-released: 202
5-0
1-1
4
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
de82b057
...
...
@@ -47,7 +47,7 @@ However, you can also create an issue for it.
*
Copyright (C) 2018 Research Group Biomedical Physics, Max Planck Institute
for Dynamics and Self-Organization Göttingen.
*
Copyright (C) 2020-202
2
Indiscale GmbH
<info@indiscale.com>
*
Copyright (C) 2020-202
5
Indiscale GmbH
<info@indiscale.com>
All files in this repository are licensed under a
[
GNU Affero General Public
License
](
LICENCE.md
)
(
version
3 or later).
This diff is collapsed.
Click to expand it.
setup.py
+
3
−
3
View file @
de82b057
...
...
@@ -46,10 +46,10 @@ from setuptools import find_packages, setup
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
########################################################################
ISRELEASED
=
Fals
e
ISRELEASED
=
Tru
e
MAJOR
=
0
MINOR
=
1
6
MICRO
=
1
MINOR
=
1
7
MICRO
=
0
# Do not tag as pre-release until this commit
# https://github.com/pypa/packaging/pull/515
# has made it into a release. Probably we should wait for pypa/packaging>=21.4
...
...
This diff is collapsed.
Click to expand it.
src/doc/conf.py
+
2
−
2
View file @
de82b057
...
...
@@ -29,10 +29,10 @@ copyright = '2024, IndiScale GmbH'
author
=
'
Daniel Hornung
'
# The short X.Y version
version
=
'
0.1
6.1
'
version
=
'
0.1
7.0
'
# The full version, including alpha/beta/rc tags
# release = '0.5.2-rc2'
release
=
'
0.1
6.1-dev
'
release
=
'
0.1
7.0
'
# -- General configuration ---------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment